summaryrefslogtreecommitdiffstats
path: root/recipes-bsp/vis-fw
Commit message (Collapse)AuthorAgeFilesLines
* meta-ti: convert to new override syntax in honisterDenys Dmytriyenko2021-08-171-4/+4
| | | | | | | | | | 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>
* vis: suppress "ldflags" QA errorDenys Dmytriyenko2021-04-051-0/+1
| | | | | | | | It is a pre-built binary, hence no control over passing correct LDFLAGS. This used to be a warning and recently became an error. Fixes: ERROR: vis-01.50.07.15-r1 do_package_qa: QA Issue: File /usr/bin/RadioApp in package vis doesn't have GNU_HASH (didn't pass LDFLAGS?) [ldflags] Signed-off-by: Denys Dmytriyenko <denys@konsulko.com>
* vis: mark as compatible with dra7xx familyDenys Dmytriyenko2020-02-211-2/+2
| | | | Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* vis: prevent sysroot stripping due to DSP firmwareDenys Dmytriyenko2016-04-281-0/+1
| | | | Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* vis: inhibit package strip for DSP binariesMaupin, Chase2014-07-021-1/+4
| | | | | | | | | | | | * These binaries are for the DSP and the strip command in the ARM compiler does not work on them. Without this the following error is seen: * ERROR: runstrip: ''arm-linux-gnueabihf-strip' --remove-section=.comment --remove-section=.note '<PATH>/dra7-dsp1-fw-radio.xe66'' strip command failed Signed-off-by: Chase Maupin <Chase.Maupin@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* recipes: consolidate firmware recipes under recipes-bsp in own directoriesDenys Dmytriyenko2014-06-231-0/+31
Signed-off-by: Denys Dmytriyenko <denys@ti.com>