diff options
author | Denys Dmytriyenko <denys@konsulko.com> | 2022-02-22 04:13:02 +0000 |
---|---|---|
committer | Ryan Eatmon <reatmon@ti.com> | 2022-02-22 12:01:30 -0600 |
commit | 725254c56cf385740c2733b608efeb01578a8b0f (patch) | |
tree | afb0ad0c5f0a8502b0795c282e762ddac06638e1 | |
parent | fa91f87cb00d5d2f8a4525585d86e079b722862f (diff) | |
download | meta-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.bb | 23 |
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 @@ | |||
1 | SUMMARY = "Firmware for OMAP4 and OMAP5 ABE" | ||
2 | HOMEPAGE = "http://git.ti.com" | ||
3 | LICENSE = "BSD | GPLv2" | ||
4 | LIC_FILES_CHKSUM = "file://COPYING;md5=923db086ed9463ab3215b24d87e05ec5" | ||
5 | |||
6 | PACKAGE_ARCH = "${MACHINE_ARCH}" | ||
7 | |||
8 | COMPATIBLE_MACHINE = "pandaboard|omap5-evm" | ||
9 | |||
10 | SRC_URI = "git://git.ti.com/glsdk/abefw-omap4plus.git;protocol=git" | ||
11 | |||
12 | S = "${WORKDIR}/git" | ||
13 | |||
14 | SRCREV = "ceccc0332264e39bdc51e54f80ea7256a3886c58" | ||
15 | |||
16 | PR = "r0" | ||
17 | |||
18 | do_install() { | ||
19 | mkdir -p ${D}/lib/firmware | ||
20 | cp ${S}/firmware/omap4_abe_new ${D}/lib/firmware/ | ||
21 | } | ||
22 | |||
23 | FILES:${PN} += "/lib/firmware/omap4_abe_new" | ||