summaryrefslogtreecommitdiffstats
path: root/recipes-ti/dmai/ti-dmai.inc
Commit message (Collapse)AuthorAgeFilesLines
* dmai: remove Davinci Multimedia Application Interface (DMAI)Denys Dmytriyenko2022-02-221-162/+0
| | | | | | | Was used with deprecated DaVinci, OMAP-L1 and OMAP3 families of platforms. Signed-off-by: Denys Dmytriyenko <denys@konsulko.com> Signed-off-by: Ryan Eatmon <reatmon@ti.com>
* meta-ti: convert to new override syntax in honisterDenys Dmytriyenko2021-08-171-24/+24
| | | | | | | | | | 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>
* 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-dmai: Allow do_prepsources to run release.shAsh Charles2014-06-231-0/+1
| | | | | | | | | | | | | | | | The do_prepsources task runs after do_unpack at which point the ${S}/patches directory has been created. In the last step of do_prepsources, code should be copied over to ${S} by the release.sh script. However, this script silently fails if the target directory (${S}) is not empty---it contains the 'patches' directory. The failure manifests in the do_patch step when trying to applying patches against the source which wasn't populated by release.sh. Here, we pre-emptively clean out the directory release.sh intends to use. The patch directory is re-created by the do_patch step. Signed-off-by: Ash Charles <ashcharles@gmail.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* ti-dmai.inc: fix 'proto='-warning on recipe parsingAndreas Müller2012-08-071-1/+1
| | | | | Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* various recipes: fix quoting to work with bitbake masterKoen Kooi2012-02-281-1/+1
| | | | | | | | | Changes from the original patch: * Matrix is no longer available, not fixes necessary * INSANE_SKIP is set to "1", like in oe-core - may need to list individual QA tests Signed-off-by: Koen Kooi <koen@dominion.thruhere.net> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* ti-dmai: build fixEnrico Butera2012-02-101-1/+1
| | | | | | | Properly set ${S} dir. Signed-off-by: Enrico Butera <ebutera@users.berlios.de> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* ti-dmai: clean up recipeKoen Kooi2011-12-241-2/+2
| | | | | | | | * remove DP = -1, there's only one recipe * remove unused files * add git patch header to remaining patches Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* TI recipes: only use PACKAGE_ARCH = "${MACHINE_ARCH}" where neededKoen Kooi2011-08-161-0/+2
| | | | | | With machine specific staging in OE-core the tools (xdc, dmai, etc) can drop the PACKAGE_ARCH munging. Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* dmai: fix build and update omap3 srcrev to 642Enrico Butera2011-08-161-1/+2
| | | | | Signed-off-by: Enrico Butera <ebutera@users.berlios.de> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* dmai: don't break parsing for machines that don't set SRCREV_pn-dmaiKoen Kooi2011-08-161-2/+2
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* dmai: move into a seperate dirKoen Kooi2011-08-161-0/+158
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>