From a3bd3dba786c8d6d558006b5a879ea4e3aa8e872 Mon Sep 17 00:00:00 2001 From: Andrei Gherzan Date: Thu, 6 Sep 2012 00:39:50 +0300 Subject: [PATCH] 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 --- conf/distro/poky-raspberrypi.conf | 6 ------ 1 file changed, 6 deletions(-) delete mode 100644 conf/distro/poky-raspberrypi.conf 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 @@ -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"