From 289de8ed12710aeb6289d3454f152b09d0b21d6c Mon Sep 17 00:00:00 2001 From: Vishal Bhoj Date: Fri, 15 Sep 2017 11:49:05 +0100 Subject: functions.sh: add meta-96boards layer Required to build edk2 for HiKey. Also, set GRUB preferred version to use our pre-built GRUB to workaround its FTBFS with ILP32 toolchain. Change-Id: Ib43ac68561c04678a3326ba8aaaaae111d5c0dda Signed-off-by: Vishal Bhoj --- functions.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/functions.sh b/functions.sh index 41fea44..7285460 100755 --- a/functions.sh +++ b/functions.sh @@ -112,6 +112,7 @@ BBLAYERS += '`realpath $PWD/../meta-linaro/meta-linaro-integration`' BBLAYERS += '`realpath $PWD/../meta-linaro/meta-optee`' BBLAYERS += '`realpath $PWD/../meta-virtualization`' BBLAYERS += '`realpath $PWD/../meta-browser`' +BBLAYERS += '`realpath $PWD/../meta-96boards`' EOF if [[ -d ../poky ]]; then @@ -191,6 +192,9 @@ PREFERRED_VERSION_lng-rt-x86-64 = "${linux_kernel_version:-3.14}" PREFERRED_PROVIDER_libevent = "libevent-fb" PREFERRED_VERSION_libmemcached = "1.0.7" +# Workaround GRUB FTBFS with IPL32 toolchain +PREFERRED_VERSION_grub_hikey-ilp32 ?= "2.0.0" + TCLIBC = "glibc" # Need this for the netperf package. -- cgit v1.2.3