poky-raspberrypi.conf: Weakly assign BBMASK

Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
This commit is contained in:
Andrei Gherzan 2012-08-31 12:22:50 +03:00
parent ad5ef65066
commit 495d44ce1d

View File

@ -3,4 +3,4 @@ require conf/distro/poky.conf
# Systemd is not yet in poky
# rpi-zram-service is a systemd service
# and it needs systemd
BBMASK = "rpi-zram-service"
BBMASK ?= "rpi-zram-service"