summaryrefslogtreecommitdiffstats
path: root/conf/template.ls1021atwr/bblayers.conf.sample
diff options
context:
space:
mode:
Diffstat (limited to 'conf/template.ls1021atwr/bblayers.conf.sample')
-rw-r--r--conf/template.ls1021atwr/bblayers.conf.sample21
1 files changed, 21 insertions, 0 deletions
diff --git a/conf/template.ls1021atwr/bblayers.conf.sample b/conf/template.ls1021atwr/bblayers.conf.sample
new file mode 100644
index 0000000..868d0e1
--- /dev/null
+++ b/conf/template.ls1021atwr/bblayers.conf.sample
@@ -0,0 +1,21 @@
1# POKY_BBLAYERS_CONF_VERSION is increased each time build/conf/bblayers.conf
2# changes incompatibly
3POKY_BBLAYERS_CONF_VERSION = "1"
4
5BBPATH = "${TOPDIR}"
6BBFILES ?= ""
7
8BBLAYERS ?= " \
9 ##OEROOT##/meta \
10 ##OEROOT##/meta-enea-base \
11 ##OEROOT##/meta-enea-bsp-base \
12 ##OEROOT##/meta-enea-bsp-arm \
13 ##OEROOT##/meta-fsl-arm \
14 ##OEROOT##/meta-poky \
15 "
16BBLAYERS_NON_REMOVABLE ?= " \
17 ##OEROOT##/meta \
18 ##OEROOT##/meta-poky \
19 ##OEROOT##/meta-enea-base \
20 ##OEROOT##/meta-enea-bsp-base \
21 "