summaryrefslogtreecommitdiffstats
path: root/conf/template.qemux86/bblayers.conf.sample
diff options
context:
space:
mode:
authorStefan Sicleru <stefan.sicleru@enea.com>2016-04-27 14:41:50 +0200
committerMartin Borg <martin.borg@enea.com>2016-04-28 16:25:32 +0200
commite310f545a606a2ba8aee5a867b5e0f0bc206816e (patch)
treef61571625ed19f292c717de0ceabb51346d5f319 /conf/template.qemux86/bblayers.conf.sample
parent424ce107ffcacbd664829b7af8036e5df466c774 (diff)
downloadmeta-el-standard-e310f545a606a2ba8aee5a867b5e0f0bc206816e.tar.gz
qemux86: add new template config files
Added required templates required to generate a successful build for x86. Environment can be generated with: TEMPLATECONF=meta-el-standard/conf/template.qemux86 source oe-init-build-env ../build Signed-off-by: Stefan Sicleru <stefan.sicleru@enea.com> Signed-off-by: Martin Borg <martin.borg@enea.com>
Diffstat (limited to 'conf/template.qemux86/bblayers.conf.sample')
-rw-r--r--conf/template.qemux86/bblayers.conf.sample18
1 files changed, 18 insertions, 0 deletions
diff --git a/conf/template.qemux86/bblayers.conf.sample b/conf/template.qemux86/bblayers.conf.sample
new file mode 100644
index 0000000..8a6b210
--- /dev/null
+++ b/conf/template.qemux86/bblayers.conf.sample
@@ -0,0 +1,18 @@
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-el-common \
11 ##OEROOT##/meta-el-standard \
12 ##OEROOT##/meta-enea-bsp-common \
13 ##OEROOT##/meta-openembedded/meta-oe \
14 ##OEROOT##/meta-openembedded/meta-networking \
15 ##OEROOT##/meta-openembedded/meta-filesystems \
16 ##OEROOT##/meta-openembedded/meta-python \
17 ##OEROOT##/meta-poky \
18 "