diff options
author | Andrei Gherzan <andrei@gherzan.ro> | 2012-08-31 12:22:50 +0300 |
---|---|---|
committer | Andrei Gherzan <andrei@gherzan.ro> | 2012-08-31 12:22:50 +0300 |
commit | 495d44ce1dbff80d5850f1e84272da9717bb2a8a (patch) | |
tree | fa419c7e58f159022e7ada73fcd3025198df3283 | |
parent | ad5ef650663b7bf67c4ca08f0b1a9ce402e58be9 (diff) | |
download | meta-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.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" |