Skip to content

Commit e4cace3

Browse files
committed
zephyr-sdk: set maintainer and version
Update maintainer and version.
1 parent c883e55 commit e4cace3

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

meta-zephyr-sdk/conf/distro/include/zephyr-sdk.inc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ DISTRO_FEATURES_NATIVE = ""
1414
DISTRO_FEATURES_BACKFILL = ""
1515
DISTRO_FEATURES_NATIVESDK = ""
1616

17-
MAINTAINER = "Intel Yocto team"
17+
MAINTAINER = "Zephyr developers / devops team"
1818

1919
SSTATE_DIR ?= "${TOPDIR}/../zephyr-cache/sstate-cache"
2020
CACHE_forcevariable = "${TOPDIR}/../zephyr-cache/cache"
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
require conf/distro/poky.conf
22
require include/zephyr-sdk.inc
33

4-
DISTRO_VERSION = "0.9"
4+
DISTRO_VERSION = "0.10"
55
PACKAGE_CLASSES = "package_ipk"
66
TARGET_VENDOR = "-zephyr"

scripts/template_setup_posix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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-*)

0 commit comments

Comments
 (0)