]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commit
populate_sdk_ext.bbclass: add SDK_CONF_MANIFEST_EXCLUDE rbt/fix_from_wr
authorChen Qi <Qi.Chen@windriver.com>
Wed, 15 Nov 2017 06:00:44 +0000 (14:00 +0800)
committerRobert Yang <liezhi.yang@windriver.com>
Fri, 13 Jul 2018 02:31:53 +0000 (10:31 +0800)
commit47efbcebc355a5c00a4e53d4a137b86b33278d0a
treea76c1d3b963333fc72b61af601331a8ecef95b5f
parentb63af566e440719ccf8deb58dd684a1c2f3269ef
populate_sdk_ext.bbclass: add SDK_CONF_MANIFEST_EXCLUDE

Add SDK_CONF_MANIFEST_EXCLUDE 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
SDK_CONF_MANIFEST_EXCLUDE to enable users to do this.

This variable takes the form of glob matching.
e.g.
SDK_CONF_MANIFEST_EXCLUDE = "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>
meta/classes/populate_sdk_ext.bbclass