poky-raspberrypi.conf: Add yocto specific distro configure file
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>
This commit is contained in:
7
conf/distro/poky-raspberrypi.conf
Normal file
7
conf/distro/poky-raspberrypi.conf
Normal file
@@ -0,0 +1,7 @@
|
||||
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"
|
Reference in New Issue
Block a user