summaryrefslogtreecommitdiffstats
path: root/templates/dragonboard-410c/conf/bblayers.conf.sample
diff options
context:
space:
mode:
authorKotaro Hashimoto <Hashimoto.Kotaro@ds.MitsubishiElectric.co.jp>2016-04-25 10:33:01 +0900
committerGerrit Code Review <gerrit@172.30.200.200>2016-05-06 13:28:25 +0000
commite153e638d0dafcc85afb2e55ec59ef2859c59fb9 (patch)
tree3bdb99773fde71f18be39989b1036334ee69927f /templates/dragonboard-410c/conf/bblayers.conf.sample
parent54c89a006a0dea9d4460cba8c16c3ed57af4e5d9 (diff)
Add DragonBoard-410c as target board
This patch adds the dragonboard-410c as DragonBoard-410c target. Depends-On: Idcad2c27539af130704a3c66efe6b91868eef534 Change-Id: Ia5a61de1368b9dc29242ce89dfb92a5e5e59e18e Signed-off-by: Kotaro Hashimoto <Hashimoto.Kotaro@ds.MitsubishiElectric.co.jp>
Diffstat (limited to 'templates/dragonboard-410c/conf/bblayers.conf.sample')
-rw-r--r--templates/dragonboard-410c/conf/bblayers.conf.sample30
1 files changed, 30 insertions, 0 deletions
diff --git a/templates/dragonboard-410c/conf/bblayers.conf.sample b/templates/dragonboard-410c/conf/bblayers.conf.sample
new file mode 100644
index 00000000..775051ce
--- /dev/null
+++ b/templates/dragonboard-410c/conf/bblayers.conf.sample
@@ -0,0 +1,30 @@
+# LAYER_CONF_VERSION is increased each time build/conf/bblayers.conf
+# changes incompatibly
+LCONF_VERSION = "6"
+
+BBPATH = "${TOPDIR}"
+BBFILES ?= ""
+
+# AGL layers for DragonBoard-410c
+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-efl \
+ ##OEROOT##/../meta-openembedded/meta-networking \
+ ##OEROOT##/../meta-openembedded/meta-python \
+ ##OEROOT##/../meta-qcom \
+ ##OEROOT##/../meta-agl-demo \
+ ##OEROOT##/../meta-openembedded/meta-ruby \
+ ##OEROOT##/../meta-qt5 \
+ "
+BBLAYERS_NON_REMOVABLE ?= " \
+ ##OEROOT##/meta \
+ ##OEROOT##/meta-yocto \
+ ##OEROOT##/../meta-agl/meta-agl \
+ "