Skip to content

Commit d99fcb2

Browse files
Update for latest manifest and SDK
1 parent 27f2160 commit d99fcb2

2 files changed

Lines changed: 5 additions & 7 deletions

File tree

axoverlay2/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
ARG ARCH=armv7hf
2-
ARG VERSION=12.10.0-rc.5
2+
ARG VERSION=12.10.0
33
ARG UBUNTU_VERSION=24.04
4-
ARG REPO=docker-prod.se.axis.com/axisecp
4+
ARG REPO=axisecp
55
ARG SDK=acap-native-sdk
66

77
FROM ${REPO}/${SDK}:${VERSION}-${ARCH}-ubuntu${UBUNTU_VERSION}

axoverlay2/app/manifest.json

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,9 @@
11
{
22
"schemaVersion": "2.0.0",
33
"resources": {
4-
"dbus": {
5-
"requiredMethods": [
6-
"com.axis.Graphics2.*",
7-
"com.axis.Overlay2.*"
8-
]
4+
"overlay": {
5+
"enabled": true,
6+
"required": true
97
}
108
},
119
"acapPackageConf": {

0 commit comments

Comments
 (0)