aboutsummaryrefslogtreecommitdiffstats
path: root/classes
AgeCommit message (Collapse)Author
2018-07-10meta-ti: cleanup use of d.getVar()Denys Dmytriyenko
1. drop use of True as second parameter, which is default, to align with master 2. there were instances of incorrectly passing 'd' as second parameter from previous conversion from bb.data.getVar() usage Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2018-02-26ti-pdk: Allow Doxygen generation to be optionalJoshua Watt
Users can choose to completely disable doxygen generation in pdk recipes by setting TI_PDK_DOXYGEN_SUPPORT = "0" in local.conf Signed-off-by: Joshua Watt <JPEWhacker@gmail.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2017-12-21ti-xdctools: extend to native and nativesdkMertz, Timothy
ti-xdctools should be a native recipe as it more accurately reflects how it is supposed to be used. In addition, this allows it to be built as nativesdk and included in SDK image tools Signed-off-by: "Mertz, Timothy" <timothy.mertz@garmin.com> Signed-off-by: Joshua Watt <JPEWhacker@gmail.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com> Acked-by: Jacob Stiffler <j-stiffler@ti.com>
2017-12-19ti-pdk.bbclass: depend on doxygen native for documentationDenys Dmytriyenko
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2017-10-25ti-pdk: clean the sources during the configure taskJacob Stiffler
* For the XDCMAKE recipes, a clean was already occuring udring the compile task. * Move the clean to the configure task to more closely match the base.bbclass. * As the non XDCMAKE recipes generate dep files, add a clean in configure for when dependencies have changed. * Use oe_runmake to share options between "make release" and "make clean". * There appears to be an issue with parallel builds using the ti-pdk-build framework, so unset PARALLEL_MAKE. Signed-off-by: Jacob Stiffler <j-stiffler@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2017-10-02ti-pdk.bbclass: add dependency on ti-cgt-pru-nativeHongmei Gou
Signed-off-by: Hongmei Gou <a0271529@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2017-09-01ti-pdk-bbclass: Fix for building pru firmwareMahesh Radhakrishnan
Signed-off-by: Mahesh Radhakrishnan <m-radhakrishnan2@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2017-07-12ti-pdk: Update tool paths for omapl1 & update cores for ti33x & ti43xMahesh Radhakrishnan
Signed-off-by: Mahesh Radhakrishnan <m-radhakrishnan2@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2017-06-11ti-pdk: limit the set of cores to buildJacob Stiffler
* Use LIMIT_CORES to enable only the cores with available toolchains. * Add new variables which will allow recipes to fully configure the options provided to make. Signed-off-by: Jacob Stiffler <j-stiffler@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2017-06-11ti-pdk: clean up variables by adding TI_PDK_ prefixJacob Stiffler
* Add TI_PDK_ prefix to variables which may be set by recipes to stress that they are used to configure the ti-pdk class. * Deprecate TI_PDK_XDCARGS in favor of TI_PDK_LIMIT_SOCS as both are used to define a list of SOCs. Signed-off-by: Jacob Stiffler <j-stiffler@ti.com> Cc: Justin Sobota <jsobota@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2017-05-01Resolve host contamination warningsJustin Sobota
Signed-off-by: Justin Sobota <jsobota@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2017-04-27Remove CCS dependencies for all componentsKarthik Ramanan
Signed-off-by: Karthik Ramanan <a0393906@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2016-06-29ti-pdk: Add makefile support to ti-pdk.bbclass for RTOS componentsJustin Sobota
Signed-off-by: Justin Sobota <jsobota@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2016-01-27ti-pdk.bbclass: Add class for creating RTOS PDK componentsJacob Stiffler
Signed-off-by: Jacob Stiffler <j-stiffler@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2014-01-29sdcard_image: remove deprecated classDenys Dmytriyenko
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>
2012-05-10sdcard_image bbclass: make ext4 the defaultKoen Kooi
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2011-11-15sdcard_image: Add image version info to root fsJoel A Fernandes
Signed-off-by: Joel A Fernandes <joelagnel@ti.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-11-14sdcard_image bbclass: run genex2fs directly on the loop deviceKoen Kooi
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-11-09sdcard_image: add dependency on native ext2 utilitiesPeter A. Bigot
Signed-off-by: Peter A. Bigot <bigotp@acm.org> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
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>