aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-ti/dsplink
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-10-08ti-dsplink: Fix irq mismatch for kernel versions greater than 3.7.0.Enric Balletbo i Serra
Commit 7d7e1eb (ARM: OMAP2+: Prepare for irqs.h removal) and commit ec2c082 (ARM: OMAP2+: Remove hardcoded IRQs and enable SPARSE_IRQ) from kernel updated the way interrupts for OMAP2/3 devices are defined. Fix irq number as dsplink misses to add the NR_IRQS relative offset. Signed-off-by: Enric Balletbo i Serra <eballetbo@iseebcn.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>
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-12-24ti-dsplink: fix build with make 3.85 (e.g. fedora)Koen Kooi
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-08-16ti-dsplink: fix module packagingEnrico Butera
The kernel module needs to be packaged first otherwise it will be picked up by the default FILES_${PN}, resulting in an empty ti-dsplink-module package. Signed-off-by: Enrico Butera <ebutera@users.berlios.de> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-03-30ti-dsplink: use new module infrastructureKoen Kooi
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>