diff options
author | Andrei Gherzan <andrei@gherzan.ro> | 2012-09-06 00:39:50 +0300 |
---|---|---|
committer | Andrei Gherzan <andrei@gherzan.ro> | 2012-09-06 00:58:43 +0300 |
commit | a3bd3dba786c8d6d558006b5a879ea4e3aa8e872 (patch) | |
tree | 299f14c7321ea01a76b4a5bbb1539fb774cf8c4f | |
parent | 9a846961784a0c84d411d3494b1d5bc13cc42e45 (diff) | |
download | meta-raspberrypi-a3bd3dba786c8d6d558006b5a879ea4e3aa8e872.tar.gz |
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>
-rw-r--r-- | conf/distro/poky-raspberrypi.conf | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/conf/distro/poky-raspberrypi.conf b/conf/distro/poky-raspberrypi.conf deleted file mode 100644 index a361035..0000000 --- a/conf/distro/poky-raspberrypi.conf +++ /dev/null | |||
@@ -1,6 +0,0 @@ | |||
1 | require conf/distro/poky.conf | ||
2 | |||
3 | # Systemd is not yet in poky | ||
4 | # rpi-zram-service is a systemd service | ||
5 | # and it needs systemd | ||
6 | BBMASK ?= "rpi-zram-service" | ||