aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-ti/dmai
AgeCommit message (Collapse)Author
2022-02-22dmai: remove Davinci Multimedia Application Interface (DMAI)Denys Dmytriyenko
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>
2021-10-18meta-ti: Fix several errors introduced during override syntax changesPhil Sutherland
Signed-off-by: Phil Sutherland <phil@sutherland.id.au> Reviewed-by: Denys Dmytriyenko <denys@konsulko.com> Signed-off-by: Denys Dmytriyenko <denys@konsulko.com> Signed-off-by: Yogesh Siraswar <yogeshs@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>
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>
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>
2014-10-08ti-dmai: Fix build with recent kernels and compilers.Enric Balletbo i Serra
Remove unused includes that only redefine some typedefs already defined in other includes and add the --sysroot flag to fix a linkage problem. Signed-off-by: Enric Balletbo i Serra <eballetbo@iseebcn.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2014-06-23ti-dmai: Allow do_prepsources to run release.shAsh Charles
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>
2014-06-23Use INSANE_SKIP_${PN} = "installed-vs-shipped"Ash Charles
A number of recipes in recipes-ti install more files than are packaged causing lots of QA errors. We choose to ignore these. Signed-off-by: Ash Charles <ashcharles@gmail.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2012-08-07ti-dmai.inc: fix 'proto='-warning on recipe parsingAndreas Müller
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2012-02-28various recipes: fix quoting to work with bitbake masterKoen Kooi
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>
2012-02-20ti-dmai_svn: correct path within svn checkoutPeter A. Bigot
At r642 as currently retrieved, the contents of ${S} are subdirectories dmai and patches, so the subsequent attempt to run "make clean" in ${S} fails because there is no Makefile there. Append /dmai to the default ${S}, remove the now incorrect /dmai from LIC_FILES_CHKSUM, and correct the strippath for the patches to reflect the new starting location. Signed-off-by: Peter A. Bigot <bigotp@acm.org> Acked-by: Roger Monk <r-monk@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2012-02-10ti-dmai: build fixEnrico Butera
Properly set ${S} dir. Signed-off-by: Enrico Butera <ebutera@users.berlios.de> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2012-01-13dmai: point license checksum to the correct fileKoen Kooi
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-12-24ti-dmai: clean up recipeKoen Kooi
* 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>
2011-08-16TI recipes: only use PACKAGE_ARCH = "${MACHINE_ARCH}" where neededKoen Kooi
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>
2011-08-16dmai: fix build and update omap3 srcrev to 642Enrico Butera
Signed-off-by: Enrico Butera <ebutera@users.berlios.de> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-08-16dmai: don't break parsing for machines that don't set SRCREV_pn-dmaiKoen Kooi
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-08-16dmai: move into a seperate dirKoen Kooi
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>