summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrei Gherzan <andrei@gherzan.ro>2012-08-31 12:22:50 +0300
committerAndrei Gherzan <andrei@gherzan.ro>2012-08-31 12:22:50 +0300
commit495d44ce1dbff80d5850f1e84272da9717bb2a8a (patch)
treefa419c7e58f159022e7ada73fcd3025198df3283
parentad5ef650663b7bf67c4ca08f0b1a9ce402e58be9 (diff)
downloadmeta-raspberrypi-495d44ce1dbff80d5850f1e84272da9717bb2a8a.tar.gz
poky-raspberrypi.conf: Weakly assign BBMASK
Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
-rw-r--r--conf/distro/poky-raspberrypi.conf2
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
6BBMASK = "rpi-zram-service" 6BBMASK ?= "rpi-zram-service"