diff options
| author | Andrew Davis <afd@ti.com> | 2025-10-02 08:52:12 -0500 |
|---|---|---|
| committer | Ryan Eatmon <reatmon@ti.com> | 2025-10-12 16:04:08 -0500 |
| commit | 0996df51dfb1004465828e9a43300506c363e306 (patch) | |
| tree | 73a1d69f82d631e81e5c39b368f19d7503db977f | |
| parent | 668e764a6850d0b1aae2d3888d29027da5fb8f75 (diff) | |
| download | meta-ti-0996df51dfb1004465828e9a43300506c363e306.tar.gz | |
meta-ti-extras: libaet: Remove this recipe
This was only ever used as part of the DSP firmware for OpenCL dispatch.
That is all gone now, so remove this leftover dependency.
Signed-off-by: Andrew Davis <afd@ti.com>
Signed-off-by: Ryan Eatmon <reatmon@ti.com>
| -rw-r--r-- | meta-ti-extras/recipes-ti/ctoolslib/libaet_git.bb | 38 |
1 files changed, 0 insertions, 38 deletions
diff --git a/meta-ti-extras/recipes-ti/ctoolslib/libaet_git.bb b/meta-ti-extras/recipes-ti/ctoolslib/libaet_git.bb deleted file mode 100644 index f3b03bd6..00000000 --- a/meta-ti-extras/recipes-ti/ctoolslib/libaet_git.bb +++ /dev/null | |||
| @@ -1,38 +0,0 @@ | |||
| 1 | SUMMARY = "TI Emulation CTools AET library" | ||
| 2 | DESCRIPTION = "The AETLIB library provides programmatic access to the Advanced Event Triggering capability on C6x processor cores" | ||
| 3 | |||
| 4 | LICENSE = "BSD-3-Clause" | ||
| 5 | |||
| 6 | PV = "4.19.0.0" | ||
| 7 | |||
| 8 | LIC_FILES_CHKSUM = "file://../ctoolslib_manifest.html;md5=b7dd369a2e07ef9a71795ee5a9bd01bd" | ||
| 9 | |||
| 10 | SRC_URI = "git://git.ti.com/git/sdo-emu/ctoolslib.git;protocol=https;branch=opencl_aetlib_build" | ||
| 11 | SRCREV = "de7954abab0f0caa8a2c7b53095c30226d901a31" | ||
| 12 | |||
| 13 | DEPENDS = "ti-cgt6x-native" | ||
| 14 | PR = "r0" | ||
| 15 | |||
| 16 | S = "${WORKDIR}/git/aet" | ||
| 17 | |||
| 18 | DEVICE = "" | ||
| 19 | DEVICE:dra7xx = "DRA7xx" | ||
| 20 | |||
| 21 | EXTRA_OEMAKE = "C6X_C_DIR=${STAGING_DIR_NATIVE}/usr/share/ti/cgt-c6x/include" | ||
| 22 | |||
| 23 | do_install() { | ||
| 24 | install -d ${D}${datadir}/ti/ctoolslib/aet | ||
| 25 | install -d ${D}${datadir}/ti/ctoolslib/aet/include | ||
| 26 | install -d ${D}${datadir}/ti/ctoolslib/aet/lib | ||
| 27 | cp -rP --preserve=mode,links,timestamps --no-preserve=ownership ${S}/include/* ${D}${datadir}/ti/ctoolslib/aet/include/ | ||
| 28 | install -m 0644 ${S}/build/c66/libaet.ae66 ${D}${datadir}/ti/ctoolslib/aet/lib/ | ||
| 29 | } | ||
| 30 | |||
| 31 | COMPATIBLE_MACHINE = "dra7xx" | ||
| 32 | PACKAGE_ARCH = "${MACHINE_ARCH}" | ||
| 33 | |||
| 34 | FILES:${PN}-dev += "\ | ||
| 35 | ${datadir}/ti/ctoolslib/aet \ | ||
| 36 | " | ||
| 37 | |||
| 38 | ALLOW_EMPTY:${PN} = "1" | ||
