diff options
author | Andrei Gherzan <andrei@gherzan.ro> | 2012-09-16 21:36:48 +0300 |
---|---|---|
committer | Andrei Gherzan <andrei@gherzan.ro> | 2012-09-16 21:36:53 +0300 |
commit | 29f4242ad0e9f8341c452088d36e06a537f49c5d (patch) | |
tree | dbf8aefa34317b914eb56fc39a3826534f0a2cfe /classes | |
parent | 890dca99f92252f1feeae251d493d47c67a509c9 (diff) | |
download | meta-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>
Diffstat (limited to 'classes')
-rw-r--r-- | classes/sdcard_image-rpi.bbclass | 4 |
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 |