mirror of
https://git.yoctoproject.org/meta-arm
synced 2026-07-27 07:27:04 +00:00
CI/corstone: remove debug-tweaks usage
debug-tweaks is useful in testing and internal usage, but is a massive security hole (as it allow password-less root login). Remove the default enablement on machine files and in kas base yml. Signed-off-by: Jon Mason <jon.mason@arm.com>
This commit is contained in:
@@ -30,7 +30,6 @@ local_conf_header:
|
|||||||
setup: |
|
setup: |
|
||||||
PACKAGE_CLASSES = "package_ipk"
|
PACKAGE_CLASSES = "package_ipk"
|
||||||
PACKAGECONFIG:remove:pn-qemu-system-native = "gtk+ sdl"
|
PACKAGECONFIG:remove:pn-qemu-system-native = "gtk+ sdl"
|
||||||
EXTRA_IMAGE_FEATURES:append = " debug-tweaks"
|
|
||||||
PACKAGECONFIG:append:pn-perf = " coresight"
|
PACKAGECONFIG:append:pn-perf = " coresight"
|
||||||
INHERIT += "rm_work"
|
INHERIT += "rm_work"
|
||||||
DISTRO_FEATURES:remove = "ptest"
|
DISTRO_FEATURES:remove = "ptest"
|
||||||
|
|||||||
@@ -3,6 +3,7 @@ header:
|
|||||||
|
|
||||||
local_conf_header:
|
local_conf_header:
|
||||||
testimage: |
|
testimage: |
|
||||||
|
EXTRA_IMAGE_FEATURES:append = " debug-tweaks"
|
||||||
IMAGE_CLASSES += "testimage"
|
IMAGE_CLASSES += "testimage"
|
||||||
TESTIMAGE_AUTO = "1"
|
TESTIMAGE_AUTO = "1"
|
||||||
kvm: |
|
kvm: |
|
||||||
|
|||||||
@@ -17,7 +17,6 @@ PREFERRED_VERSION_linux-yocto ?= "6.1%"
|
|||||||
EXTRA_IMAGEDEPENDS += "trusted-firmware-a u-boot"
|
EXTRA_IMAGEDEPENDS += "trusted-firmware-a u-boot"
|
||||||
|
|
||||||
IMAGE_CLASSES += "wic_nopt"
|
IMAGE_CLASSES += "wic_nopt"
|
||||||
IMAGE_FEATURES += "debug-tweaks"
|
|
||||||
IMAGE_FSTYPES:forcevariable = "cpio.gz squashfs wic wic.nopt"
|
IMAGE_FSTYPES:forcevariable = "cpio.gz squashfs wic wic.nopt"
|
||||||
|
|
||||||
SERIAL_CONSOLES = "115200;ttyAMA0"
|
SERIAL_CONSOLES = "115200;ttyAMA0"
|
||||||
|
|||||||
@@ -15,8 +15,6 @@ inherit core-image
|
|||||||
|
|
||||||
inherit image-buildinfo
|
inherit image-buildinfo
|
||||||
|
|
||||||
IMAGE_FEATURES += "debug-tweaks"
|
|
||||||
|
|
||||||
#package management is not supported in corstone1000
|
#package management is not supported in corstone1000
|
||||||
IMAGE_FEATURES:remove = "package-management"
|
IMAGE_FEATURES:remove = "package-management"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user