summaryrefslogtreecommitdiffstats
path: root/classes
Commit message (Collapse)AuthorAgeFilesLines
* ti-pdk-bbclass: Using machine name as k3 instead of am65xxMahesh Radhakrishnan2018-09-281-2/+2
| | | | | Signed-off-by: Mahesh Radhakrishnan <m-radhakrishnan2@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* ti-pdk-class: Include EVE toolchain path, as needed by ti-pdk-build-rtos for ↵Djordje Senicic2018-09-111-0/+1
| | | | | | | some SoCs Signed-off-by: Djordje Senicic <x0157990@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* ti-pdk: Add tool chain dependencies for am65xx platformSam Nelson2018-08-231-0/+4
| | | | | | | Adds the dependency on toolchain needed for A53 and R5 cores Signed-off-by: Sam Nelson <sam.nelson@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* meta-ti: cleanup use of d.getVar()Denys Dmytriyenko2018-07-101-1/+1
| | | | | | | | 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>
* ti-pdk: Allow Doxygen generation to be optionalJoshua Watt2018-02-261-0/+7
| | | | | | | | 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>
* ti-xdctools: extend to native and nativesdkMertz, Timothy2017-12-211-1/+1
| | | | | | | | | | | 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>
* ti-pdk.bbclass: depend on doxygen native for documentationDenys Dmytriyenko2017-12-191-1/+1
| | | | Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* ti-pdk: clean the sources during the configure taskJacob Stiffler2017-10-251-6/+20
| | | | | | | | | | | | | | | | * 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>
* ti-pdk.bbclass: add dependency on ti-cgt-pru-nativeHongmei Gou2017-10-021-1/+1
| | | | | Signed-off-by: Hongmei Gou <a0271529@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* ti-pdk-bbclass: Fix for building pru firmwareMahesh Radhakrishnan2017-09-011-1/+2
| | | | | Signed-off-by: Mahesh Radhakrishnan <m-radhakrishnan2@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* ti-pdk: Update tool paths for omapl1 & update cores for ti33x & ti43xMahesh Radhakrishnan2017-07-121-1/+3
| | | | | Signed-off-by: Mahesh Radhakrishnan <m-radhakrishnan2@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* ti-pdk: limit the set of cores to buildJacob Stiffler2017-06-111-1/+10
| | | | | | | | | * 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>
* ti-pdk: clean up variables by adding TI_PDK_ prefixJacob Stiffler2017-06-111-8/+10
| | | | | | | | | | | * 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>
* Resolve host contamination warningsJustin Sobota2017-05-011-1/+1
| | | | | Signed-off-by: Justin Sobota <jsobota@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* Remove CCS dependencies for all componentsKarthik Ramanan2017-04-271-1/+1
| | | | | Signed-off-by: Karthik Ramanan <a0393906@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* 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>