summaryrefslogtreecommitdiffstats
path: root/meta-rcar-gen2/conf/bblayers.conf.sample
diff options
context:
space:
mode:
Diffstat (limited to 'meta-rcar-gen2/conf/bblayers.conf.sample')
-rw-r--r--meta-rcar-gen2/conf/bblayers.conf.sample21
1 files changed, 21 insertions, 0 deletions
diff --git a/meta-rcar-gen2/conf/bblayers.conf.sample b/meta-rcar-gen2/conf/bblayers.conf.sample
new file mode 100644
index 0000000..fe55030
--- /dev/null
+++ b/meta-rcar-gen2/conf/bblayers.conf.sample
@@ -0,0 +1,21 @@
+# LAYER_CONF_VERSION is increased each time build/conf/bblayers.conf
+# changes incompatibly
+LCONF_VERSION = "6"
+
+BBPATH = "${TOPDIR}"
+BBFILES ?= ""
+
+BBLAYERS ?= " \
+ ##OEROOT##/meta \
+ ##OEROOT##/meta-yocto \
+ ##OEROOT##/meta-yocto-bsp \
+ ##OEROOT##/../meta-agl/meta-agl \
+ ##OEROOT##/../meta-openembedded/meta-oe \
+ ##OEROOT##/../meta-renesas \
+ ##OEROOT##/../meta-renesas/meta-rcar-gen2 \
+ "
+BBLAYERS_NON_REMOVABLE ?= " \
+ ##OEROOT##/meta \
+ ##OEROOT##/meta-yocto \
+ ##OEROOT##/../meta-agl/meta-agl \
+ "