File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed
recipes-core/iotedge-daemon Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ BBFILES += "${LAYERDIR}/recipes-*/*/*.bb \
7
7
8
8
BBFILE_COLLECTIONS += "meta-iotedge"
9
9
BBFILE_PATTERN_meta-iotedge = "^${LAYERDIR}/"
10
- BBFILE_PRIORITY_meta-iotedge = "6 "
10
+ BBFILE_PRIORITY_meta-iotedge = "10 "
11
11
12
12
LAYERDEPENDS_meta-iotedge = "core rust-layer virtualization-layer"
13
13
LAYERSERIES_COMPAT_meta-iotedge = "sumo"
Original file line number Diff line number Diff line change @@ -2,10 +2,10 @@ DEPENDS += "openssl10 docker"
2
2
RDEPENDS_${PN} += "virtual/libiothsm docker"
3
3
INSANE_SKIP_${PN} += "dev-deps"
4
4
5
- export SYSROOT = "${STAGING_DIR_TARGET } "
6
- export OpenSSLDir = "${STAGING_DIR_TARGET} /usr "
7
- export OPENSSL_DIR = "${STAGING_DIR_TARGET} /usr "
8
- export OPENSSL_INCLUDE_DIR = "${STAGING_DIR_TARGET} /usr/include "
5
+ export SYSROOT = "${STAGING_DIR_HOST } "
6
+ export OpenSSLDir = "${STAGING_EXECPREFIXDIR} "
7
+ export OPENSSL_DIR = "${STAGING_EXECPREFIXDIR} "
8
+ export OPENSSL_INCLUDE_DIR = "${STAGING_INCDIR} "
9
9
export OPENSSL_LIB_DIR = "${STAGING_LIBDIR} "
10
10
export BUILD_SOURCEVERSION = "${SRCREV} "
11
11
@@ -44,8 +44,8 @@ do_install () {
44
44
45
45
inherit useradd
46
46
USERADD_PACKAGES = "${PN} "
47
- USERADD_PARAM_${PN} = "-r -g iotedge -G docker -s /bin/false -d ${localstatedir} /lib/iotedge iotedge"
48
- GROUPADD_PARAM_${PN} = "-r iotedge"
47
+ USERADD_PARAM_${PN} = "-r -u 15580 - g iotedge -G docker -s /bin/false -d ${localstatedir} /lib/iotedge iotedge"
48
+ GROUPADD_PARAM_${PN} = "-r -g 15580 iotedge"
49
49
50
50
FILES_${PN} += " \
51
51
${systemd_unitdir} /system/* \
You can’t perform that action at this time.
0 commit comments