diff options
author | Joe Slater <joe.slater@windriver.com> | 2019-10-01 14:36:20 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2019-10-02 20:22:25 +0100 |
commit | 4457c74ee558534488f1e979882108551e822953 (patch) | |
tree | 9c7e0c3d436bfa5987f92a60bfd8689b9a36ffbf /meta/classes/populate_sdk_base.bbclass | |
parent | 8946c65c8f018da81fd365f8cc99605d02c3442a (diff) | |
download | poky-4457c74ee558534488f1e979882108551e822953.tar.gz |
bash-completion: add image feature
Create bash-completion-pkgs image feature to load *-bash-completion packages
into an image. The packages are created by the bash-completion
bbclass but are currently never loaded.
(From OE-Core rev: d47c5981877555a5a6b9aeb93ea6f3c1aa97fc44)
Signed-off-by: Joe Slater <joe.slater@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/classes/populate_sdk_base.bbclass')
-rw-r--r-- | meta/classes/populate_sdk_base.bbclass | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/classes/populate_sdk_base.bbclass b/meta/classes/populate_sdk_base.bbclass index 4e3794f75c..d03465b6fc 100644 --- a/meta/classes/populate_sdk_base.bbclass +++ b/meta/classes/populate_sdk_base.bbclass | |||
@@ -8,6 +8,7 @@ COMPLEMENTARY_GLOB[doc-pkgs] = '*-doc' | |||
8 | COMPLEMENTARY_GLOB[dbg-pkgs] = '*-dbg' | 8 | COMPLEMENTARY_GLOB[dbg-pkgs] = '*-dbg' |
9 | COMPLEMENTARY_GLOB[src-pkgs] = '*-src' | 9 | COMPLEMENTARY_GLOB[src-pkgs] = '*-src' |
10 | COMPLEMENTARY_GLOB[ptest-pkgs] = '*-ptest' | 10 | COMPLEMENTARY_GLOB[ptest-pkgs] = '*-ptest' |
11 | COMPLEMENTARY_GLOB[bash-completion-pkgs] = '*-bash-completion' | ||
11 | 12 | ||
12 | def complementary_globs(featurevar, d): | 13 | def complementary_globs(featurevar, d): |
13 | all_globs = d.getVarFlags('COMPLEMENTARY_GLOB') | 14 | all_globs = d.getVarFlags('COMPLEMENTARY_GLOB') |