diff options
-rw-r--r-- | recipes-bcm/bootfiles/bcm2835-bootfiles.bb | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/recipes-bcm/bootfiles/bcm2835-bootfiles.bb b/recipes-bcm/bootfiles/bcm2835-bootfiles.bb index cc53772..cef2b59 100644 --- a/recipes-bcm/bootfiles/bcm2835-bootfiles.bb +++ b/recipes-bcm/bootfiles/bcm2835-bootfiles.bb | |||
@@ -5,6 +5,8 @@ LIC_FILES_CHKSUM = "file://LICENCE.broadcom;md5=e86e693d19572ee64cc8b17fb062faa9 | |||
5 | 5 | ||
6 | include ../common/firmware.inc | 6 | include ../common/firmware.inc |
7 | 7 | ||
8 | RDEPENDS_${PN} = "RPi-config" | ||
9 | |||
8 | COMPATIBLE_MACHINE = "raspberrypi" | 10 | COMPATIBLE_MACHINE = "raspberrypi" |
9 | 11 | ||
10 | SRC_URI = " \ | 12 | SRC_URI = " \ |
@@ -13,7 +15,7 @@ SRC_URI = " \ | |||
13 | 15 | ||
14 | S = "${WORKDIR}/git/boot" | 16 | S = "${WORKDIR}/git/boot" |
15 | 17 | ||
16 | PR = "r1" | 18 | PR = "r2" |
17 | 19 | ||
18 | addtask deploy before do_package after do_install | 20 | addtask deploy before do_package after do_install |
19 | 21 | ||