diff options
author | Andrei Gherzan <andrei@gherzan.ro> | 2012-08-27 16:38:48 +0300 |
---|---|---|
committer | Andrei Gherzan <andrei@gherzan.ro> | 2012-08-29 00:05:20 +0300 |
commit | 5de86a61900c512b5ee218aadd5c650577a0343e (patch) | |
tree | 61090ed255785fb0730d258f3e7e3e384527ddf8 | |
parent | d5c1df58e32eb6f5fdee01a410e7600508119655 (diff) | |
download | meta-raspberrypi-5de86a61900c512b5ee218aadd5c650577a0343e.tar.gz |
bcm2835-bootfiles.bb: Add COMPATIBLE_MACHINE
Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
-rwxr-xr-x | recipes-bcm/bootfiles/bcm2835-bootfiles.bb | 2 |
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 | ||
6 | include ../common/firmware.inc | 6 | include ../common/firmware.inc |
7 | 7 | ||
8 | COMPATIBLE_MACHINE = "raspberrypi" | ||
9 | |||
8 | SRC_URI = " \ | 10 | SRC_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 | " |