summaryrefslogtreecommitdiffstats
path: root/conf/template.atom-c3000-debug/bblayers.conf.sample
diff options
context:
space:
mode:
Diffstat (limited to 'conf/template.atom-c3000-debug/bblayers.conf.sample')
-rw-r--r--conf/template.atom-c3000-debug/bblayers.conf.sample31
1 files changed, 31 insertions, 0 deletions
diff --git a/conf/template.atom-c3000-debug/bblayers.conf.sample b/conf/template.atom-c3000-debug/bblayers.conf.sample
new file mode 100644
index 0000000..71c77cc
--- /dev/null
+++ b/conf/template.atom-c3000-debug/bblayers.conf.sample
@@ -0,0 +1,31 @@
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-intel \
12 ##OEROOT##/meta-dpdk \
13 ##OEROOT##/meta-nfv-access-bsp-common \
14 ##OEROOT##/meta-nfv-access-bsp-x86 \
15 ##OEROOT##/meta-virtualization \
16 ##OEROOT##/meta-enea-virtualization \
17 ##OEROOT##/meta-nfv-access-common \
18 ##OEROOT##/meta-el-nfv-access \
19 ##OEROOT##/meta-openembedded/meta-oe \
20 ##OEROOT##/meta-openembedded/meta-networking \
21 ##OEROOT##/meta-openembedded/meta-filesystems \
22 ##OEROOT##/meta-openembedded/meta-python \
23 ##OEROOT##/meta-openembedded/meta-webserver \
24 ##OEROOT##/meta-java \
25 ##OEROOT##/meta-updater \
26 ##OEROOT##/meta-openembedded/meta-perl \
27 ##OEROOT##/meta-secure-core/meta \
28 ##OEROOT##/meta-secure-core/meta-signing-key \
29 ##OEROOT##/meta-secure-core/meta-efi-secure-boot \
30 ##OEROOT##/meta-enea-user-keys \
31 "