From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from comal.ext.ti.com (comal.ext.ti.com [198.47.26.152]) by arago-project.org (Postfix) with ESMTPS id 0DAD552AA9 for ; Tue, 21 Oct 2014 04:36:42 +0000 (UTC) Received: from dbdlxv05.itg.ti.com ([172.24.171.60]) by comal.ext.ti.com (8.13.7/8.13.7) with ESMTP id s9L4adgj002819 for ; Mon, 20 Oct 2014 23:36:40 -0500 Received: from DBDE72.ent.ti.com (dbdmailx.itg.ti.com [172.24.171.97]) by dbdlxv05.itg.ti.com (8.14.3/8.13.8) with ESMTP id s9L4ab8d015648 for ; Tue, 21 Oct 2014 10:06:38 +0530 Received: from [172.24.157.139] (172.24.157.139) by DBDE72.ent.ti.com (172.24.171.97) with Microsoft SMTP Server (TLS) id 14.3.174.1; Tue, 21 Oct 2014 10:06:37 +0530 Message-ID: <5445E2D4.2060307@ti.com> Date: Tue, 21 Oct 2014 10:06:36 +0530 From: Karthik Ramanan User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:17.0) Gecko/20130620 Thunderbird/17.0.7 MIME-Version: 1.0 To: "meta-arago@arago-project.org" References: <1413213050-7200-1-git-send-email-a0393906@ti.com> <1413213050-7200-2-git-send-email-a0393906@ti.com> In-Reply-To: <1413213050-7200-2-git-send-email-a0393906@ti.com> X-Originating-IP: [172.24.157.139] Subject: Re: [master PATCH v2 1/1] ipumm-fw: Updated ipumm firmware for latest IPC version X-BeenThere: meta-arago@arago-project.org X-Mailman-Version: 2.1.12 Precedence: list List-Id: Arago metadata layer for TI SDKs - OE-Core/Yocto compatible List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 21 Oct 2014 04:36:42 -0000 Content-Type: text/plain; charset="ISO-8859-1"; format=flowed Content-Transfer-Encoding: 7bit On 13-Oct-14 8:40 PM, Karthik Ramanan wrote: > * This includes the error handling support. > * Minor bug fixes > > Signed-off-by: Karthik Ramanan > --- > ...umm-fw_3.00.04.02.bb => ipumm-fw_3.00.06.00.bb} | 25 ++++++++++---------- > 1 file changed, 12 insertions(+), 13 deletions(-) > rename recipes-bsp/ipumm-fw/{ipumm-fw_3.00.04.02.bb => ipumm-fw_3.00.06.00.bb} (53%) > > diff --git a/recipes-bsp/ipumm-fw/ipumm-fw_3.00.04.02.bb b/recipes-bsp/ipumm-fw/ipumm-fw_3.00.06.00.bb > similarity index 53% > rename from recipes-bsp/ipumm-fw/ipumm-fw_3.00.04.02.bb > rename to recipes-bsp/ipumm-fw/ipumm-fw_3.00.06.00.bb > index 7f67c39..5049945 100644 > --- a/recipes-bsp/ipumm-fw/ipumm-fw_3.00.04.02.bb > +++ b/recipes-bsp/ipumm-fw/ipumm-fw_3.00.06.00.bb > @@ -6,26 +6,22 @@ python __anonymous() { > raise bb.parse.SkipPackage('ipumm-fw does not apply to systems without the "mmip" flag in MACHINE_FEATURES') > } > > -DESCRIPTION = "Firmware for IPU " > - > +DESCRIPTION = "Firmware for IPU for supporting Accelerated MM decode and encode" > LICENSE = "TI-TSPA" > -LIC_FILES_CHKSUM_dra7xx = "file://MMIP-${PV}-Manifest.doc;md5=64ca6f9d7e5243b8a4084eb918a543bc" > + > +LIC_FILES_CHKSUM_dra7xx-evm = "file://MMIP-${PV}-Manifest.doc;md5=8206ccaf28c2932afb5afd9c9575287c" > LIC_FILES_CHKSUM_omap5-evm = "file://MMIP-${PV}-Manifest.doc;md5=39a593dd8fc2a9654c74f679ed329c45" > > -COMPATIBLE_MACHINE = "omap-a15" > +COMPATIBLE_MACHINE = "dra7xx-evm|omap5-evm" > PACKAGE_ARCH = "${MACHINE_ARCH}" > > -# Need to set the PLATFORM variable since now multiple MACHINEs are sharing > -# a common named tarball > -PLATFORM = "UNKNOWN" > -PLATFORM_dra7xx = "dra7xx-evm" > -PLATFORM_omap5-evm = "omap5-evm" > +SRC_URI_dra7xx-evm = "http://downloads.ti.com/dsps/dsps_public_sw/glsdk/ipumm/3_00_06_00/exports/ipumm-${MACHINE}-3.00.06.00.tar.gz;protocol=ftp;name=${MACHINE}" > > -SRC_URI = "http://downloads.ti.com/dsps/dsps_public_sw/glsdk/ipumm/3_00_04_02/exports/ipumm-${PLATFORM}-3.00.04.02.tar.gz;protocol=http;name=${PLATFORM}" > +SRC_URI_omap5-evm = "http://downloads.ti.com/dsps/dsps_public_sw/glsdk/ipumm/3_00_04_02/exports/ipumm-${MACHINE}-3.00.04.02.tar.gz;protocol=http;name=${MACHINE}" > > # DRA7xx checksums > -SRC_URI[dra7xx-evm.md5sum] = "da04c03b0fd57901e8283afa80f81379" > -SRC_URI[dra7xx-evm.sha256sum] = "0b26fd13f9c318b52c18b9bff56862ef1f58a768b19285b87c035e65bc828ddc" > +SRC_URI[dra7xx-evm.md5sum] = "8e1ae40eb10d631318d001463fa11d79" > +SRC_URI[dra7xx-evm.sha256sum] = "30c275146c34d11dbc2dfd568f0bbc3098a13cd981eee8a7a9766cb07d2f1ca5" > > # OMAP5 checksums > SRC_URI[omap5-evm.md5sum] = "1572073ebd4f6d127c4e8cf47d270b6a" > @@ -33,7 +29,7 @@ SRC_URI[omap5-evm.sha256sum] = "2fdb469f19e3c9984854f5bc82444fca4d7da869f5e645da > > S = "${WORKDIR}/ipumm-${MACHINE}-${PV}" > > -TARGET_dra7xx = "dra7-ipu2-fw.xem4" > +TARGET_dra7xx-evm = "dra7-ipu2-fw.xem4" > TARGET_omap5-evm = "ducati-m3-core0.xem3" > > do_install() { > @@ -42,3 +38,6 @@ do_install() { > } > > FILES_${PN} += "${base_libdir}/firmware/${TARGET}" > + > +PR = "r1" > + > Please ignore this patch, I sent it to meta-arago mailing list by mistake.