From 29f4242ad0e9f8341c452088d36e06a537f49c5d Mon Sep 17 00:00:00 2001 From: Andrei Gherzan Date: Sun, 16 Sep 2012 21:36:48 +0300 Subject: sdcard_image-rpi: Ship cmdline.txt file Signed-off-by: Tomas Frydrych Signed-off-by: Andrei Gherzan --- classes/sdcard_image-rpi.bbclass | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'classes') diff --git a/classes/sdcard_image-rpi.bbclass b/classes/sdcard_image-rpi.bbclass index 8120620..bf588cf 100644 --- a/classes/sdcard_image-rpi.bbclass +++ b/classes/sdcard_image-rpi.bbclass @@ -89,9 +89,7 @@ IMAGE_CMD_rpi-sdimg () { ;; esac - # To do - # Copy here a cmdline.txt file generated taking into consideration the partition type - # of the rootfs + mcopy -i ${WORKDIR}/boot.img -s ${DEPLOY_DIR_IMAGE}/bcm2835-bootfiles/cmdline.txt :: 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}/${KERNEL_IMAGETYPE}-${MACHINE}.bin ::kernel.img -- cgit v1.2.3-54-g00ecf