summaryrefslogtreecommitdiffstats
path: root/recipes-devtools/ion
Commit message (Collapse)AuthorAgeFilesLines
* meta-ti: create a sub-layer meta-ti-bsp from existing contentDenys Dmytriyenko2022-02-221-14/+0
| | | | | | | Extra sub-layers will be created next and relevant content moved across them. Signed-off-by: Denys Dmytriyenko <denys@konsulko.com> Signed-off-by: Ryan Eatmon <reatmon@ti.com>
* recipes: update github SRC_URIsDenys Dmytriyenko2021-12-152-52/+2
| | | | | | | | | | | | | | | | https://github.blog/2021-09-01-improving-git-protocol-security-github/ GitHub is deprecating unauthenticated protocols, including git:// so update SRC_URIs with protocol=https Explicitly pass branch=master where omitted, as bitbake now requires it. While at it, update libion to the latest to eliminate upstreamed patch. Signed-off-by: Denys Dmytriyenko <denys@konsulko.com> Signed-off-by: Yogesh Siraswar <yogeshs@ti.com> Signed-off-by: Denys Dmytriyenko <denys@konsulko.com> Signed-off-by: Ryan Eatmon <reatmon@ti.com>
* ion-tests: move back to meta-arago-extrasDenys Dmytriyenko2020-02-203-122/+0
| | | | | | | | | As it happens, ion-tests requires gtest from by meta-oe, but meta-ti has no dependency on meta-oe. Unfortunately this was overlooked when all ion recipes were migrated to meta-ti. Fix this by moving just ion-tests back. Cc: Andrew F. Davis <afd@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* libion: Fix build for multilibbed environmentKhem Raj2019-12-192-1/+51
| | | | | Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* ion-tests: Fix build with muslKhem Raj2019-10-082-0/+70
| | | | | Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* libion: update to fix musl builds by avoiding __BEGIN_DECL/__END_DECLDenys Dmytriyenko2019-09-181-1/+1
| | | | | | | | The fix from Khem Raj to use extern "C" instead of __BEGIN_DECL/__END_DECL macros Signed-off-by: Denys Dmytriyenko <denys@ti.com> Cc: Khem Raj <raj.khem@gmail.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* ion: add libion and ion-tests packages for ION supportDenys Dmytriyenko2019-09-133-0/+66
ION Userspace Memory Allocator Library and tests Signed-off-by: Denys Dmytriyenko <denys@ti.com>