summaryrefslogtreecommitdiffstats
path: root/conf/distro
Commit message (Collapse)AuthorAgeFilesLines
* Move fsl-default*.inc from distro to machineAndrei Gherzan2012-09-183-13/+0
| | | | | | | | | | It makes no sense to have distro related configurations in a BSP layer. So let's have these common parts (provides, version etc) in machine directory instead. [GITHUB #73] Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
* rpi-default-settings.inc: Add sdcard_image-rpi to IMAGE_CLASSESAndrei Gherzan2012-09-161-0/+2
| | | | Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
* rpi-default-*.inc: Create inc files included in machine configure fileAndrei Gherzan2012-09-163-0/+11
| | | | Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
* poky-raspberrypi.conf: Remove distro fileAndrei Gherzan2012-09-061-6/+0
| | | | | | | | | | | 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>
* poky-raspberrypi.conf: Weakly assign BBMASKAndrei Gherzan2012-08-311-1/+1
| | | | Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
* poky-raspberrypi.conf: Remove libav from BBMASKAndrei Gherzan2012-08-291-2/+1
| | | | | | | We will use this package from meta-oe. libav is a dependency for omxplayer. Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
* poky-raspberrypi.conf: Add yocto specific distro configure fileAndrei Gherzan2012-07-021-0/+7
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>