summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrei Gherzan <andrei@gherzan.ro>2012-08-27 16:38:48 +0300
committerAndrei Gherzan <andrei@gherzan.ro>2012-08-29 00:05:20 +0300
commit5de86a61900c512b5ee218aadd5c650577a0343e (patch)
tree61090ed255785fb0730d258f3e7e3e384527ddf8
parentd5c1df58e32eb6f5fdee01a410e7600508119655 (diff)
downloadmeta-raspberrypi-5de86a61900c512b5ee218aadd5c650577a0343e.tar.gz
bcm2835-bootfiles.bb: Add COMPATIBLE_MACHINE
Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
-rwxr-xr-xrecipes-bcm/bootfiles/bcm2835-bootfiles.bb2
1 files changed, 2 insertions, 0 deletions
diff --git a/recipes-bcm/bootfiles/bcm2835-bootfiles.bb b/recipes-bcm/bootfiles/bcm2835-bootfiles.bb
index 53969c5..cc53772 100755
--- 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
8COMPATIBLE_MACHINE = "raspberrypi"
9
8SRC_URI = " \ 10SRC_URI = " \
9 git://github.com/raspberrypi/firmware.git;protocol=git;branch=master \ 11 git://github.com/raspberrypi/firmware.git;protocol=git;branch=master \
10" 12"