summaryrefslogtreecommitdiffstats
path: root/classes
Commit message (Collapse)AuthorAgeFilesLines
...
* sdcard image bbclass: don't copy uEnv.txt for the time beingKoen Kooi2011-10-221-1/+2
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* sdcard_image bblass: set beaglebone VFAT label to 'BEAGLE_BONE'Koen Kooi2011-10-201-0/+1
|
* sdcard_image: Copy user.txt/uEnv.txt if it exists in /bootJoel A Fernandes2011-10-201-1/+3
| | | | | | | | | | | | Fixed a bug where the U-boot environment files are not copied to the boot partition if they were installed in /boot by other recipes. We should copy the uEnv.txt and user.txt always without placing a condition for the presence of anything else in /boot. This is the original behavior of sdcard_image before the recent wave of changes to it. Signed-off-by: Joel A Fernandes <joelagnel@ti.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* sdcard_image bbclass: make VFAT partition name overridableKoen Kooi2011-10-181-1/+3
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* sdcard_image bbclass: default to 4GiB, but use 2GiB for beagleboneKoen Kooi2011-10-151-1/+5
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* sdcard_image bbclass: move back to 2GB images, clarify LOOPDEV* usageKoen Kooi2011-10-141-1/+2
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* sdcard_image bblass: all machines load from ext2/ext3 now, remove uImage copyingKoen Kooi2011-10-131-7/+0
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* sdcard_image bbclass: make it work with older losetup versions among other ↵Koen Kooi2011-10-081-37/+81
| | | | | | things Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* classes: sdcardimage: move to 4GiB imageJason Kridner2011-10-081-2/+2
| | | | | | | | The card image size should be a multiple of clusters and should reserve space smaller than the card. Signed-off-by: Jason Kridner <jdk@ti.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* sdcard_image: Helper class to create SD Card imagesJoel A Fernandes2011-09-251-0/+78
Tested with 3 different beagleboard image release builds so far For ideas, referenced Narcissus image builder written by Koen Kooi <k-kooi@ti.com> Signed-off-by: Joel A Fernandes <joelagnel@ti.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>