aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-bsp/cuia
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>
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-04-05cuia: suppress installed-vs-shipped QA errorDenys Dmytriyenko
Fixes: ERROR: cuia-1.0.0.13-r0 do_package: QA Issue: cuia: Files/directories were installed but not shipped in any package: /usr/lib/gnu.targets.arm.rtsv5T.av5T /usr/lib/syscalls.am3g /usr/lib/gnu.targets.codesourcery.rtsv5T.a470MV /usr/lib/syscalls.am4g /usr/lib/gnu.targets.codesourcery.rtsv6.av6 /usr/lib/gnu.targets.arm.rtsv7A.av7A /usr/lib/syscalls.am4fg /usr/lib/gnu.targets.arm.rtsv7M.am4fg /usr/lib/gnu.targets.arm.rtsv7M.am4g /usr/lib/boot.am3g /usr/lib/gnu.targets.arm.rtsv7M.am3g /usr/lib/gnu.targets.arm.rtsv6.av6 /usr/lib/boot.am4fg /usr/lib/boot.am4g Please set FILES such that these items are packaged. Alternatively if they are unneeded, avoid installing them or delete them within do_install. cuia: 14 installed and not shipped files. [installed-vs-shipped] Signed-off-by: Denys Dmytriyenko <denys@konsulko.com>
2019-08-03cuia: suppress texrel warningDenys Dmytriyenko
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2018-10-17recipes: Limit ti specific recipes under ti-soc overrideKhem Raj
This helps in multi-BSP scenario, where other BSP layers are also present in the layermix Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2015-08-11cuia: revert to clean in do_compile, disable automatic in do_configureDenys Dmytriyenko
Need to unconditionally clean the sources before building the first time, due to wrong binaries present. But calling clean twice also causes failure. Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2015-08-10cuia: don't call clean from do_compile, do_configure takes care of thatDenys Dmytriyenko
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2015-01-15cuia: Add recipe for TI unified Instrumentation Architecture in C moduleSam Nelson
- Provides instrumentation libraries in C for TI SoCs Signed-off-by: Sam Nelson <sam.nelson@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>