From e696c6fb6be407a444e38a875d542c255918984e Mon Sep 17 00:00:00 2001 From: Holger Hans Peter Freyther Date: Sun, 12 Jul 2015 10:40:38 +0200 Subject: [PATCH] image-rauc-slot-rescue: Do not add e2fsprogs-fsck For the ODU/BTS we do not have ext4 and will not need to check a filesystem. Do not install these recommendations. --- recipes-core/images/image-rauc-slot-rescue.bb | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/recipes-core/images/image-rauc-slot-rescue.bb b/recipes-core/images/image-rauc-slot-rescue.bb index dfd7e52..df6bcfa 100644 --- a/recipes-core/images/image-rauc-slot-rescue.bb +++ b/recipes-core/images/image-rauc-slot-rescue.bb @@ -48,7 +48,9 @@ IMAGE_CMD_ubi () { IMAGE_FSTYPES_sysmocom-idu = "cpio.xz" IMAGE_FSTYPES_sysmobts-v2 = "ubi" -BAD_RECOMMENDATIONS += "busybox-syslog" +BAD_RECOMMENDATIONS_append = " busybox-syslog" +BAD_RECOMMENDATIONS_append_sysmobts-v2 = " e2fsprogs-e2fsck" +BAD_RECOMMENDATIONS_append_sysmocom-odu = " e2fsprogs-e2fsck" shrink_rescue() {