mirror of
git://git.yoctoproject.org/meta-raspberrypi.git
synced 2025-07-19 21:09:03 +02:00
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>
This commit is contained in:
parent
56d0bdb5fe
commit
ff02bf92e6
|
@ -1,4 +1,6 @@
|
||||||
# Base this image on rpi-basic-image
|
# Base this image on rpi-basic-image
|
||||||
include rpi-basic-image.bb
|
include rpi-basic-image.bb
|
||||||
|
|
||||||
|
COMPATIBLE_MACHINE = "^rpi$"
|
||||||
|
|
||||||
IMAGE_INSTALL_append = " packagegroup-rpi-test"
|
IMAGE_INSTALL_append = " packagegroup-rpi-test"
|
||||||
|
|
|
@ -4,8 +4,13 @@ LIC_FILES_CHKSUM = "file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384
|
||||||
|
|
||||||
inherit packagegroup
|
inherit packagegroup
|
||||||
|
|
||||||
|
COMPATIBLE_MACHINE = "^rpi$"
|
||||||
|
|
||||||
|
OMXPLAYER_rpi = "omxplayer"
|
||||||
|
OMXPLAYER_rpi_aarch64 = ""
|
||||||
|
|
||||||
RDEPENDS_${PN} = "\
|
RDEPENDS_${PN} = "\
|
||||||
omxplayer \
|
${OMXPLAYER} \
|
||||||
bcm2835-tests \
|
bcm2835-tests \
|
||||||
wiringpi \
|
wiringpi \
|
||||||
rpio \
|
rpio \
|
||||||
|
|
Loading…
Reference in New Issue
Block a user