summaryrefslogtreecommitdiff
path: root/functions.sh
diff options
context:
space:
mode:
authorKoen Kooi <koen.kooi@linaro.org>2014-01-21 12:12:40 +0100
committerFathi Boudra <fathi.boudra@linaro.org>2014-01-21 12:07:54 +0000
commit37782a25d5d402f4b9fa895b9cac4eded5ebb770 (patch)
tree46f865b1f5140cbad3e73016805f58eacfc42108 /functions.sh
parent39654b0de9863b436d83f1a4838fad2f5b693c9e (diff)
functions.sh: add meta-initramfs layer
This is were klibc lives. Change-Id: I3a33bcd1e8cbb637d63f543de31ac5e02b79e026 Signed-off-by: Koen Kooi <koen.kooi@linaro.org>
Diffstat (limited to 'functions.sh')
-rwxr-xr-xfunctions.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/functions.sh b/functions.sh
index e0bd454..4408ec8 100755
--- a/functions.sh
+++ b/functions.sh
@@ -70,6 +70,7 @@ BBLAYERS_NON_REMOVABLE ?= " \
BBLAYERS = '`realpath $PWD/../meta-openembedded/meta-oe`'
BBLAYERS += '`realpath $PWD/../meta-openembedded/meta-filesystems`'
+BBLAYERS += '`realpath $PWD/../meta-openembedded/meta-initramfs`'
BBLAYERS += '`realpath $PWD/../meta-openembedded/meta-webserver`'
BBLAYERS += '`realpath $PWD/../meta-openembedded/meta-networking`'
BBLAYERS += '`realpath $PWD/../meta-openembedded/meta-gnome`'