summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrei Gherzan <andrei@gherzan.ro>2012-09-16 21:36:48 +0300
committerAndrei Gherzan <andrei@gherzan.ro>2012-09-16 21:36:53 +0300
commit29f4242ad0e9f8341c452088d36e06a537f49c5d (patch)
treedbf8aefa34317b914eb56fc39a3826534f0a2cfe
parent890dca99f92252f1feeae251d493d47c67a509c9 (diff)
downloadmeta-raspberrypi-29f4242ad0e9f8341c452088d36e06a537f49c5d.tar.gz
sdcard_image-rpi: Ship cmdline.txt file
Signed-off-by: Tomas Frydrych <tomas@sleepfive.com> Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
-rw-r--r--classes/sdcard_image-rpi.bbclass4
1 files changed, 1 insertions, 3 deletions
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 () {
89 ;; 89 ;;
90 esac 90 esac
91 91
92 # To do 92 mcopy -i ${WORKDIR}/boot.img -s ${DEPLOY_DIR_IMAGE}/bcm2835-bootfiles/cmdline.txt ::
93 # Copy here a cmdline.txt file generated taking into consideration the partition type
94 # of the rootfs
95 mcopy -i ${WORKDIR}/boot.img -s ${DEPLOY_DIR_IMAGE}/bcm2835-bootfiles/bootcode.bin :: 93 mcopy -i ${WORKDIR}/boot.img -s ${DEPLOY_DIR_IMAGE}/bcm2835-bootfiles/bootcode.bin ::
96 mcopy -i ${WORKDIR}/boot.img -s ${DEPLOY_DIR_IMAGE}/bcm2835-bootfiles/loader.bin :: 94 mcopy -i ${WORKDIR}/boot.img -s ${DEPLOY_DIR_IMAGE}/bcm2835-bootfiles/loader.bin ::
97 mcopy -i ${WORKDIR}/boot.img -s ${DEPLOY_DIR_IMAGE}/${KERNEL_IMAGETYPE}-${MACHINE}.bin ::kernel.img 95 mcopy -i ${WORKDIR}/boot.img -s ${DEPLOY_DIR_IMAGE}/${KERNEL_IMAGETYPE}-${MACHINE}.bin ::kernel.img