meta-raspberrypi/recipes-core/packagegroups/packagegroup-rpi-test.bb
Hugo Hromic efa81bff3e meta-raspberrypi: use generic licenses in ${COMMON_LICENSE_DIR} from Poky
Keep consistency with current practices.

Signed-off-by: Hugo Hromic <hhromic@gmail.com>
2018-06-27 13:38:23 +01:00

33 lines
616 B
BlitzBasic

DESCRIPTION = "RaspberryPi Test Packagegroup"
LICENSE = "MIT"
LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/MIT;md5=0835ade698e0bcf8506ecda2f7b4f302"
inherit packagegroup
COMPATIBLE_MACHINE = "^rpi$"
OMXPLAYER_rpi = "omxplayer"
OMXPLAYER_rpi_aarch64 = ""
RDEPENDS_${PN} = "\
${OMXPLAYER} \
bcm2835-tests \
wiringpi \
rpio \
rpi-gpio \
pi-blaster \
python-rtimu \
python-sense-hat \
connman \
connman-client \
crda \
bluez5 \
"
RRECOMMENDS_${PN} = "\
bigbuckbunny-1080p \
bigbuckbunny-480p \
bigbuckbunny-720p \
${MACHINE_EXTRA_RRECOMMENDS} \
"