mirror of
git://git.yoctoproject.org/meta-raspberrypi.git
synced 2025-07-19 21:09:03 +02:00

It has gone closed source and git tree has disappeared http://wiringpi.com/wiringpi-deprecated/ Signed-off-by: Khem Raj <raj.khem@gmail.com>
31 lines
650 B
BlitzBasic
31 lines
650 B
BlitzBasic
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 \
|
|
rpio \
|
|
rpi-gpio \
|
|
pi-blaster \
|
|
python3-rtimu \
|
|
python3-sense-hat \
|
|
connman \
|
|
connman-client \
|
|
wireless-regdb \
|
|
bluez5 \
|
|
"
|
|
|
|
RRECOMMENDS_${PN} = "\
|
|
bigbuckbunny-1080p \
|
|
bigbuckbunny-480p \
|
|
bigbuckbunny-720p \
|
|
${MACHINE_EXTRA_RRECOMMENDS} \
|
|
"
|