DESCRIPTION = "RaspberryPi Test Packagegroup" LICENSE = "MIT" LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/MIT;md5=0835ade698e0bcf8506ecda2f7b4f302" inherit packagegroup COMPATIBLE_MACHINE = "^rpi$" OMXPLAYER = "${@bb.utils.contains('MACHINE_FEATURES', 'vc4graphics', '', 'omxplayer', d)}" 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} \ "