All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] ipc-test-fw: add FW images version 3.21.00.02 for IPC tests
@ 2014-01-30  2:33 Denys Dmytriyenko
  2014-01-30 16:00 ` Maupin, Chase
  0 siblings, 1 reply; 3+ messages in thread
From: Denys Dmytriyenko @ 2014-01-30  2:33 UTC (permalink / raw)
  To: meta-arago

From: Denys Dmytriyenko <denys@ti.com>

Signed-off-by: Denys Dmytriyenko <denys@ti.com>
---
 .../ipc-test-fw/ipc-test-fw_3.21.00.02.bb          | 33 ++++++++++++++++++++++
 1 file changed, 33 insertions(+)
 create mode 100644 meta-arago-distro/recipes-bsp/ipc-test-fw/ipc-test-fw_3.21.00.02.bb

diff --git a/meta-arago-distro/recipes-bsp/ipc-test-fw/ipc-test-fw_3.21.00.02.bb b/meta-arago-distro/recipes-bsp/ipc-test-fw/ipc-test-fw_3.21.00.02.bb
new file mode 100644
index 0000000..41ab2fb
--- /dev/null
+++ b/meta-arago-distro/recipes-bsp/ipc-test-fw/ipc-test-fw_3.21.00.02.bb
@@ -0,0 +1,33 @@
+DESCRIPTION = "Firmware images to test IPC"
+LICENSE = "BSD"
+LIC_FILES_CHKSUM = "file://${COREBASE}/meta/files/common-licenses/BSD;md5=3775480a712fc46a69647678acb234cb"
+
+PACKAGE_ARCH = "${MACHINE_ARCH}"
+
+PR = "eng-4-gb9283b0"
+
+COMPATIBLE_MACHINE = "omap5-evm|dra7xx-evm"
+
+INHIBIT_PACKAGE_STRIP = "1"
+INSANE_SKIP_${PN} = "arch"
+
+S = "${WORKDIR}/${PV}_${PR}"
+
+SRC_URI = "http://arago-project.org/files/releases/ipc-test-fw/${PV}_${PR}.tar.gz"
+
+SRC_URI[md5sum] = "4fcba6844949ea909131684a80233800"
+SRC_URI[sha256sum] = "3b90b195c382937551251055aaa9185627e86027c91fb41a594dc390391d5fb6"
+
+FW_FILES_omap5-evm = "tesla-dsp.xe64T ducati-m3-core0.xem3"
+FW_FILES_dra7xx-evm = "dra7-dsp1-fw.xe66 dra7-dsp2-fw.xe66 dra7-ipu1-fw.xem4 dra7-ipu2-fw.xem4"
+
+do_compile() {
+    :
+}
+
+do_install() {
+    install -d ${D}${base_libdir}/firmware
+    install -m 755 ${FW_FILES} ${D}${base_libdir}/firmware/
+}
+
+FILES_${PN} += "${base_libdir}/firmware"
-- 
1.8.3.2



^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2014-01-30 17:22 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-01-30  2:33 [PATCH] ipc-test-fw: add FW images version 3.21.00.02 for IPC tests Denys Dmytriyenko
2014-01-30 16:00 ` Maupin, Chase
2014-01-30 17:22   ` Denys Dmytriyenko

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.