mirror of
https://git.yoctoproject.org/meta-raspberrypi
synced 2026-07-24 06:26:55 +00:00
4c06098563
Ensure that pi-blaster is built and included by default when building 'rpi-test-image'. Signed-off-by: Petter Mabäcker <petter@technux.se>
21 lines
385 B
BlitzBasic
21 lines
385 B
BlitzBasic
DESCRIPTION = "RaspberryPi Test Packagegroup"
|
|
LICENSE = "MIT"
|
|
LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=3f40d7994397109285ec7b81fdeb3b58"
|
|
|
|
inherit packagegroup
|
|
|
|
RDEPENDS_${PN} = "\
|
|
omxplayer \
|
|
bcm2835-tests \
|
|
wiringpi \
|
|
rpio \
|
|
rpi-gpio \
|
|
pi-blaster \
|
|
"
|
|
|
|
RRECOMMENDS_${PN} = "\
|
|
bigbuckbunny-1080p \
|
|
bigbuckbunny-480p \
|
|
bigbuckbunny-720p \
|
|
"
|