Skip to content

Commit 13381c2

Browse files
committed
meta-zephyr-sdk: Downgrade glibc to 2.27
This commit pulls in the Poky commit that downgrades the glibc version to 2.27 in order to ensure that the nativesdk binaries are compatible with older Linux distros. Signed-off-by: Stephanos Ioannidis <root@stephanos.io>
1 parent 48e1fda commit 13381c2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
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:-"08665a81dcd41069eed1468f1587abe6b5893471"}
21+
POKY_KNOWN_COMMIT=${POKY_COMMIT:-"528279328f390ea2db3034cebc37306816abee8d"}
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)
@@ -30,7 +30,7 @@ if [ ! -d $META_ZEPHYR_SDK_SOURCE ] ; then
3030
fi
3131

3232
if [ ! -d $META_POKY_SOURCE ] ; then
33-
git clone http://git.yoctoproject.org/git/poky
33+
git clone https://github.com/zephyrproject-rtos/poky.git
3434
META_POKY_SOURCE=$(readlink -f "poky")
3535
fi
3636

0 commit comments

Comments
 (0)