poky-raspberrypi.conf: Remove distro file

We added distro file for having BBMASK and thought this would be a good
place to hold some other distro variables. Obviously the only needed
variable was BBMASK after all, so a cleaner way would be to instruct
users to add BBMASK to local.conf

[GITHUB #57]

Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
This commit is contained in:
Andrei Gherzan
2012-09-06 00:39:50 +03:00
parent 9a84696178
commit a3bd3dba78

View File

@ -1,6 +0,0 @@
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"