summaryrefslogtreecommitdiffstats
path: root/meta-raspberrypi/recipes-core/packagegroups/packagegroup-rpi-test.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-raspberrypi/recipes-core/packagegroups/packagegroup-rpi-test.bb')
-rw-r--r--meta-raspberrypi/recipes-core/packagegroups/packagegroup-rpi-test.bb32
1 files changed, 32 insertions, 0 deletions
diff --git a/meta-raspberrypi/recipes-core/packagegroups/packagegroup-rpi-test.bb b/meta-raspberrypi/recipes-core/packagegroups/packagegroup-rpi-test.bb
new file mode 100644
index 000000000..029c18cb7
--- /dev/null
+++ b/meta-raspberrypi/recipes-core/packagegroups/packagegroup-rpi-test.bb
@@ -0,0 +1,32 @@
+DESCRIPTION = "RaspberryPi Test Packagegroup"
+LICENSE = "MIT"
+LIC_FILES_CHKSUM = "file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420"
+
+inherit packagegroup
+
+COMPATIBLE_MACHINE = "^rpi$"
+
+OMXPLAYER_rpi = "omxplayer"
+OMXPLAYER_rpi_aarch64 = ""
+
+RDEPENDS_${PN} = "\
+ ${OMXPLAYER} \
+ bcm2835-tests \
+ wiringpi \
+ rpio \
+ rpi-gpio \
+ pi-blaster \
+ python-rtimu \
+ python-sense-hat \
+ connman \
+ connman-client \
+ crda \
+ bluez5 \
+"
+
+RRECOMMENDS_${PN} = "\
+ bigbuckbunny-1080p \
+ bigbuckbunny-480p \
+ bigbuckbunny-720p \
+ ${MACHINE_EXTRA_RRECOMMENDS} \
+"
OpenPOWER on IntegriCloud