mirror of
https://git.yoctoproject.org/poky
synced 2026-09-14 12:49:34 +02:00
task-base: we want task-base-dbg and no need for task-base-dev
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2040 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
@@ -25,7 +25,6 @@
|
|||||||
|
|
||||||
DISTRO_TASKS += '\
|
DISTRO_TASKS += '\
|
||||||
${@base_contains("IMAGE_FEATURES", "dbg-pkgs", "task-poky-boot-dbg task-base-dbg", "",d)} \
|
${@base_contains("IMAGE_FEATURES", "dbg-pkgs", "task-poky-boot-dbg task-base-dbg", "",d)} \
|
||||||
${@base_contains("IMAGE_FEATURES", "dev-pkgs", "task-poky-boot-dev task-base-dev", "",d)} \
|
|
||||||
\
|
\
|
||||||
${@base_contains("IMAGE_FEATURES", "apps-console-core", "task-poky-apps-console", "",d)} \
|
${@base_contains("IMAGE_FEATURES", "apps-console-core", "task-poky-apps-console", "",d)} \
|
||||||
${@base_contains("IMAGE_FEATURES", ["apps-console-core", "dbg-pkgs"], "task-poky-apps-console-dbg", "",d)} \
|
${@base_contains("IMAGE_FEATURES", ["apps-console-core", "dbg-pkgs"], "task-poky-apps-console-dbg", "",d)} \
|
||||||
|
|||||||
@@ -3,9 +3,9 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
DESCRIPTION = "Merge machine and distro options to create a basic machine task/package"
|
DESCRIPTION = "Merge machine and distro options to create a basic machine task/package"
|
||||||
PR = "r8"
|
PR = "r9"
|
||||||
|
|
||||||
PACKAGES = "task-base"
|
PACKAGES = "task-base task-base-dbg"
|
||||||
|
|
||||||
ALLOW_EMPTY = "1"
|
ALLOW_EMPTY = "1"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user