blob: 029c18cb7d5035e7d1fcfca1de7e6367242cdff1 [file] [log] [blame]
Patrick Williams8b8bc412016-08-17 15:02:23 -05001DESCRIPTION = "RaspberryPi Test Packagegroup"
2LICENSE = "MIT"
3LIC_FILES_CHKSUM = "file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420"
4
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"