]> code.ossystems Code Review - openembedded-core.git/commit
populate_sdk_ext.bbclass: add ESDK_MANIFEST_EXCLUDES
authorChen Qi <Qi.Chen@windriver.com>
Tue, 29 Sep 2020 03:22:14 +0000 (11:22 +0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 30 Sep 2020 14:01:47 +0000 (15:01 +0100)
commit2d71e427b530ec4ea5524efa951b6a87f21b8b22
tree9e587c3d873a08ec70160c35aeceac98d32eba12
parent4df098aeecd589ddd11a883e281285588a6966ca
populate_sdk_ext.bbclass: add ESDK_MANIFEST_EXCLUDES

Add ESDK_MANIFEST_EXCLUDES to enable excluding items in sdk-conf-manifest.

By default, files under conf/ are all added to sdk-conf-manifest, as the
manifest file is set to 'conf/*'.

However, there are situations where some configuration files under conf/
directory are not intended to be added to sdk-conf-manifest, thus adding
ESDK_MANIFEST_EXCLUDES to enable users to do this.

This variable takes the form of glob matching.
e.g.
ESDK_MANIFEST_EXCLUDES = "conf/autogen*"
This would exclude all files under conf/ starting with 'autogen' from
sdk-conf-manifest.

Signed-off-by: Chen Qi <Qi.Chen@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/classes/populate_sdk_ext.bbclass