aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-ti/local-power-manager
AgeCommit message (Collapse)Author
2018-02-02recipes-ti: remove deprecated componentsDenys Dmytriyenko
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-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>
2014-06-23Remove deprecated update-modules from recipesScott Ellis
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>
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-03-16ti-local-power-manager: add license checksum and fix toolchain pathKoen Kooi
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-03-15ti-local-power-manager: avoid parse errors when variables aren't definedKoen Kooi
This fixes: ERROR: Error parsing /home/kraj/work/setup-scripts/sources/angstrom-layers/BSP/TI/recipes-ti/local-power-manager/ti-local-power-manager_1.24.02.09.bb: LexToken(PIPE,'|',0,0) followed by: LexToken(TOKEN,'sed',0,0) LexToken(TOKEN,'s:\\\\.:_:g',0,0) ERROR: Command execution failed: Exited with 1 As reported by Khem Raj Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-03-14recipes-ti: initial check in of dsplink stackKoen Kooi
* the focus was on to get it to build, not to make the recipes perfect Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>