From 94d69f85331b2bf6aa5f8fffd9dab4c05b6827e9 Mon Sep 17 00:00:00 2001 From: Andrei Gherzan Date: Thu, 5 Jul 2012 23:49:10 +0300 Subject: [PATCH] sdcard_image-rpi: Copy the kernel specified with KERNEL_FSTYPE Signed-off-by: Andrei Gherzan --- classes/sdcard_image-rpi.bbclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/classes/sdcard_image-rpi.bbclass b/classes/sdcard_image-rpi.bbclass index af18aab..6d08020 100644 --- a/classes/sdcard_image-rpi.bbclass +++ b/classes/sdcard_image-rpi.bbclass @@ -77,7 +77,7 @@ IMAGE_CMD_rpi-sdimg () { # of the rootfs mcopy -i ${WORKDIR}/boot.img -s ${DEPLOY_DIR_IMAGE}/bcm2835-bootfiles/bootcode.bin :: mcopy -i ${WORKDIR}/boot.img -s ${DEPLOY_DIR_IMAGE}/bcm2835-bootfiles/loader.bin :: - mcopy -i ${WORKDIR}/boot.img -s ${DEPLOY_DIR_IMAGE}/bcm2835-bootfiles/kernel.img :: + mcopy -i ${WORKDIR}/boot.img -s ${DEPLOY_DIR_IMAGE}/${KERNEL_IMAGETYPE} ::kernel.img if [ -n ${FATPAYLOAD} ] ; then echo "Copying payload into VFAT"