summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--recipes-bcm/bootfiles/bcm2835-bootfiles.bb4
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
6include ../common/firmware.inc 6include ../common/firmware.inc
7 7
8RDEPENDS_${PN} = "RPi-config"
9
8COMPATIBLE_MACHINE = "raspberrypi" 10COMPATIBLE_MACHINE = "raspberrypi"
9 11
10SRC_URI = " \ 12SRC_URI = " \
@@ -13,7 +15,7 @@ SRC_URI = " \
13 15
14S = "${WORKDIR}/git/boot" 16S = "${WORKDIR}/git/boot"
15 17
16PR = "r1" 18PR = "r2"
17 19
18addtask deploy before do_package after do_install 20addtask deploy before do_package after do_install
19 21