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

Include more packages from this layer so we can test/CI the support easier. Signed-off-by: Andrei Gherzan <andrei.gherzan@huawei.com>
34 lines
859 B
BlitzBasic
34 lines
859 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 \
|
|
pi-blaster \
|
|
python3-adafruit-circuitpython-register \
|
|
python3-adafruit-platformdetect \
|
|
python3-adafruit-pureio \
|
|
python3-rtimu \
|
|
connman \
|
|
connman-client \
|
|
wireless-regdb-static \
|
|
bluez5 \
|
|
"
|
|
|
|
RRECOMMENDS:${PN} = "\
|
|
${@bb.utils.contains("BBFILE_COLLECTIONS", "meta-multimedia", "bigbuckbunny-1080p bigbuckbunny-480p bigbuckbunny-720p", "", d)} \
|
|
${MACHINE_EXTRA_RRECOMMENDS} \
|
|
"
|