diff options
author | Anuj Mittal <anuj.mittal@intel.com> | 2024-11-13 12:22:45 +0800 |
---|---|---|
committer | Anuj Mittal <anuj.mittal@intel.com> | 2024-11-13 12:27:18 +0800 |
commit | 9589e68d0a66f93646251d5021ec326819aa1046 (patch) | |
tree | 8b582203dfac88713e46171147093c834db02af4 | |
parent | 544eaef7219c7123eaf98c144f9ff375c995ac18 (diff) | |
download | meta-intel-9589e68d0a66f93646251d5021ec326819aa1046.tar.gz |
core-image-rt-sdk: remove debug-tweaks from IMAGE_FEATURES
debug-tweaks as a feature has been removed and replaced.
https://git.yoctoproject.org/poky/commit/?id=43b8b3fa72d75d8d82a478613a4d9bf4645b5389
The root login when required should be enabled by adding the new features
to EXTRA_IMAGE_FEATURES.
Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
-rw-r--r-- | recipes-rt/images/core-image-rt-sdk.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-rt/images/core-image-rt-sdk.bb b/recipes-rt/images/core-image-rt-sdk.bb index 920c4cee..1270283e 100644 --- a/recipes-rt/images/core-image-rt-sdk.bb +++ b/recipes-rt/images/core-image-rt-sdk.bb | |||
@@ -13,7 +13,7 @@ tools for real-time use. It includes the full meta-toolchain, development \ | |||
13 | headers and libraries to form a standalone SDK." | 13 | headers and libraries to form a standalone SDK." |
14 | DEPENDS += "linux-intel-rt" | 14 | DEPENDS += "linux-intel-rt" |
15 | 15 | ||
16 | IMAGE_FEATURES += "dev-pkgs tools-sdk tools-debug eclipse-debug tools-profile tools-testapps debug-tweaks" | 16 | IMAGE_FEATURES += "dev-pkgs tools-sdk tools-debug eclipse-debug tools-profile tools-testapps" |
17 | 17 | ||
18 | IMAGE_INSTALL += "rt-tests hwlatdetect kernel-dev" | 18 | IMAGE_INSTALL += "rt-tests hwlatdetect kernel-dev" |
19 | 19 | ||