aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-devtools
AgeCommit message (Collapse)Author
2022-02-22meta-ti: create a sub-layer meta-ti-bsp from existing contentDenys Dmytriyenko
Extra sub-layers will be created next and relevant content moved across them. Signed-off-by: Denys Dmytriyenko <denys@konsulko.com> Signed-off-by: Ryan Eatmon <reatmon@ti.com>
2022-02-22doxygen: remove outdated version in favor of upstreamDenys Dmytriyenko
It's not BSP core functionality and newer version is available from meta-oe. Signed-off-by: Denys Dmytriyenko <denys@konsulko.com> Signed-off-by: Ryan Eatmon <reatmon@ti.com>
2022-02-22meta-ti: remove remaining Keystone1/2 overridesDenys Dmytriyenko
Cleanup remaining recipes that are used by other platforms from any machine overrides that still refer to deprecated Keystone1/2 platforms. Signed-off-by: Denys Dmytriyenko <denys@konsulko.com> Signed-off-by: Ryan Eatmon <reatmon@ti.com>
2021-12-15recipes: update github SRC_URIsDenys Dmytriyenko
https://github.blog/2021-09-01-improving-git-protocol-security-github/ GitHub is deprecating unauthenticated protocols, including git:// so update SRC_URIs with protocol=https Explicitly pass branch=master where omitted, as bitbake now requires it. While at it, update libion to the latest to eliminate upstreamed patch. Signed-off-by: Denys Dmytriyenko <denys@konsulko.com> Signed-off-by: Yogesh Siraswar <yogeshs@ti.com> Signed-off-by: Denys Dmytriyenko <denys@konsulko.com> Signed-off-by: Ryan Eatmon <reatmon@ti.com>
2021-08-17meta-ti: convert to new override syntax in honisterDenys Dmytriyenko
Upcoming "honister" release changes the override syntax to improve usability, speed and memory footprint. Update recipes with the new syntax and set layer compatibility to honister. Signed-off-by: Denys Dmytriyenko <denys@konsulko.com> Tested-by: Paul Barker <paul.barker@sancloud.com> Signed-off-by: Yogesh Siraswar <yogeshs@ti.com>
2021-05-04gdbc6x: bump SRCREV for kernel 5.10 build fixPraneeth Bajjuri
bump SRCREV to latest to pick build fix for 5.10 kernel. this update picks commit dd0c82fb5763 ("Merge pull request #1 in DBG/gdbc6x from for-5.10 to master") Signed-off-by: Praneeth Bajjuri <praneeth@ti.com> Reviewed-by: Suman Anna <s-anna@ti.com>
2021-04-05gdbc6x: suppress gcc10 multiple definitions of *_varobj_opsDenys Dmytriyenko
Workaround for the following gcc10 errors: .../gdbc6x/gdb/varobj.h:221: multiple definition of `ada_varobj_ops'; mi-cmd-var.o:.../gdbc6x/gdb/./varobj.h:221: first defined here .../gdbc6x/gdb/varobj.h:220: multiple definition of `java_varobj_ops'; mi-cmd-var.o:.../gdbc6x/gdb/./varobj.h:220: first defined here .../gdbc6x/gdb/varobj.h:219: multiple definition of `cplus_varobj_ops'; mi-cmd-var.o:.../gdbc6x/gdb/./varobj.h:219: first defined here .../gdbc6x/gdb/varobj.h:218: multiple definition of `c_varobj_ops'; mi-cmd-var.o:.../gdbc6x/gdb/./varobj.h:218: first defined here Needs to be resolved properly in the code later: https://gcc.gnu.org/gcc-10/porting_to.html Signed-off-by: Denys Dmytriyenko <denys@konsulko.com>
2021-01-08k3conf: Update to latest commitLokesh Vutla
Update k3conf to latest sha, bumping up version to 0.2 Signed-off-by: Lokesh Vutla <lokeshvutla@ti.com> Signed-off-by: Dan Murphy <dmurphy@ti.com>
2021-01-05k3conf: Update SRCREV to latestDan Murphy
Update the k3conf to the latest SHA to pick up AM64. Signed-off-by: Dan Murphy <dmurphy@ti.com>
2020-11-13k3conf: Update SRCREV to latestSuman Anna
Use latest SRCREV on master branch to pick up all the changes compliant with TIFS 2020.08b firmware. The license CHKSUM also need to be updated due to a minor change from http to https in the Copyright line. Signed-off-by: Suman Anna <s-anna@ti.com> Signed-off-by: Dan Murphy <dmurphy@ti.com>
2020-11-06recipes-devtools: k3conf: Update SRCREV to latestNikhil Devshatwar
Use latest SRCREV on master branch. This adds support for resource management commands Signed-off-by: Nikhil Devshatwar <nikhil.nd@ti.com> Signed-off-by: Dan Murphy <dmurphy@ti.com>
2020-02-20ion-tests: move back to meta-arago-extrasDenys Dmytriyenko
As it happens, ion-tests requires gtest from by meta-oe, but meta-ti has no dependency on meta-oe. Unfortunately this was overlooked when all ion recipes were migrated to meta-ti. Fix this by moving just ion-tests back. Cc: Andrew F. Davis <afd@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2020-02-17k3conf: add diagnostic tool for K3 platformsDenys Dmytriyenko
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2020-02-17gdbc6x: suppress gcc9 -Wstringop-truncation warningDenys Dmytriyenko
It's an old bfd/coff code, will need to be updated in the future. Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2019-12-19libion: Fix build for multilibbed environmentKhem Raj
Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2019-10-08ion-tests: Fix build with muslKhem Raj
Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2019-09-18libion: update to fix musl builds by avoiding __BEGIN_DECL/__END_DECLDenys Dmytriyenko
The fix from Khem Raj to use extern "C" instead of __BEGIN_DECL/__END_DECL macros Signed-off-by: Denys Dmytriyenko <denys@ti.com> Cc: Khem Raj <raj.khem@gmail.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2019-09-13ion: add libion and ion-tests packages for ION supportDenys Dmytriyenko
ION Userspace Memory Allocator Library and tests Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2019-05-11gdbc6x: bump SRCREV for build fixJacob Stiffler
* migrate kernel modules gdbserverproxy-module-drv to kernel v4.19 Signed-off-by: Jacob Stiffler <j-stiffler@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2019-04-30gdbc6x: update with gcc8 warning suppressionDenys Dmytriyenko
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2018-10-16doxygen: Set DISABLE_STATIC to be emptyKhem Raj
by default its set like this DISABLE_STATIC ?= " --disable-static" but doxygen configure is not typical autoconf generated so this option is not available, its better to keep it empty so it can work with dustros which disable static libs as policy Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2018-08-23gdbc6x: gcc7 related fixes got accepted upstream, removeDenys Dmytriyenko
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2018-03-01gdbc6x: update compatibilityDenys Dmytriyenko
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2018-01-17gdbc6x: flex and bison dependencies should be nativeDenys Dmytriyenko
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-19doxygen: import from meta-aragoDenys Dmytriyenko
Many LLD and RTOS components in meta-ti use doxygen during build. Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2017-11-13gdbc6x: fix gcc7 implicit fallthrough, format overflow and format truncation ↵Denys Dmytriyenko
errors Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2016-04-20gdbc6x: Bump SRCREV for AM57xx EVM PG2.0Jacob Stiffler
Signed-off-by: Jacob Stiffler <j-stiffler@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2016-03-22gdbc6x: Bump SRCREV so that all machines use same branchJacob Stiffler
Signed-off-by: Jacob Stiffler <j-stiffler@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2016-01-27gdbc6x: Extend support to keystone SOCsJacob Stiffler
Signed-off-by: Jacob Stiffler <j-stiffler@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2015-09-11gdbserverproxy-module-drv: Fix build issue with fidoJacob Stiffler
Signed-off-by: Jacob Stiffler <j-stiffler@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2015-06-01gdbc6x: Add version 1.1.0Jacob Stiffler
* The gdbc6x utility provides remote gdb capabilities for C6x DSP cores. Signed-off-by: Jacob Stiffler <j-stiffler@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2015-06-01gdbserver-c6x: Add version 1.1.0Jacob Stiffler
* c6x DSP development files required to support remote gdb debugging. Signed-off-by: Jacob Stiffler <j-stiffler@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2015-05-22gdbserverproxy-module-drv: Add version 1.1.0Jacob Stiffler
Signed-off-by: Jacob Stiffler <j-stiffler@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>