mirror of
https://git.yoctoproject.org/meta-raspberrypi
synced 2026-04-27 13:48:11 +00:00
* 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>
7 lines
143 B
BlitzBasic
7 lines
143 B
BlitzBasic
# Base this image on rpi-basic-image
|
|
include rpi-basic-image.bb
|
|
|
|
COMPATIBLE_MACHINE = "^rpi$"
|
|
|
|
IMAGE_INSTALL_append = " packagegroup-rpi-test"
|