diff options
Diffstat (limited to 'recipes-bcm/bootfiles')
| -rwxr-xr-x | recipes-bcm/bootfiles/bcm2835-bootfiles.bb | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/recipes-bcm/bootfiles/bcm2835-bootfiles.bb b/recipes-bcm/bootfiles/bcm2835-bootfiles.bb index c0e204d..285f5ab 100755 --- a/recipes-bcm/bootfiles/bcm2835-bootfiles.bb +++ b/recipes-bcm/bootfiles/bcm2835-bootfiles.bb | |||
| @@ -3,11 +3,10 @@ LICENSE = "proprietary-binary" | |||
| 3 | 3 | ||
| 4 | LIC_FILES_CHKSUM = "file://LICENCE.broadcom;md5=e86e693d19572ee64cc8b17fb062faa9" | 4 | LIC_FILES_CHKSUM = "file://LICENCE.broadcom;md5=e86e693d19572ee64cc8b17fb062faa9" |
| 5 | 5 | ||
| 6 | # This is on the master branch | 6 | include ../common/firmware.inc |
| 7 | SRCREV = "56cd7ffb3f7244017c8eb3b492ea37592c678506" | ||
| 8 | 7 | ||
| 9 | SRC_URI = " \ | 8 | SRC_URI = " \ |
| 10 | git://github.com/raspberrypi/firmware.git;protocol=git;branch=master \ | 9 | git://github.com/raspberrypi/firmware.git;protocol=git;branch=master \ |
| 11 | " | 10 | " |
| 12 | 11 | ||
| 13 | S = "${WORKDIR}/git/boot" | 12 | S = "${WORKDIR}/git/boot" |
| @@ -23,7 +22,7 @@ do_deploy() { | |||
| 23 | done | 22 | done |
| 24 | for i in *.bin ; do | 23 | for i in *.bin ; do |
| 25 | cp $i ${DEPLOY_DIR_IMAGE}/bcm2835-bootfiles | 24 | cp $i ${DEPLOY_DIR_IMAGE}/bcm2835-bootfiles |
| 26 | done | 25 | done |
| 27 | } | 26 | } |
| 28 | 27 | ||
| 29 | PACKAGE_ARCH = "${MACHINE_ARCH}" | 28 | PACKAGE_ARCH = "${MACHINE_ARCH}" |
