From 2b84f802a8ad8062777da262f98c03b80025e2ba Mon Sep 17 00:00:00 2001 From: Andrei Gherzan Date: Thu, 17 May 2012 21:43:50 +0300 Subject: poky-raspberrypi.conf: Add yocto specific distro configure file This distro configure file relies on poky distro conf. We use this distro to include raspberrypi-default-versions and to BBMASK libav and rpi-zram-service and these packages are not included in poky. Signed-off-by: Andrei Gherzan --- conf/distro/poky-raspberrypi.conf | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 conf/distro/poky-raspberrypi.conf diff --git a/conf/distro/poky-raspberrypi.conf b/conf/distro/poky-raspberrypi.conf new file mode 100644 index 0000000..5eaf0ce --- /dev/null +++ b/conf/distro/poky-raspberrypi.conf @@ -0,0 +1,7 @@ +require conf/distro/poky.conf + +# There is no libav in poky +# Systemd is not yet in poky +# rpi-zram-service is a systemd service +# and it needs systemd +BBMASK = "libav|rpi-zram-service" -- cgit v1.2.3-54-g00ecf