mirror of
https://git.yoctoproject.org/meta-raspberrypi
synced 2026-07-26 07:06:59 +00:00
2b84f802a8
This distro configure file relies on poky distro conf. We use this distro to include raspberrypi-default-versions and to BBMASK libav and rpi-zram-service and these packages are not included in poky. Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
8 lines
185 B
Plaintext
8 lines
185 B
Plaintext
require conf/distro/poky.conf
|
|
|
|
# There is no libav in poky
|
|
# Systemd is not yet in poky
|
|
# rpi-zram-service is a systemd service
|
|
# and it needs systemd
|
|
BBMASK = "libav|rpi-zram-service"
|