]> code.ossystems Code Review - openembedded-core.git/commit
copy_buildsystem: add ability to exclude layers
authorChen Qi <Qi.Chen@windriver.com>
Wed, 3 Feb 2016 07:50:21 +0000 (15:50 +0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 4 Feb 2016 23:35:04 +0000 (23:35 +0000)
commitacf1148bf3f4e489e9e2b0b8745753e1311ee812
tree8cc70ae1639222a59a46694b89830c76dba0c5a3
parent4899041d59f3537c46eb79ba3471ca2b72caad89
copy_buildsystem: add ability to exclude layers

In some cases, we may have some kind of download layers in BBLAYERS, so
that we can set BB_NO_NETWORK to "1". This results in extremely large
extensible SDK. And we actually don't need these download layers in the
SDK.

Add a new variable, SDK_LAYERS_EXCLUDE, to enable users to explicitly
exclude some layers when generating the extensible SDK.

[YOCTO #8878]

Signed-off-by: Chen Qi <Qi.Chen@windriver.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
meta/lib/oe/copy_buildsystem.py