summaryrefslogtreecommitdiffstats
path: root/classes
Commit message (Collapse)AuthorAgeFilesLines
* 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>