From e0f71450008a82c0131df25ca3e62b2c79a31aed Mon Sep 17 00:00:00 2001 From: Andrei Gherzan Date: Sun, 16 Sep 2012 22:46:54 +0300 Subject: sdcard_image-rpi: Ship config.txt from RPi-config recipe Signed-off-by: Andrei Gherzan --- classes/sdcard_image-rpi.bbclass | 1 + 1 file changed, 1 insertion(+) (limited to 'classes') diff --git a/classes/sdcard_image-rpi.bbclass b/classes/sdcard_image-rpi.bbclass index d1c9454..b3c7c10 100644 --- a/classes/sdcard_image-rpi.bbclass +++ b/classes/sdcard_image-rpi.bbclass @@ -89,6 +89,7 @@ IMAGE_CMD_rpi-sdimg () { ;; esac + mcopy -i ${WORKDIR}/boot.img -s ${DEPLOY_DIR_IMAGE}/bcm2835-bootfiles/config.txt :: 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 :: -- cgit v1.2.3-54-g00ecf