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 = ""
1414DISTRO_FEATURES_BACKFILL = ""
1515DISTRO_FEATURES_NATIVESDK = ""
1616
17- MAINTAINER = "Intel Yocto team"
17+ MAINTAINER = "Zephyr developers / devops team"
1818
1919SSTATE_DIR ?= "${TOPDIR} /../zephyr-cache/sstate-cache"
2020CACHE_forcevariable = "${TOPDIR} /../zephyr-cache/cache"
Original file line number Diff line number Diff line change 11require conf/distro/poky.conf
22require include/zephyr-sdk.inc
33
4- DISTRO_VERSION = "0.9 "
4+ DISTRO_VERSION = "0.10 "
55PACKAGE_CLASSES = "package_ipk"
66TARGET_VENDOR = "-zephyr"
Original file line number Diff line number Diff line change @@ -237,7 +237,7 @@ if [ "${do_hosttools}" = "y" ]; then
237237 echo " Installing host tools ..."
238238 case ${host} in
239239 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
241241 assert_rc " ERROR: Host tools installation failed" 30
242242 ;;
243243 macos-* )
You can’t perform that action at this time.
0 commit comments