File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
meta-zephyr-sdk/conf/distro Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ DISTRO_FEATURES_NATIVE = ""
14
14
DISTRO_FEATURES_BACKFILL = ""
15
15
DISTRO_FEATURES_NATIVESDK = ""
16
16
17
- MAINTAINER = "Intel Yocto team"
17
+ MAINTAINER = "Zephyr developers / devops team"
18
18
19
19
SSTATE_DIR ?= "${TOPDIR} /../zephyr-cache/sstate-cache"
20
20
CACHE_forcevariable = "${TOPDIR} /../zephyr-cache/cache"
Original file line number Diff line number Diff line change 1
1
require conf/distro/poky.conf
2
2
require include/zephyr-sdk.inc
3
3
4
- DISTRO_VERSION = "0.9 "
4
+ DISTRO_VERSION = "0.10 "
5
5
PACKAGE_CLASSES = "package_ipk"
6
6
TARGET_VENDOR = "-zephyr"
Original file line number Diff line number Diff line change @@ -237,7 +237,7 @@ if [ "${do_hosttools}" = "y" ]; then
237
237
echo " Installing host tools ..."
238
238
case ${host} in
239
239
linux-* )
240
- ./zephyr-sdk-${HOSTTYPE} -hosttools-standalone-0.9 .sh -y -d . & > /dev/null
240
+ ./zephyr-sdk-${HOSTTYPE} -hosttools-standalone-0.10 .sh -y -d . & > /dev/null
241
241
assert_rc " ERROR: Host tools installation failed" 30
242
242
;;
243
243
macos-* )
You can’t perform that action at this time.
0 commit comments