diff options
author | Tadao Tanikawa <tanikawa.tadao@jp.panasonic.com> | 2016-01-19 13:55:51 +0900 |
---|---|---|
committer | Tadao Tanikawa <tanikawa.tadao@jp.panasonic.com> | 2016-01-20 13:54:42 +0900 |
commit | 8cd9f905fe9a7ba21d792dbb3961d9997c2dd3b7 (patch) | |
tree | 84c5eb7c53e4f6f15ed49171542496291a492f4e /templates/intel-corei7-64/conf/bblayers.conf.sample | |
parent | 59fb43fa95a212af20009247332b4c5c34302b1f (diff) |
Provide template configuration for each machine or board
In previous patch, meta-intel layer is added to BBLAYERS for
both QEMU(qemux86/qemux86-64) and Minnowboard MAX(intel-corei7-64)
although QEMU target doesn't need it.
It is preffered to prepare a template configuration
for each machine or board.
Change-Id: I19bd4e66e8375a1760d9850f4a056651ae0fa6ca
Signed-off-by: Tadao Tanikawa <tanikawa.tadao@jp.panasonic.com>
Diffstat (limited to 'templates/intel-corei7-64/conf/bblayers.conf.sample')
-rw-r--r-- | templates/intel-corei7-64/conf/bblayers.conf.sample | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/templates/intel-corei7-64/conf/bblayers.conf.sample b/templates/intel-corei7-64/conf/bblayers.conf.sample new file mode 100644 index 000000000..668f0fe98 --- /dev/null +++ b/templates/intel-corei7-64/conf/bblayers.conf.sample @@ -0,0 +1,23 @@ +# LAYER_CONF_VERSION is increased each time build/conf/bblayers.conf +# changes incompatibly +LCONF_VERSION = "6" + +BBPATH = "${TOPDIR}" +BBFILES ?= "" + +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-intel \ + " +BBLAYERS_NON_REMOVABLE ?= " \ + ##OEROOT##/meta \ + ##OEROOT##/meta-yocto \ + ##OEROOT##/../meta-agl/meta-agl \ + " |