Merge "packagegroup-rpi-test: Add test packagegroup"
This commit is contained in:
17
recipes-core/packagegroups/packagegroup-rpi-test.bb
Normal file
17
recipes-core/packagegroups/packagegroup-rpi-test.bb
Normal file
@ -0,0 +1,17 @@
|
||||
DESCRIPTION = "RaspberryPi Test Packagegroup"
|
||||
LICENSE = "MIT"
|
||||
LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=3f40d7994397109285ec7b81fdeb3b58"
|
||||
|
||||
inherit packagegroup
|
||||
|
||||
RDEPENDS_${PN} = "\
|
||||
omxplayer \
|
||||
bcm2835 \
|
||||
wiringpi \
|
||||
"
|
||||
|
||||
RRECOMMENDS_${PN} = "\
|
||||
bigbuckbunny-1080p \
|
||||
bigbuckbunny-480p \
|
||||
bigbuckbunny-720p \
|
||||
"
|
Reference in New Issue
Block a user