meta-raspberrypi/recipes-core/packagegroups/packagegroup-rpi-test.bb
Martin Jansa ff02bf92e6 packagegroup-rpi-test, rpi-test-image: restrict to ^rpi$ and include omxplayer only for 32bit rpi
* omxplayer has:
  COMPATIBLE_MACHINE_rpi_aarch64 = null

  so it cannot be inclued for raspberrypi3-64
* components used by this packagegroup are also restricted to ^rpi$ so
  the packagegroup and the image using it cannot be built for anything else
* fixes couple errors when trying to build world with meta-raspberrypi included

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2017-07-27 10:56:34 +02:00

33 lines
619 B
BlitzBasic

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} \
"