summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVishal Bhoj <vishal.bhoj@linaro.org>2017-09-15 11:49:05 +0100
committerFathi Boudra <fathi.boudra@linaro.org>2017-09-19 17:36:31 +0000
commit289de8ed12710aeb6289d3454f152b09d0b21d6c (patch)
tree910c41ec6e27927337c80110ca642a8fe8ba11e9
parent94fe5725ecc47c69a0836db9a17ad4644bf433ac (diff)
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 <vishal.bhoj@linaro.org>
-rwxr-xr-xfunctions.sh4
1 files changed, 4 insertions, 0 deletions
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.