summaryrefslogtreecommitdiffstats
path: root/recipes-ti/local-power-manager
Commit message (Collapse)AuthorAgeFilesLines
* 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>
* Use INSANE_SKIP_${PN} = "installed-vs-shipped"Ash Charles2014-06-231-0/+1
| | | | | | | | 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>
* Remove deprecated update-modules from recipesScott Ellis2014-06-231-13/+0
| | | | 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 recipes: only use PACKAGE_ARCH = "${MACHINE_ARCH}" where neededKoen Kooi2011-08-161-0/+1
| | | | | | 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>
* ti-local-power-manager: add license checksum and fix toolchain pathKoen Kooi2011-03-161-1/+3
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* ti-local-power-manager: avoid parse errors when variables aren't definedKoen Kooi2011-03-151-3/+3
| | | | | | | | | | | | | | | | | 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>
* recipes-ti: initial check in of dsplink stackKoen Kooi2011-03-144-0/+236
* the focus was on to get it to build, not to make the recipes perfect Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>