aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-bsp/abefw/abefw_1.0.14.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-bsp/abefw/abefw_1.0.14.bb')
-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 302bdcde..00000000
--- a/recipes-bsp/abefw/abefw_1.0.14.bb
+++ /dev/null
@@ -1,23 +0,0 @@
-SUMMARY = "Firmware for OMAP4 and OMAP5 ABE"
-HOMEPAGE = "http://git.ti.com"
-LICENSE = "BSD | GPLv2"
-LIC_FILES_CHKSUM = "file://COPYING;md5=923db086ed9463ab3215b24d87e05ec5"
-
-PACKAGE_ARCH = "${MACHINE_ARCH}"
-
-COMPATIBLE_MACHINE = "pandaboard|omap5-evm"
-
-SRC_URI = "git://git.ti.com/glsdk/abefw-omap4plus.git;protocol=git"
-
-S = "${WORKDIR}/git"
-
-SRCREV = "ceccc0332264e39bdc51e54f80ea7256a3886c58"
-
-PR = "r0"
-
-do_install() {
- mkdir -p ${D}/lib/firmware
- cp ${S}/firmware/omap4_abe_new ${D}/lib/firmware/
-}
-
-FILES_${PN} += "/lib/firmware/omap4_abe_new"