mirror of
git://git.yoctoproject.org/meta-intel.git
synced 2025-07-04 20:54:46 +02:00
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>
This commit is contained in:
parent
544eaef721
commit
9589e68d0a
|
@ -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-intel-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"
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user