summaryrefslogtreecommitdiffstats
path: root/classes/sdcard_image-rpi.bbclass
diff options
context:
space:
mode:
authorAndrei Gherzan <andrei@gherzan.ro>2012-07-09 13:05:15 -0700
committerAndrei Gherzan <andrei@gherzan.ro>2012-07-09 13:05:15 -0700
commitfc02bba13d65dd2447d0a6d1f3b63300510eb097 (patch)
treee02c122cc07441c0413da3d8bafd14bb16fd7d7b /classes/sdcard_image-rpi.bbclass
parenta71cbe527448f0d157d8956799d47305c4de582a (diff)
parent94d69f85331b2bf6aa5f8fffd9dab4c05b6827e9 (diff)
downloadmeta-raspberrypi-fc02bba13d65dd2447d0a6d1f3b63300510eb097.tar.gz
Merge pull request #25 from agherzan/devel_kernel
Fix a couple of kernel issues / update kernel / update bootloader and related files / remove unneeded packages
Diffstat (limited to 'classes/sdcard_image-rpi.bbclass')
-rw-r--r--classes/sdcard_image-rpi.bbclass2
1 files changed, 1 insertions, 1 deletions
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 () {
77 # of the rootfs 77 # of the rootfs
78 mcopy -i ${WORKDIR}/boot.img -s ${DEPLOY_DIR_IMAGE}/bcm2835-bootfiles/bootcode.bin :: 78 mcopy -i ${WORKDIR}/boot.img -s ${DEPLOY_DIR_IMAGE}/bcm2835-bootfiles/bootcode.bin ::
79 mcopy -i ${WORKDIR}/boot.img -s ${DEPLOY_DIR_IMAGE}/bcm2835-bootfiles/loader.bin :: 79 mcopy -i ${WORKDIR}/boot.img -s ${DEPLOY_DIR_IMAGE}/bcm2835-bootfiles/loader.bin ::
80 mcopy -i ${WORKDIR}/boot.img -s ${DEPLOY_DIR_IMAGE}/bcm2835-bootfiles/kernel.img :: 80 mcopy -i ${WORKDIR}/boot.img -s ${DEPLOY_DIR_IMAGE}/${KERNEL_IMAGETYPE} ::kernel.img
81 81
82 if [ -n ${FATPAYLOAD} ] ; then 82 if [ -n ${FATPAYLOAD} ] ; then
83 echo "Copying payload into VFAT" 83 echo "Copying payload into VFAT"