File tree Expand file tree Collapse file tree 3 files changed +14
-2
lines changed
recipes-core/iotedge-daemon Expand file tree Collapse file tree 3 files changed +14
-2
lines changed Original file line number Diff line number Diff line change @@ -10,5 +10,13 @@ BBFILE_PATTERN_meta-iotedge = "^${LAYERDIR}/"
10
10
BBFILE_PRIORITY_meta-iotedge = "10"
11
11
12
12
LAYERDEPENDS_meta-iotedge = "core rust-layer virtualization-layer"
13
- LAYERSERIES_COMPAT_meta-iotedge = "sumo"
13
+ LAYERSERIES_COMPAT_meta-iotedge = "rocko sumo"
14
+
15
+ PREFERRED_VERSION_cargo-native = "1.32.0"
16
+ PREFERRED_VERSION_rust-native = "1.32.0"
17
+ PREFERRED_VERSION_rust-snapshot = "1.32.0"
18
+ PREFERRED_VERSION_rust-llvm = "1.32.0"
19
+ PREFERRED_VERSION_rust-llvm-native = "1.32.0"
20
+ PREFERRED_VERSION_rust-cross = "1.32.0"
21
+ PREFERRED_VERSION_libstd-rs = "1.32.0"
14
22
Original file line number Diff line number Diff line change @@ -242,3 +242,4 @@ PACKAGECONFIG_append_pn-nativesdk-qemu = " sdl"
242
242
CONF_VERSION = "1"
243
243
244
244
DISTRO_FEATURES_append += " virtualization"
245
+
Original file line number Diff line number Diff line change 1
- DEPENDS += "openssl10 docker"
1
+ DEPENDS += "openssl10 docker virtual/libiothsm "
2
2
RDEPENDS_${PN} += "virtual/libiothsm docker"
3
3
INSANE_SKIP_${PN} += "dev-deps"
4
4
5
5
export SYSROOT = "${STAGING_DIR_HOST} "
6
6
export OpenSSLDir = "${STAGING_EXECPREFIXDIR} "
7
7
export OPENSSL_DIR = "${STAGING_EXECPREFIXDIR} "
8
+ export OPENSSL_ROOT_DIR = "${STAGING_EXECPREFIXDIR} "
8
9
export OPENSSL_INCLUDE_DIR = "${STAGING_INCDIR} "
9
10
export OPENSSL_LIB_DIR = "${STAGING_LIBDIR} "
10
11
export BUILD_SOURCEVERSION = "${SRCREV} "
12
+ export FORCE_NO_UNITTEST = "On"
13
+ export BUILD_SHARED = "On"
11
14
12
15
inherit systemd update -rc . d
13
16
You can’t perform that action at this time.
0 commit comments