diff options
| author | Andrei Gherzan <andrei@gherzan.ro> | 2012-07-02 10:34:55 -0700 |
|---|---|---|
| committer | Andrei Gherzan <andrei@gherzan.ro> | 2012-07-02 10:34:55 -0700 |
| commit | 2fa4f41e209c711b702cab8926b564d7f3720b90 (patch) | |
| tree | 398183771e07fff9d3b289c57094f0ce227df384 /conf | |
| parent | d37ee52f6b16668a7c274c769ddc86c4c7b9f0f8 (diff) | |
| parent | 6f8544ef12c47c0c28022b348321fb7f4eb0ebe4 (diff) | |
| download | meta-raspberrypi-2fa4f41e209c711b702cab8926b564d7f3720b90.tar.gz | |
Merge pull request #3 from agherzan/devel_yocto
Add yocto build details and distro file
Diffstat (limited to 'conf')
| -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" | ||
