summaryrefslogtreecommitdiffstats
path: root/conf/template.lx2160ardb/bblayers.conf.sample
diff options
context:
space:
mode:
Diffstat (limited to 'conf/template.lx2160ardb/bblayers.conf.sample')
-rwxr-xr-xconf/template.lx2160ardb/bblayers.conf.sample29
1 files changed, 29 insertions, 0 deletions
diff --git a/conf/template.lx2160ardb/bblayers.conf.sample b/conf/template.lx2160ardb/bblayers.conf.sample
new file mode 100755
index 0000000..b37080b
--- /dev/null
+++ b/conf/template.lx2160ardb/bblayers.conf.sample
@@ -0,0 +1,29 @@
1# POKY_BBLAYERS_CONF_VERSION is increased each time build/conf/bblayers.conf
2# changes incompatibly
3POKY_BBLAYERS_CONF_VERSION = "2"
4
5BBPATH = "${TOPDIR}"
6BBFILES ?= ""
7
8BBLAYERS ?= " \
9 ##OEROOT##/meta \
10 ##OEROOT##/meta-poky \
11 ##OEROOT##/meta-freescale \
12 ##OEROOT##/meta-nfv-access-bsp-common \
13 ##OEROOT##/meta-nfv-access-bsp-arm \
14 ##OEROOT##/meta-virtualization \
15 ##OEROOT##/meta-enea-virtualization \
16 ##OEROOT##/meta-nfv-access-common \
17 ##OEROOT##/meta-el-nfv-access \
18 ##OEROOT##/meta-openembedded/meta-oe \
19 ##OEROOT##/meta-openembedded/meta-networking \
20 ##OEROOT##/meta-openembedded/meta-filesystems \
21 ##OEROOT##/meta-openembedded/meta-python \
22 ##OEROOT##/meta-openembedded/meta-webserver \
23 ##OEROOT##/meta-java \
24 ##OEROOT##/meta-updater \
25 ##OEROOT##/meta-openembedded/meta-perl \
26 ##OEROOT##/meta-secure-core/meta \
27 ##OEROOT##/meta-secure-core/meta-signing-key \
28 ##OEROOT##/meta-enea-user-keys \
29 "