diff options
| -rw-r--r-- | conf/distro/poky-raspberrypi.conf | 7 |
1 files changed, 7 insertions, 0 deletions
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 @@ | |||
| 1 | require conf/distro/poky.conf | ||
| 2 | |||
| 3 | # There is no libav in poky | ||
| 4 | # Systemd is not yet in poky | ||
| 5 | # rpi-zram-service is a systemd service | ||
| 6 | # and it needs systemd | ||
| 7 | BBMASK = "libav|rpi-zram-service" | ||
