Skip to content

Commit 59b2286

Browse files
committed
meta-zephyr-sdk: Pull in AArch64 host build fix
This commit pulls in the Zephyr Poky commit that fixes the host tools build on the AArch64 host. Signed-off-by: Stephanos Ioannidis <root@stephanos.io>
1 parent 6f77c0f commit 59b2286

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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:-"528279328f390ea2db3034cebc37306816abee8d"}
21+
POKY_KNOWN_COMMIT=${POKY_COMMIT:-"8daedc01101e686fc640c164004c0ec4e5f90b4e"}
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)