1eb8dc403SDave CobbleyDESCRIPTION = "RaspberryPi Test Packagegroup"
2eb8dc403SDave CobbleyLICENSE = "MIT"
3f27bdd5aSBrad BishopLIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/MIT;md5=0835ade698e0bcf8506ecda2f7b4f302"
4eb8dc403SDave Cobbley
5062316f1SAndrew GeisslerPACKAGE_ARCH = "${MACHINE_ARCH}"
6062316f1SAndrew Geissler
7eb8dc403SDave Cobbleyinherit packagegroup
8eb8dc403SDave Cobbley
9eb8dc403SDave CobbleyCOMPATIBLE_MACHINE = "^rpi$"
10eb8dc403SDave Cobbley
111a4b7ee2SBrad BishopOMXPLAYER  = "${@bb.utils.contains('MACHINE_FEATURES', 'vc4graphics', '', 'omxplayer', d)}"
12eb8dc403SDave Cobbley
13213cb269SPatrick WilliamsRDEPENDS:${PN} = "\
14eb8dc403SDave Cobbley    ${OMXPLAYER} \
15eb8dc403SDave Cobbley    bcm2835-tests \
16*03907ee1SPatrick Williams    raspi-gpio \
17eb8dc403SDave Cobbley    rpio \
18eb8dc403SDave Cobbley    rpi-gpio \
19eb8dc403SDave Cobbley    pi-blaster \
20*03907ee1SPatrick Williams    python3-adafruit-circuitpython-register \
21*03907ee1SPatrick Williams    python3-adafruit-platformdetect \
22*03907ee1SPatrick Williams    python3-adafruit-pureio \
2326bdd445SBrad Bishop    python3-rtimu \
24eb8dc403SDave Cobbley    connman \
25eb8dc403SDave Cobbley    connman-client \
264fc9e431SAndrew Geissler    wireless-regdb-static \
27eb8dc403SDave Cobbley    bluez5 \
28eb8dc403SDave Cobbley"
29eb8dc403SDave Cobbley
30213cb269SPatrick WilliamsRRECOMMENDS:${PN} = "\
31062316f1SAndrew Geissler    ${@bb.utils.contains("BBFILE_COLLECTIONS", "meta-multimedia", "bigbuckbunny-1080p bigbuckbunny-480p bigbuckbunny-720p", "", d)} \
32eb8dc403SDave Cobbley    ${MACHINE_EXTRA_RRECOMMENDS} \
33eb8dc403SDave Cobbley"
34