diff options
author | Patrick Williams <patrick@stwcx.xyz> | 2015-09-15 14:42:19 -0500 |
---|---|---|
committer | Patrick Williams <patrick@stwcx.xyz> | 2015-09-15 14:42:19 -0500 |
commit | 885cdf3f44f8a7a4f1972cb3adc18b1e80d606ce (patch) | |
tree | 42739d34a6a62ba6d15bb48c9f384b55ac35b18a /meta-phosphor/conf/bblayers.conf.sample | |
parent | 21f9b84b4b729fbd7acbd465e7a3f726e4d20f91 (diff) | |
parent | 93fb535853a24d4c3c42ec425ac92c9d3de13294 (diff) | |
download | talos-openbmc-885cdf3f44f8a7a4f1972cb3adc18b1e80d606ce.tar.gz talos-openbmc-885cdf3f44f8a7a4f1972cb3adc18b1e80d606ce.zip |
Add 'meta-phosphor/' from commit '93fb535853a24d4c3c42ec425ac92c9d3de13294'
git-subtree-dir: meta-phosphor
git-subtree-mainline: 21f9b84b4b729fbd7acbd465e7a3f726e4d20f91
git-subtree-split: 93fb535853a24d4c3c42ec425ac92c9d3de13294
Diffstat (limited to 'meta-phosphor/conf/bblayers.conf.sample')
-rw-r--r-- | meta-phosphor/conf/bblayers.conf.sample | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/meta-phosphor/conf/bblayers.conf.sample b/meta-phosphor/conf/bblayers.conf.sample new file mode 100644 index 000000000..caab032ad --- /dev/null +++ b/meta-phosphor/conf/bblayers.conf.sample @@ -0,0 +1,17 @@ +# 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-phosphor \ + ##OEROOT##/meta-phosphor/meta-sample-bsp \ + " +BBLAYERS_NON_REMOVABLE ?= " \ + ##OEROOT##/meta \ + ##OEROOT##/meta-yocto \ + " |