aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-bsp/firmware/firmware-qcom-sd-600eval_1.0.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-bsp/firmware/firmware-qcom-sd-600eval_1.0.bb')
-rw-r--r--recipes-bsp/firmware/firmware-qcom-sd-600eval_1.0.bb20
1 files changed, 0 insertions, 20 deletions
diff --git a/recipes-bsp/firmware/firmware-qcom-sd-600eval_1.0.bb b/recipes-bsp/firmware/firmware-qcom-sd-600eval_1.0.bb
deleted file mode 100644
index 296b818..0000000
--- a/recipes-bsp/firmware/firmware-qcom-sd-600eval_1.0.bb
+++ /dev/null
@@ -1,20 +0,0 @@
-DESCRIPTION = "QCOM Firmware for Arrow SD 600eval"
-
-LICENSE = "Proprietary"
-LIC_FILES_CHKSUM = "file://license.txt;md5=c09af6bc68c68f92e6a711634ee5cb14"
-
-SRC_URI = "https://eragon.einfochips.com/pub/media/datasheet/SD_600eval-linux_proprietary_firmware-v${PV}.zip"
-SRC_URI[md5sum] = "0903e9f656d3cea005ecc8e26f1243b2"
-SRC_URI[sha256sum] = "fdffcb2cedc0d0215ee3dec95ce3683a780d9280960d27200379fbe1b21af979"
-
-require recipes-bsp/firmware/firmware-qcom.inc
-
-S = "${WORKDIR}/SD_600eval-linux_proprietary_firmware-v${PV}"
-
-do_install() {
- install -d ${D}${nonarch_base_libdir}/firmware/
- cp -R --no-dereference --preserve=mode,links * ${D}${nonarch_base_libdir}/firmware/
-
- install -d ${D}${sysconfdir}/
- install -m 0644 license.txt ${D}${sysconfdir}/
-}