diff options
| author | Andrew Davis <afd@ti.com> | 2025-10-02 08:50:01 -0500 |
|---|---|---|
| committer | Ryan Eatmon <reatmon@ti.com> | 2025-10-14 15:37:09 -0500 |
| commit | 5397fdaac20fe3641b08a31dd8febebdb506b214 (patch) | |
| tree | 1e694c9a6fe97297a04f7044f04e7b1274062217 | |
| parent | 9741bc7bf165111c0972ef4426d7c761e82ed74d (diff) | |
| download | meta-ti-5397fdaac20fe3641b08a31dd8febebdb506b214.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 4043da55..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:append = "/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" | ||
