blob: d91ce0b31b1d8e440e640aab8ba6f81770434bde [file] [log] [blame]
Patrick Williams8b8bc412016-08-17 15:02:23 -05001DESCRIPTION = "RaspberryPi Test Packagegroup"
2LICENSE = "MIT"
Brad Bishopf27bdd52018-05-07 15:42:31 +02003LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/MIT;md5=0835ade698e0bcf8506ecda2f7b4f302"
Patrick Williams8b8bc412016-08-17 15:02:23 -05004
5inherit packagegroup
6
Brad Bishopd7bf8c12018-02-25 22:55:05 -05007COMPATIBLE_MACHINE = "^rpi$"
8
9OMXPLAYER_rpi = "omxplayer"
10OMXPLAYER_rpi_aarch64 = ""
11
Patrick Williams8b8bc412016-08-17 15:02:23 -050012RDEPENDS_${PN} = "\
Brad Bishopd7bf8c12018-02-25 22:55:05 -050013 ${OMXPLAYER} \
Patrick Williams8b8bc412016-08-17 15:02:23 -050014 bcm2835-tests \
15 wiringpi \
16 rpio \
17 rpi-gpio \
18 pi-blaster \
19 python-rtimu \
20 python-sense-hat \
21 connman \
22 connman-client \
23 crda \
24 bluez5 \
25"
26
27RRECOMMENDS_${PN} = "\
28 bigbuckbunny-1080p \
29 bigbuckbunny-480p \
30 bigbuckbunny-720p \
31 ${MACHINE_EXTRA_RRECOMMENDS} \
32"