aboutsummaryrefslogtreecommitdiffstats
path: root/conf/machine
AgeCommit message (Collapse)Author
2012-07-05raspberrypi.conf: Remove bcm2835-kernel-image as we can boot from Image directlyAndrei Gherzan
Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
2012-07-02sdcard_image-rpi.bbclass: Change to be usable with any imageAndrei Gherzan
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>
2012-07-02raspberrypi.conf: Add variable to set GPU firmware image to be usedAndrei Gherzan
Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
2012-07-02raspberrypi.conf: Add ext3 to FSTYPE as needed by sd creation toolAndrei Gherzan
Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
2012-07-01raspberrypi.conf: Fix serial console nameAndrei Gherzan
Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
2012-04-23linux-raspberrypi: Bump SRCREV and Kernel PR.David-John Willis
2012-04-11raspberrypi.conf: Bump MACHINE_KERNEL_PR.David-John Willis
* Also reset to a zImage ;).
2012-04-04raspberrypi.conf: Update machine name.David-John Willis
* No prizes for working out what layer I used as a basis for this ;).
2012-04-03RASPBERRYPI.CONF/TUNE-ARM1176JZF-S: Add tune file for the BCM2835 SoC.David-John Willis
2012-04-03CONF: Add layer and machine configs.David-John Willis