From 495d44ce1dbff80d5850f1e84272da9717bb2a8a Mon Sep 17 00:00:00 2001 From: Andrei Gherzan Date: Fri, 31 Aug 2012 12:22:50 +0300 Subject: poky-raspberrypi.conf: Weakly assign BBMASK Signed-off-by: Andrei Gherzan --- conf/distro/poky-raspberrypi.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 # 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" -- cgit v1.2.3-54-g00ecf