diff --git a/conf/distro/poky-raspberrypi.conf b/conf/distro/poky-raspberrypi.conf index 5eaf0ce..f0e16bc 100644 --- a/conf/distro/poky-raspberrypi.conf +++ b/conf/distro/poky-raspberrypi.conf @@ -1,7 +1,6 @@ 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" +BBMASK = "rpi-zram-service"