summaryrefslogtreecommitdiffstats
path: root/meta
diff options
context:
space:
mode:
Diffstat (limited to 'meta')
-rw-r--r--meta/classes/core-image.bbclass1
-rw-r--r--meta/classes/populate_sdk_base.bbclass1
2 files changed, 2 insertions, 0 deletions
diff --git a/meta/classes/core-image.bbclass b/meta/classes/core-image.bbclass
index a9a2cec68f..94f112c397 100644
--- a/meta/classes/core-image.bbclass
+++ b/meta/classes/core-image.bbclass
@@ -30,6 +30,7 @@
30# - dev-pkgs - development packages (headers, etc.) for all installed packages in the rootfs 30# - dev-pkgs - development packages (headers, etc.) for all installed packages in the rootfs
31# - dbg-pkgs - debug symbol packages for all installed packages in the rootfs 31# - dbg-pkgs - debug symbol packages for all installed packages in the rootfs
32# - doc-pkgs - documentation packages for all installed packages in the rootfs 32# - doc-pkgs - documentation packages for all installed packages in the rootfs
33# - bash-completion-pkgs - bash-completion packages for recipes using bash-completion bbclass
33# - ptest-pkgs - ptest packages for all ptest-enabled recipes 34# - ptest-pkgs - ptest packages for all ptest-enabled recipes
34# - read-only-rootfs - tweaks an image to support read-only rootfs 35# - read-only-rootfs - tweaks an image to support read-only rootfs
35# - splash - bootup splash screen 36# - splash - bootup splash screen
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'
8COMPLEMENTARY_GLOB[dbg-pkgs] = '*-dbg' 8COMPLEMENTARY_GLOB[dbg-pkgs] = '*-dbg'
9COMPLEMENTARY_GLOB[src-pkgs] = '*-src' 9COMPLEMENTARY_GLOB[src-pkgs] = '*-src'
10COMPLEMENTARY_GLOB[ptest-pkgs] = '*-ptest' 10COMPLEMENTARY_GLOB[ptest-pkgs] = '*-ptest'
11COMPLEMENTARY_GLOB[bash-completion-pkgs] = '*-bash-completion'
11 12
12def complementary_globs(featurevar, d): 13def complementary_globs(featurevar, d):
13 all_globs = d.getVarFlags('COMPLEMENTARY_GLOB') 14 all_globs = d.getVarFlags('COMPLEMENTARY_GLOB')