From 8fac0cc46e94fa75fa77813638e4a18ca263d9e8 Mon Sep 17 00:00:00 2001 From: Arturo Buzarra Date: Mon, 9 May 2022 15:53:25 +0200 Subject: [PATCH] image_types: fix do_image_boot_ubifs() for ConnectCore MP15 platform This commit reverts partially the commit 548b8729 ("image_types: add support to create CCMP15 ubifs images") to fix the boot partition generation. Signed-off-by: Arturo Buzarra --- meta-digi-arm/classes/image_types_digi.bbclass | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/meta-digi-arm/classes/image_types_digi.bbclass b/meta-digi-arm/classes/image_types_digi.bbclass index 208ec1f3c..91ce923e0 100644 --- a/meta-digi-arm/classes/image_types_digi.bbclass +++ b/meta-digi-arm/classes/image_types_digi.bbclass @@ -82,10 +82,7 @@ do_image_boot_ubifs[depends] += " \ " IMAGE_CMD_boot.ubifs() { - if [ "${DEY_BUILD_PLATFORM}" = "STM" ]; then - BOOTIMG_FILES_SYMLINK="${DEPLOY_DIR_IMAGE}/zImage-${MACHINE}.bin" - fi - BOOTIMG_FILES_SYMLINK="${BOOTIMG_FILES_SYMLINK} ${DEPLOY_DIR_IMAGE}/${KERNEL_IMAGETYPE}-${MACHINE}.bin" + BOOTIMG_FILES_SYMLINK="${DEPLOY_DIR_IMAGE}/${KERNEL_IMAGETYPE}-${MACHINE}.bin" if [ -n "${KERNEL_DEVICETREE}" ]; then for DTB in ${KERNEL_DEVICETREE}; do # Remove potential sub-folders