diff options
-rw-r--r-- | conf/distro/poky-raspberrypi.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/distro/poky-raspberrypi.conf b/conf/distro/poky-raspberrypi.conf index f0e16bc..a361035 100644 --- a/conf/distro/poky-raspberrypi.conf +++ b/conf/distro/poky-raspberrypi.conf | |||
@@ -3,4 +3,4 @@ require conf/distro/poky.conf | |||
3 | # Systemd is not yet in poky | 3 | # Systemd is not yet in poky |
4 | # rpi-zram-service is a systemd service | 4 | # rpi-zram-service is a systemd service |
5 | # and it needs systemd | 5 | # and it needs systemd |
6 | BBMASK = "rpi-zram-service" | 6 | BBMASK ?= "rpi-zram-service" |