Skip to content

Commit 81443ed

Browse files
committed
poky: use poky 5.0.7
Use upstream and supported poky release Signed-off-by: Anas Nashif <anas.nashif@intel.com>
1 parent 6c50234 commit 81443ed

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,3 +20,6 @@ SSTATE_DIR ?= "${TOPDIR}/../zephyr-cache/sstate-cache"
2020
CACHE_forcevariable = "${TOPDIR}/../zephyr-cache/cache"
2121
PERSISTENT_DIR = "${TOPDIR}/../zephyr-cache/persistent"
2222
DL_DIR ?= "${TOPDIR}/../zephyr-downloads"
23+
24+
PREFERRED_VERSION_meson:forcevariable = "1.7.%"
25+
PREFERRED_VERSION_nativesdk-meson:forcevariable = "1.7.%"

meta-zephyr-sdk/conf/layer.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@ LICENSE_PATH += "${LAYERDIR}/files/additional-licenses"
99
BBFILE_COLLECTIONS += "zephyr-sdk"
1010
BBFILE_PATTERN_zephyr-sdk := "^${LAYERDIR}/"
1111
BBFILE_PRIORITY_zephyr-sdk = "8"
12-
12+
LAYERSERIES_COMPAT_zephyr_sdk = "Scarthgap"

meta-zephyr-sdk/scripts/meta-zephyr-sdk-clone.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
1919
#
2020

21-
POKY_KNOWN_COMMIT=${POKY_COMMIT:-"54488c030cef432c682c2f91b5e3f43dbd560a1c"}
21+
POKY_KNOWN_COMMIT=${POKY_COMMIT:-"80838b8aa5a74bf3ba03dc5934c39192300a69f1"}
2222
META_ZEPHYR_SDK_SOURCE=${SDK_SOURCE:-"meta-zephyr-sdk"}
2323
META_POKY_SOURCE=${POKY_SOURCE:-"poky"}
2424
META_ZEPHYR_SDK_SOURCE=$(readlink -f $META_ZEPHYR_SDK_SOURCE)

0 commit comments

Comments
 (0)