summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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.