summaryrefslogtreecommitdiffstats
path: root/conf
Commit message (Collapse)AuthorAgeFilesLines
...
* raspberrypi.conf: Weakly assign IMAGE_FSTYPES to let users overwriteAndrei Gherzan2012-08-281-1/+1
| | | | | | [GITHUB #39] Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
* raspberrypi.conf: Weakly assign PREFERRED_PROVIDER_virtual/eglAndrei Gherzan2012-08-221-1/+1
| | | | | | | Use vc-graphics-hardfp by default as virtual/egl and let the user overwrite this. Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
* raspberrypi.conf: Add "rtc" to MACHINE_FEATURES_BACKFILL_CONSIDEREDAndrei Gherzan2012-08-221-0/+3
| | | | | | | | | | RaspberryPi has no hardware clock, this is why hwclock initscript from busybox fails at boot. So make sure we don't have this init script to avoid errors at boot. [GITHUB #21] Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
* raspberrypi.conf: Use Image as as kernel fstypeAndrei Gherzan2012-07-051-1/+1
| | | | | | | It's a bug in the latest bootloader where rpi doesn't boot with zImage. Use uncompressed kernel type. Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
* raspberrypi.conf: Remove bcm2835-kernel-image as we can boot from Image directlyAndrei Gherzan2012-07-051-1/+0
| | | | Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
* Merge pull request #3 from agherzan/devel_yoctoAndrei Gherzan2012-07-021-0/+7
|\ | | | | Add yocto build details and distro file
| * 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>
* | sdcard_image-rpi.bbclass: Change to be usable with any imageAndrei Gherzan2012-07-021-0/+1
| | | | | | | | | | | | | | | | | | | | | | Instead of being inherited by a specific image recipe, this class can now be inherited globally in the machine configuration, allowing it to be used with any image. This means we can remove "inherit image", and we can also remove the IMAGE_FSTYPES modification since the machine config does this already. Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com> Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
* | raspberrypi.conf: Add variable to set GPU firmware image to be usedAndrei Gherzan2012-07-021-0/+6
| | | | | | | | Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
* | raspberrypi.conf: Add ext3 to FSTYPE as needed by sd creation toolAndrei Gherzan2012-07-021-1/+1
| | | | | | | | Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
* | raspberrypi.conf: Fix serial console nameAndrei Gherzan2012-07-011-1/+1
|/ | | | Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
* linux-raspberrypi: Bump SRCREV and Kernel PR.David-John Willis2012-04-231-3/+3
|
* raspberrypi.conf: Bump MACHINE_KERNEL_PR.David-John Willis2012-04-111-3/+2
| | | | * Also reset to a zImage ;).
* raspberrypi.conf: Update machine name.David-John Willis2012-04-041-1/+1
| | | | * No prizes for working out what layer I used as a basis for this ;).
* RASPBERRYPI.CONF/TUNE-ARM1176JZF-S: Add tune file for the BCM2835 SoC.David-John Willis2012-04-032-0/+12
|
* CONF: Add layer and machine configs.David-John Willis2012-04-032-0/+45