summaryrefslogtreecommitdiffstats
path: root/meta/recipes-sato
diff options
context:
space:
mode:
authorRoss Burton <ross.burton@arm.com>2024-11-05 19:48:55 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2024-11-06 12:18:05 +0000
commitc253b92c6a41870fdd0a23ff29bc533e7a3807b3 (patch)
treed321098d0b4bbd1a462a75c7d272e5bb5fe085f3 /meta/recipes-sato
parent109fe2eade73b81ef43524e48a8bcfe0695b1ce3 (diff)
downloadpoky-c253b92c6a41870fdd0a23ff29bc533e7a3807b3.tar.gz
images/*-sdk: remove debug-tweaks from IMAGE_FEATURES
There's no need for the SDK images to explicitly list debug-tweaks, this is typically added via EXTRA_IMAGE_FEATURES when needed. (From OE-Core rev: f23eae893837f91dd9dfe027a2209c34c6845bbf) Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-sato')
-rw-r--r--meta/recipes-sato/images/core-image-sato-sdk.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-sato/images/core-image-sato-sdk.bb b/meta/recipes-sato/images/core-image-sato-sdk.bb
index afab473b52..b5315a19a0 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."
6HOMEPAGE = "https://www.yoctoproject.org/" 6HOMEPAGE = "https://www.yoctoproject.org/"
7 7
8IMAGE_FEATURES += "dev-pkgs tools-sdk \ 8IMAGE_FEATURES += "dev-pkgs tools-sdk \
9 tools-debug eclipse-debug tools-profile tools-testapps debug-tweaks ssh-server-openssh" 9 tools-debug eclipse-debug tools-profile tools-testapps ssh-server-openssh"
10 10
11IMAGE_INSTALL += "kernel-devsrc" 11IMAGE_INSTALL += "kernel-devsrc"
12 12