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 <arturo.buzarra@digi.com>
This commit is contained in:
Arturo Buzarra 2022-05-09 15:53:25 +02:00
parent 8bdc615a5a
commit 8fac0cc46e
1 changed files with 1 additions and 4 deletions

View File

@ -82,10 +82,7 @@ do_image_boot_ubifs[depends] += " \
" "
IMAGE_CMD_boot.ubifs() { IMAGE_CMD_boot.ubifs() {
if [ "${DEY_BUILD_PLATFORM}" = "STM" ]; then BOOTIMG_FILES_SYMLINK="${DEPLOY_DIR_IMAGE}/${KERNEL_IMAGETYPE}-${MACHINE}.bin"
BOOTIMG_FILES_SYMLINK="${DEPLOY_DIR_IMAGE}/zImage-${MACHINE}.bin"
fi
BOOTIMG_FILES_SYMLINK="${BOOTIMG_FILES_SYMLINK} ${DEPLOY_DIR_IMAGE}/${KERNEL_IMAGETYPE}-${MACHINE}.bin"
if [ -n "${KERNEL_DEVICETREE}" ]; then if [ -n "${KERNEL_DEVICETREE}" ]; then
for DTB in ${KERNEL_DEVICETREE}; do for DTB in ${KERNEL_DEVICETREE}; do
# Remove potential sub-folders # Remove potential sub-folders