Skip to content

Commit 5e56a4a

Browse files
authored
Merge pull request #677 from lumag/no-debug-tweaks
drop debug tweaks from meta-qcom images
2 parents 8492131 + bc42b58 commit 5e56a4a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

recipes-kernel/images/initramfs-rootfs-image.bb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ PACKAGE_INSTALL = " \
1111
"
1212

1313
# Do not pollute the initrd image with rootfs features
14-
IMAGE_FEATURES = "debug-tweaks"
14+
IMAGE_FEATURES = ""
1515
IMAGE_LINGUAS = ""
1616

1717
LICENSE = "MIT"

recipes-test/images/initramfs-tiny-image.bb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ PACKAGE_INSTALL = " \
99
"
1010

1111
# Do not pollute the initrd image with rootfs features
12-
IMAGE_FEATURES = "debug-tweaks"
12+
IMAGE_FEATURES = "allow-empty-password empty-root-password allow-root-login post-install-logging"
1313
IMAGE_LINGUAS = ""
1414

1515
LICENSE = "MIT"

0 commit comments

Comments
 (0)