aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-ti/dmai/ti-dmai.inc
AgeCommit message (Collapse)Author
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>
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-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>
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>