diff options
| -rw-r--r-- | meta/classes/poky-image.bbclass | 1 | ||||
| -rw-r--r-- | meta/packages/tasks/task-base.bb | 4 |
2 files changed, 3 insertions, 2 deletions
diff --git a/meta/classes/poky-image.bbclass b/meta/classes/poky-image.bbclass index 3170011be9..aaeaee7ea6 100644 --- a/meta/classes/poky-image.bbclass +++ b/meta/classes/poky-image.bbclass | |||
| @@ -25,6 +25,7 @@ | |||
| 25 | 25 | ||
| 26 | DISTRO_TASKS += '\ | 26 | DISTRO_TASKS += '\ |
| 27 | ${@base_contains("IMAGE_FEATURES", "dbg-pkgs", "task-poky-boot-dbg task-base-dbg", "",d)} \ | 27 | ${@base_contains("IMAGE_FEATURES", "dbg-pkgs", "task-poky-boot-dbg task-base-dbg", "",d)} \ |
| 28 | ${@base_contains("IMAGE_FEATURES", "dev-pkgs", "task-poky-boot-dev task-base-dev", "",d)} \ | ||
| 28 | \ | 29 | \ |
| 29 | ${@base_contains("IMAGE_FEATURES", "apps-console-core", "task-poky-apps-console", "",d)} \ | 30 | ${@base_contains("IMAGE_FEATURES", "apps-console-core", "task-poky-apps-console", "",d)} \ |
| 30 | ${@base_contains("IMAGE_FEATURES", ["apps-console-core", "dbg-pkgs"], "task-poky-apps-console-dbg", "",d)} \ | 31 | ${@base_contains("IMAGE_FEATURES", ["apps-console-core", "dbg-pkgs"], "task-poky-apps-console-dbg", "",d)} \ |
diff --git a/meta/packages/tasks/task-base.bb b/meta/packages/tasks/task-base.bb index adde754f9f..977daefbc7 100644 --- a/meta/packages/tasks/task-base.bb +++ b/meta/packages/tasks/task-base.bb | |||
| @@ -3,9 +3,9 @@ | |||
| 3 | # | 3 | # |
| 4 | 4 | ||
| 5 | DESCRIPTION = "Merge machine and distro options to create a basic machine task/package" | 5 | DESCRIPTION = "Merge machine and distro options to create a basic machine task/package" |
| 6 | PR = "r9" | 6 | PR = "r10" |
| 7 | 7 | ||
| 8 | PACKAGES = "task-base task-base-dbg" | 8 | PACKAGES = "task-base task-base-dbg task-base-dev" |
| 9 | 9 | ||
| 10 | ALLOW_EMPTY = "1" | 10 | ALLOW_EMPTY = "1" |
| 11 | 11 | ||
