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

bcm2835 is an empty package because this recipe provides a static library. Install on target only bcm2835-tests package in which files are statically linked to that library. Add forgotten GPIO packages: rpi-gpio and rpio. Change-Id: I498d2a3948ad5faf963d492bc496d4725a79e136 Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
20 lines
368 B
BlitzBasic
20 lines
368 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 \
|
|
"
|
|
|
|
RRECOMMENDS_${PN} = "\
|
|
bigbuckbunny-1080p \
|
|
bigbuckbunny-480p \
|
|
bigbuckbunny-720p \
|
|
"
|