summaryrefslogtreecommitdiff
path: root/bblayers.conf
diff options
context:
space:
mode:
authorTushar Khandelwal <tushar.khandelwal@arm.com>2019-05-14 23:10:53 +0100
committerTushar Khandelwal <tushar.khandelwal@arm.com>2019-05-14 23:10:53 +0100
commit49708ad34cb299b2f057f0e3e848b299cb05f252 (patch)
tree4f3e82b6b22e895b3fa92ff72ab47e9e154423a6 /bblayers.conf
parentc04e9d70c6c32ce7515e0c083f8cf7632292ded1 (diff)
add corstone700 layers and tiny-image configCORSTONE-700-19.02corstone700-19.02
Change-Id: I08312be44c1ff33e38885e3f0e62fe822bd72ff5 Signed-off-by: Tushar Khandelwal <tushar.khandelwal@arm.com>
Diffstat (limited to 'bblayers.conf')
-rw-r--r--bblayers.conf34
1 files changed, 34 insertions, 0 deletions
diff --git a/bblayers.conf b/bblayers.conf
new file mode 100644
index 0000000..b00f8fc
--- /dev/null
+++ b/bblayers.conf
@@ -0,0 +1,34 @@
+# LAYER_CONF_VERSION is increased each time build/conf/bblayers.conf
+# changes incompatibly
+LCONF_VERSION = "7"
+OEROOT := "${@os.path.abspath(os.path.dirname(d.getVar('FILE', True)))}/../.."
+
+BBPATH = "${TOPDIR}"
+
+BBFILES = ""
+
+# These layers hold recipe metadata not found in OE-core, but lack any machine or distro content
+BASELAYERS ?= " \
+ ${OEROOT}/layers/meta-openembedded/meta-filesystems \
+ ${OEROOT}/layers/meta-openembedded/meta-oe \
+ ${OEROOT}/layers/meta-yocto/meta-poky \
+"
+
+# These layers hold machine specific content, aka Board Support Packages
+BSPLAYERS ?= " \
+"
+
+# Add your overlay location to EXTRALAYERS
+# Make sure to have a conf/layers.conf in there
+EXTRALAYERS ?= " \
+ ${OEROOT}/layers/meta-linaro/meta-linaro-toolchain \
+"
+
+BBLAYERS = " \
+ ${OEROOT}/layers/meta-corstone700 \
+ ${OEROOT}/layers/meta-iota \
+ ${BASELAYERS} \
+ ${BSPLAYERS} \
+ ${EXTRALAYERS} \
+ ${OEROOT}/layers/openembedded-core/meta \
+"