summaryrefslogtreecommitdiffstats
path: root/classes
Commit message (Collapse)AuthorAgeFilesLines
* ti-pdk: Add makefile support to ti-pdk.bbclass for RTOS componentsJustin Sobota2016-06-291-12/+47
| | | | | Signed-off-by: Justin Sobota <jsobota@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* ti-pdk.bbclass: Add class for creating RTOS PDK componentsJacob Stiffler2016-01-271-0/+66
| | | | | Signed-off-by: Jacob Stiffler <j-stiffler@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* sdcard_image: remove deprecated classDenys Dmytriyenko2014-01-291-156/+0
| | | | | | | This class has been deprecated for a while. The recommended replacement is to use Yocto Project's new "wic" tool. Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* sdcard_image bbclass: make ext4 the defaultKoen Kooi2012-05-101-1/+1
| | | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* sdcard_image: Add image version info to root fsJoel A Fernandes2011-11-151-0/+2
| | | | | Signed-off-by: Joel A Fernandes <joelagnel@ti.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* sdcard_image bbclass: run genex2fs directly on the loop deviceKoen Kooi2011-11-141-10/+4
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* sdcard_image: add dependency on native ext2 utilitiesPeter A. Bigot2011-11-091-0/+3
| | | | | Signed-off-by: Peter A. Bigot <bigotp@acm.org> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* sdcard_image bbclass: reinstate vfat copy of uImageKoen Kooi2011-11-081-0/+1
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* sdcard_image bbclass: switch to vfat layoutKoen Kooi2011-11-081-2/+2
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* sdcard_image bbclass: add proper ext4 support, fix inode calculations, etc, etcKoen Kooi2011-11-071-13/+26
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* sdcard_image bbclass: add ext4 support noteKoen Kooi2011-11-071-0/+4
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* sdcard_image bbclass: increas inode count againKoen Kooi2011-11-051-1/+1
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* sdcard_image bbclass: make payload errors non-fatalKoen Kooi2011-11-041-1/+2
|
* sdcard_image bbclass: fix payload logicKoen Kooi2011-11-041-1/+1
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* sdcard_image bbclass: add support to copy over payload from rootfs to vfatKoen Kooi2011-11-041-0/+10
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* sdcard_image bbclass: add timestamp to image filenameKoen Kooi2011-11-041-1/+3
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* sdimage_class: eliminate 2GB exception for BeagleBoneJason Kridner2011-11-041-2/+1
| | | | | | | | | 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>
* sdcard_image bbclass: raise number of inodes to avoid out of space errorsKoen Kooi2011-11-011-1/+2
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* Revert "sdcard_image: align partitions with flash pages"Koen Kooi2011-11-011-3/+3
| | | | | | | | | | | | 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.
* sdcard_image: align partitions with flash pagesJason Kridner2011-10-271-3/+3
| | | | | | | | | | | | | | | | | | * 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>
* sdcard_image bbclass: reinstate uEnv.txt copyingKoen Kooi2011-10-241-1/+1
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* 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>