mirror of
git://git.yoctoproject.org/meta-raspberrypi
synced 2025-12-31 13:38:06 +00:00
The pi-blaster code only works on 32-bit targets. See https://github.com/sarfata/pi-blaster/issues/114 Signed-off-by: Trevor Woerner <twoerner@gmail.com>
36 lines
942 B
BlitzBasic
36 lines
942 B
BlitzBasic
DESCRIPTION = "RaspberryPi Test Packagegroup"
|
|
LICENSE = "MIT"
|
|
LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/MIT;md5=0835ade698e0bcf8506ecda2f7b4f302"
|
|
|
|
PACKAGE_ARCH = "${MACHINE_ARCH}"
|
|
|
|
inherit packagegroup
|
|
|
|
COMPATIBLE_MACHINE = "^rpi$"
|
|
|
|
OMXPLAYER = "${@bb.utils.contains('MACHINE_FEATURES', 'vc4graphics', '', 'omxplayer', d)}"
|
|
|
|
RDEPENDS:${PN} = "\
|
|
${OMXPLAYER} \
|
|
bcm2835-tests \
|
|
raspi-gpio \
|
|
rpio \
|
|
rpi-gpio \
|
|
python3-adafruit-circuitpython-register \
|
|
python3-adafruit-platformdetect \
|
|
python3-adafruit-pureio \
|
|
python3-rtimu \
|
|
connman \
|
|
connman-client \
|
|
wireless-regdb-static \
|
|
bluez5 \
|
|
"
|
|
|
|
RDEPENDS:${PN}:append:rpi:armv7a = " pi-blaster"
|
|
RDEPENDS:${PN}:append:rpi:armv7ve = " pi-blaster"
|
|
|
|
RRECOMMENDS:${PN} = "\
|
|
${@bb.utils.contains("BBFILE_COLLECTIONS", "meta-multimedia", "bigbuckbunny-1080p bigbuckbunny-480p bigbuckbunny-720p", "", d)} \
|
|
${MACHINE_EXTRA_RRECOMMENDS} \
|
|
"
|