There's no need for the SDK images to explicitly list debug-tweaks, this is typically added via EXTRA_IMAGE_FEATURES when needed.
Signed-off-by: Ross Burton <[email protected]> --- meta/recipes-graphics/images/core-image-weston-sdk.bb | 2 +- meta/recipes-rt/images/core-image-rt-sdk.bb | 2 +- meta/recipes-sato/images/core-image-sato-sdk.bb | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/meta/recipes-graphics/images/core-image-weston-sdk.bb b/meta/recipes-graphics/images/core-image-weston-sdk.bb index 09e87b5b65c..888ebdc6e2b 100644 --- a/meta/recipes-graphics/images/core-image-weston-sdk.bb +++ b/meta/recipes-graphics/images/core-image-weston-sdk.bb @@ -6,7 +6,7 @@ form a standalone SDK." HOMEPAGE = "https://www.yoctoproject.org/" IMAGE_FEATURES += "dev-pkgs tools-sdk \ - tools-debug eclipse-debug tools-profile tools-testapps debug-tweaks ssh-server-openssh" + tools-debug eclipse-debug tools-profile tools-testapps ssh-server-openssh" IMAGE_INSTALL += "kernel-devsrc" diff --git a/meta/recipes-rt/images/core-image-rt-sdk.bb b/meta/recipes-rt/images/core-image-rt-sdk.bb index 624b7d9430c..fbe617cadf9 100644 --- a/meta/recipes-rt/images/core-image-rt-sdk.bb +++ b/meta/recipes-rt/images/core-image-rt-sdk.bb @@ -13,7 +13,7 @@ tools for real-time use. It includes the full meta-toolchain, development \ headers and libraries to form a standalone SDK." DEPENDS += "linux-yocto-rt" -IMAGE_FEATURES += "dev-pkgs tools-sdk tools-debug eclipse-debug tools-profile tools-testapps debug-tweaks" +IMAGE_FEATURES += "dev-pkgs tools-sdk tools-debug eclipse-debug tools-profile tools-testapps" IMAGE_INSTALL += "rt-tests hwlatdetect kernel-dev" diff --git a/meta/recipes-sato/images/core-image-sato-sdk.bb b/meta/recipes-sato/images/core-image-sato-sdk.bb index afab473b52c..b5315a19a00 100644 --- a/meta/recipes-sato/images/core-image-sato-sdk.bb +++ b/meta/recipes-sato/images/core-image-sato-sdk.bb @@ -6,7 +6,7 @@ form a standalone SDK." HOMEPAGE = "https://www.yoctoproject.org/" IMAGE_FEATURES += "dev-pkgs tools-sdk \ - tools-debug eclipse-debug tools-profile tools-testapps debug-tweaks ssh-server-openssh" + tools-debug eclipse-debug tools-profile tools-testapps ssh-server-openssh" IMAGE_INSTALL += "kernel-devsrc" -- 2.34.1
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#206749): https://lists.openembedded.org/g/openembedded-core/message/206749 Mute This Topic: https://lists.openembedded.org/mt/109412888/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
