diff options
author | Andrei Gherzan <andrei@gherzan.ro> | 2012-05-17 21:43:50 +0300 |
---|---|---|
committer | Andrei Gherzan <andrei@gherzan.ro> | 2012-07-02 01:58:37 +0300 |
commit | 2b84f802a8ad8062777da262f98c03b80025e2ba (patch) | |
tree | 4e2fcf383e5fcc705dbb55db0234a521f27b8d52 | |
parent | 54324ca7fd33d9c80714d3cd84f40fa6d95a11ac (diff) | |
download | meta-raspberrypi-2b84f802a8ad8062777da262f98c03b80025e2ba.tar.gz |
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 <andrei@gherzan.ro>
-rw-r--r-- | conf/distro/poky-raspberrypi.conf | 7 |
1 files changed, 7 insertions, 0 deletions
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 @@ | |||
1 | require conf/distro/poky.conf | ||
2 | |||
3 | # There is no libav in poky | ||
4 | # Systemd is not yet in poky | ||
5 | # rpi-zram-service is a systemd service | ||
6 | # and it needs systemd | ||
7 | BBMASK = "libav|rpi-zram-service" | ||