diff --git a/conf/distro/poky-raspberrypi.conf b/conf/distro/poky-raspberrypi.conf new file mode 100644 index 0000000..5eaf0ce --- /dev/null +++ b/conf/distro/poky-raspberrypi.conf @@ -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"