summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrei Gherzan <andrei@gherzan.ro>2012-09-16 15:06:01 +0300
committerAndrei Gherzan <andrei@gherzan.ro>2012-09-16 20:55:02 +0300
commitd1b44165da84b45a54fae466f54310abb4ba2b6a (patch)
tree05695bd9d58a59396e7428200827135e2f9ffa63
parent30370bb8f1cf56b6ba152182ac8dfb025756f106 (diff)
downloadmeta-raspberrypi-d1b44165da84b45a54fae466f54310abb4ba2b6a.tar.gz
bcm2835: Add COMPATIBLE_MACHINE
Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
-rw-r--r--recipes-bcm/bcm2835/bcm2835_1.8.bb2
1 files changed, 2 insertions, 0 deletions
diff --git a/recipes-bcm/bcm2835/bcm2835_1.8.bb b/recipes-bcm/bcm2835/bcm2835_1.8.bb
index bad1d63..d9681e5 100644
--- a/recipes-bcm/bcm2835/bcm2835_1.8.bb
+++ b/recipes-bcm/bcm2835/bcm2835_1.8.bb
@@ -10,6 +10,8 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263"
10 10
11PR = "r0" 11PR = "r0"
12 12
13COMPATIBLE_MACHINE = "raspberrypi"
14
13SRC_URI = "http://www.open.com.au/mikem/bcm2835/bcm2835-1.8.tar.gz" 15SRC_URI = "http://www.open.com.au/mikem/bcm2835/bcm2835-1.8.tar.gz"
14 16
15SRC_URI[md5sum] = "cca8500049d4ebf9087de4bd1601d185" 17SRC_URI[md5sum] = "cca8500049d4ebf9087de4bd1601d185"