From 200fe86f60ae72802f8bb9748f038137d7bc0cd4 Mon Sep 17 00:00:00 2001 From: Siddharth Heroor Date: Thu, 24 Mar 2011 21:01:16 +0000 Subject: TI IPC: Add version 1.22.04.25 * This version is one the first versions of TI IPC available. * Fix the installer installer command in the include file. Since this is the first version available on OE, changing this does not affect any other versions. Signed-off-by: Siddharth Heroor Signed-off-by: Koen Kooi --- recipes/ti/ti-ipc.inc | 2 +- recipes/ti/ti-ipc_1.22.04.25.bb | 6 ++++++ 2 files changed, 7 insertions(+), 1 deletion(-) create mode 100644 recipes/ti/ti-ipc_1.22.04.25.bb diff --git a/recipes/ti/ti-ipc.inc b/recipes/ti/ti-ipc.inc index 2a23a9b977..0bc6218039 100644 --- a/recipes/ti/ti-ipc.inc +++ b/recipes/ti/ti-ipc.inc @@ -15,7 +15,7 @@ SRC_URI = "http://software-dl.ti.com/dsps/dsps_public_sw/sdo_sb/targetcontent/ip DEPENDS = "ti-sysbios ti-cgt6x ti-xdctools" BINFILE="ipc_setuplinux_${PV}.bin" -TI_BIN_UNPK_CMDS="Y: qY:workdir:Y" +TI_BIN_UNPK_CMDS="Y: q:workdir:Y" do_install() { install -d ${D}${IPC_INSTALL_DIR_RECIPE} diff --git a/recipes/ti/ti-ipc_1.22.04.25.bb b/recipes/ti/ti-ipc_1.22.04.25.bb new file mode 100644 index 0000000000..1573dce548 --- /dev/null +++ b/recipes/ti/ti-ipc_1.22.04.25.bb @@ -0,0 +1,6 @@ +require ti-ipc.inc + +PV = "1_22_04_25" + +SRC_URI[ipcbin.md5sum] = "aaa7f3776794a92b4226cd923c7cd956" +SRC_URI[ipcbin.sha256sum] = "b33e25e0330719c2857a5ca3abccd03fe1b55a9300b2f825707f2bc64b84c883" -- cgit 1.2.3-korg