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>
This commit is contained in:
Stephanos Ioannidis 2022-11-07 19:48:07 +09:00
parent 6f77c0fb29
commit 59b2286921
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
#
POKY_KNOWN_COMMIT=${POKY_COMMIT:-"528279328f390ea2db3034cebc37306816abee8d"}
POKY_KNOWN_COMMIT=${POKY_COMMIT:-"8daedc01101e686fc640c164004c0ec4e5f90b4e"}
META_ZEPHYR_SDK_SOURCE=${SDK_SOURCE:-"meta-zephyr-sdk"}
META_POKY_SOURCE=${POKY_SOURCE:-"poky"}
META_ZEPHYR_SDK_SOURCE=$(readlink -f $META_ZEPHYR_SDK_SOURCE)