diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-03-03 23:53:32 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-03-03 23:53:32 +0000 |
commit | b0dec83e8c17d884323d58bb8d56c7ab6afa7ead (patch) | |
tree | 194d268995c1f8f6e660ee9ed8bfbe89967ab221 /meta-yocto/conf/bblayers.conf.sample | |
parent | dabd5deb4e50189fba9ccc60a219a5c6a05c8db1 (diff) | |
download | poky-b0dec83e8c17d884323d58bb8d56c7ab6afa7ead.tar.gz |
meta-yocto: Move files inappropriate to OE-Core from meta
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta-yocto/conf/bblayers.conf.sample')
-rw-r--r-- | meta-yocto/conf/bblayers.conf.sample | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/meta-yocto/conf/bblayers.conf.sample b/meta-yocto/conf/bblayers.conf.sample new file mode 100644 index 0000000000..b2f37c0c81 --- /dev/null +++ b/meta-yocto/conf/bblayers.conf.sample | |||
@@ -0,0 +1,8 @@ | |||
1 | # LAYER_CONF_VERSION is increased each time build/conf/bblayers.conf | ||
2 | # changes incompatibly | ||
3 | LCONF_VERSION = "4" | ||
4 | |||
5 | BBFILES ?= "" | ||
6 | BBLAYERS = " \ | ||
7 | ##POKYBASE##/meta \ | ||
8 | " | ||