aboutsummaryrefslogtreecommitdiffstats
path: root/classes
AgeCommit message (Collapse)Author
2011-11-08sdcard_image bbclass: reinstate vfat copy of uImageKoen Kooi
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-11-08sdcard_image bbclass: switch to vfat layoutKoen Kooi
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-11-07sdcard_image bbclass: add proper ext4 support, fix inode calculations, etc, etcKoen Kooi
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-11-07sdcard_image bbclass: add ext4 support noteKoen Kooi
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-11-05sdcard_image bbclass: increas inode count againKoen Kooi
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-11-04sdcard_image bbclass: make payload errors non-fatalKoen Kooi
2011-11-04sdcard_image bbclass: fix payload logicKoen Kooi
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-11-04sdcard_image bbclass: add support to copy over payload from rootfs to vfatKoen Kooi
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-11-04sdcard_image bbclass: add timestamp to image filenameKoen Kooi
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-11-04sdimage_class: eliminate 2GB exception for BeagleBoneJason Kridner
Gerald has said his supply of 2GB SD cards for BeagleBone has gone away, so we are back to 4GB cards. No more need for this exeption: Signed-off-by: Jason Kridner <jdk@ti.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-11-01sdcard_image bbclass: raise number of inodes to avoid out of space errorsKoen Kooi
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-11-01Revert "sdcard_image: align partitions with flash pages"Koen Kooi
This has 2 problems: 1) | Warning: partition 1 does not end at a cylinder boundary | | sfdisk: I don't like these partitions - nothing changed. 2) CCCCCCCCC on the beaglebone, the ROM code doesn't accept it after fixing 1) with --force This reverts commit ed09701ebe89d4ce0802cf734aa25c29e94febe8.
2011-10-27sdcard_image: align partitions with flash pagesJason Kridner
* Align partitions for SD card performance/wear optimization. For more details, please see: http://sakoman.com/OMAP/a-script-for-partitioningformatting-a-bootable-sdmicrosd-card.html # Modifications to align partitioning by Steve Sakoman # based on work by Arnd Bergmann # Align partitions for SD card performance/wear optimization # FAT partition size is 131072 sectors (64MB) less: # MBR - 1 sector # padding to align to the page size of the underlying flash - 127 sectors # so we start the first partition at sector 128 and make it 131072 - 128 = 130944 sectors # second partition starts at 131072 and continues to fill the card Signed-off-by: Jason Kridner <jdk@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2011-10-24sdcard_image bbclass: reinstate uEnv.txt copyingKoen Kooi
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-10-22sdcard image bbclass: don't copy uEnv.txt for the time beingKoen Kooi
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-10-20sdcard_image bblass: set beaglebone VFAT label to 'BEAGLE_BONE'Koen Kooi
2011-10-20sdcard_image: Copy user.txt/uEnv.txt if it exists in /bootJoel A Fernandes
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>
2011-10-18sdcard_image bbclass: make VFAT partition name overridableKoen Kooi
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-10-15sdcard_image bbclass: default to 4GiB, but use 2GiB for beagleboneKoen Kooi
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-10-14sdcard_image bbclass: move back to 2GB images, clarify LOOPDEV* usageKoen Kooi
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-10-13sdcard_image bblass: all machines load from ext2/ext3 now, remove uImage copyingKoen Kooi
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-10-08sdcard_image bbclass: make it work with older losetup versions among other ↵Koen Kooi
things Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-10-08classes: sdcardimage: move to 4GiB imageJason Kridner
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>
2011-09-25sdcard_image: Helper class to create SD Card imagesJoel A Fernandes
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>