diff options
| -rw-r--r-- | meta/classes/poky-image.bbclass | 1 | ||||
| -rw-r--r-- | meta/packages/tasks/task-base.bb | 4 |
2 files changed, 2 insertions, 3 deletions
diff --git a/meta/classes/poky-image.bbclass b/meta/classes/poky-image.bbclass index aaeaee7ea6..3170011be9 100644 --- a/meta/classes/poky-image.bbclass +++ b/meta/classes/poky-image.bbclass | |||
| @@ -25,7 +25,6 @@ | |||
| 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)} \ | ||
| 29 | \ | 28 | \ |
| 30 | ${@base_contains("IMAGE_FEATURES", "apps-console-core", "task-poky-apps-console", "",d)} \ | 29 | ${@base_contains("IMAGE_FEATURES", "apps-console-core", "task-poky-apps-console", "",d)} \ |
| 31 | ${@base_contains("IMAGE_FEATURES", ["apps-console-core", "dbg-pkgs"], "task-poky-apps-console-dbg", "",d)} \ | 30 | ${@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 fe77116b2c..adde754f9f 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 = "r8" | 6 | PR = "r9" |
| 7 | 7 | ||
| 8 | PACKAGES = "task-base" | 8 | PACKAGES = "task-base task-base-dbg" |
| 9 | 9 | ||
| 10 | ALLOW_EMPTY = "1" | 10 | ALLOW_EMPTY = "1" |
| 11 | 11 | ||
