mirror of
https://git.yoctoproject.org/meta-raspberrypi
synced 2026-07-16 15:56:57 +00:00
packagegroup-rpi-test: Add some packages
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>
This commit is contained in:
@@ -6,8 +6,10 @@ inherit packagegroup
|
|||||||
|
|
||||||
RDEPENDS_${PN} = "\
|
RDEPENDS_${PN} = "\
|
||||||
omxplayer \
|
omxplayer \
|
||||||
bcm2835 \
|
bcm2835-tests \
|
||||||
wiringpi \
|
wiringpi \
|
||||||
|
rpio \
|
||||||
|
rpi-gpio \
|
||||||
"
|
"
|
||||||
|
|
||||||
RRECOMMENDS_${PN} = "\
|
RRECOMMENDS_${PN} = "\
|
||||||
|
|||||||
Reference in New Issue
Block a user