summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDenys Dmytriyenko <denys@konsulko.com>2022-02-22 04:13:02 +0000
committerRyan Eatmon <reatmon@ti.com>2022-02-22 12:01:30 -0600
commit725254c56cf385740c2733b608efeb01578a8b0f (patch)
treeafb0ad0c5f0a8502b0795c282e762ddac06638e1
parentfa91f87cb00d5d2f8a4525585d86e079b722862f (diff)
downloadmeta-ti-725254c56cf385740c2733b608efeb01578a8b0f.tar.gz
abefw: remove OMAP4 Audio Back-End (ABE) firmware
Due to platform deprecation, remove Audio Back-End firmware. Signed-off-by: Denys Dmytriyenko <denys@konsulko.com> Signed-off-by: Ryan Eatmon <reatmon@ti.com>
-rw-r--r--recipes-bsp/abefw/abefw_1.0.14.bb23
1 files changed, 0 insertions, 23 deletions
diff --git a/recipes-bsp/abefw/abefw_1.0.14.bb b/recipes-bsp/abefw/abefw_1.0.14.bb
deleted file mode 100644
index a6cc624a..00000000
--- a/recipes-bsp/abefw/abefw_1.0.14.bb
+++ /dev/null
@@ -1,23 +0,0 @@
1SUMMARY = "Firmware for OMAP4 and OMAP5 ABE"
2HOMEPAGE = "http://git.ti.com"
3LICENSE = "BSD | GPLv2"
4LIC_FILES_CHKSUM = "file://COPYING;md5=923db086ed9463ab3215b24d87e05ec5"
5
6PACKAGE_ARCH = "${MACHINE_ARCH}"
7
8COMPATIBLE_MACHINE = "pandaboard|omap5-evm"
9
10SRC_URI = "git://git.ti.com/glsdk/abefw-omap4plus.git;protocol=git"
11
12S = "${WORKDIR}/git"
13
14SRCREV = "ceccc0332264e39bdc51e54f80ea7256a3886c58"
15
16PR = "r0"
17
18do_install() {
19 mkdir -p ${D}/lib/firmware
20 cp ${S}/firmware/omap4_abe_new ${D}/lib/firmware/
21}
22
23FILES:${PN} += "/lib/firmware/omap4_abe_new"