diff options
author | Stephane Desneux <stephane.desneux@iot.bzh> | 2016-06-28 21:50:05 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@172.30.200.200> | 2016-07-05 18:46:38 +0000 |
commit | c4995e90c94cfe2d465a558ee74720b4d8afc62e (patch) | |
tree | 651334575370d09c1e52dc5e9bc50b4f747bd898 /conf/bblayers.conf.sample | |
parent | 68c8618ebb5e06694e22043fff57a6a9e02f0c87 (diff) |
remove configuration templates
Change-Id: If8e0e0df65da65392b5e805fd49bb5d34301dd2f
Signed-off-by: Stephane Desneux <stephane.desneux@iot.bzh>
Diffstat (limited to 'conf/bblayers.conf.sample')
-rw-r--r-- | conf/bblayers.conf.sample | 28 |
1 files changed, 0 insertions, 28 deletions
diff --git a/conf/bblayers.conf.sample b/conf/bblayers.conf.sample deleted file mode 100644 index 5871c3a51..000000000 --- a/conf/bblayers.conf.sample +++ /dev/null @@ -1,28 +0,0 @@ -# LAYER_CONF_VERSION is increased each time build/conf/bblayers.conf -# changes incompatibly -LCONF_VERSION = "6" - -BBPATH = "${TOPDIR}" -BBFILES ?= "" - -# AGL layers for QEMUx86-64 -BBLAYERS ?= " \ - ##OEROOT##/meta \ - ##OEROOT##/meta-yocto \ - ##OEROOT##/meta-yocto-bsp \ - ##OEROOT##/../meta-agl/meta-ivi-common \ - ##OEROOT##/../meta-agl/meta-agl \ - ##OEROOT##/../meta-agl/meta-agl-bsp \ - ##OEROOT##/../meta-openembedded/meta-oe \ - ##OEROOT##/../meta-openembedded/meta-multimedia \ - ##OEROOT##/../meta-openembedded/meta-ruby \ - ##OEROOT##/../meta-openembedded/meta-efl \ - ##OEROOT##/../meta-agl-demo \ - ##OEROOT##/../meta-qt5 \ - ##OEROOT##/../meta-rust \ - " -BBLAYERS_NON_REMOVABLE ?= " \ - ##OEROOT##/meta \ - ##OEROOT##/meta-yocto \ - ##OEROOT##/../meta-agl/meta-agl \ - " |