From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by yocto-www.yoctoproject.org (Postfix, from userid 118) id 15D4BE009B8; Tue, 27 Oct 2015 09:21:49 -0700 (PDT) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on yocto-www.yoctoproject.org X-Spam-Level: X-Spam-Status: No, score=-6.9 required=5.0 tests=BAYES_00,RCVD_IN_DNSWL_HI autolearn=ham version=3.3.1 X-Spam-HAM-Report: * -5.0 RCVD_IN_DNSWL_HI RBL: Sender listed at http://www.dnswl.org/, high * trust * [198.47.26.152 listed in list.dnswl.org] * -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% * [score: 0.0000] Received: from comal.ext.ti.com (comal.ext.ti.com [198.47.26.152]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id 9132AE00814 for ; Tue, 27 Oct 2015 09:21:46 -0700 (PDT) Received: from dflxv15.itg.ti.com ([128.247.5.124]) by comal.ext.ti.com (8.13.7/8.13.7) with ESMTP id t9RGLjO0030406 for ; Tue, 27 Oct 2015 11:21:45 -0500 Received: from DLEE71.ent.ti.com (dlee71.ent.ti.com [157.170.170.114]) by dflxv15.itg.ti.com (8.14.3/8.13.8) with ESMTP id t9RGLjWw014380 for ; Tue, 27 Oct 2015 11:21:45 -0500 Received: from dflp32.itg.ti.com (10.64.6.15) by DLEE71.ent.ti.com (157.170.170.114) with Microsoft SMTP Server id 14.3.224.2; Tue, 27 Oct 2015 11:21:45 -0500 Received: from localhost (ileax41-snat.itg.ti.com [10.172.224.153]) by dflp32.itg.ti.com (8.14.3/8.13.8) with ESMTP id t9RGLjWs014331; Tue, 27 Oct 2015 11:21:45 -0500 Date: Tue, 27 Oct 2015 12:21:30 -0400 From: Denys Dmytriyenko To: Hongmei Gou Message-ID: <20151027162129.GO8780@edge> References: <1445961951-7182-1-git-send-email-h-gou@ti.com> MIME-Version: 1.0 In-Reply-To: <1445961951-7182-1-git-send-email-h-gou@ti.com> User-Agent: Mutt/1.5.20 (2009-06-14) Cc: meta-ti@yoctoproject.org Subject: Re: [PATCH] ipumm-fw: update recipe to build ipumm-fw from git source X-BeenThere: meta-ti@yoctoproject.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: Usage and development list for the meta-ti layer List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 27 Oct 2015 16:21:49 -0000 Content-Type: text/plain; charset="us-ascii" Content-Disposition: inline On Tue, Oct 27, 2015 at 12:05:51PM -0400, Hongmei Gou wrote: > Signed-off-by: Hongmei Gou > --- > recipes-bsp/ipumm-fw/ipumm-fw_3.00.09.01.bb | 46 ++++++++++++++++++++++++----- > 1 file changed, 38 insertions(+), 8 deletions(-) > > diff --git a/recipes-bsp/ipumm-fw/ipumm-fw_3.00.09.01.bb b/recipes-bsp/ipumm-fw/ipumm-fw_3.00.09.01.bb > index f537179..8b0dc21 100644 > --- a/recipes-bsp/ipumm-fw/ipumm-fw_3.00.09.01.bb > +++ b/recipes-bsp/ipumm-fw/ipumm-fw_3.00.09.01.bb > @@ -9,27 +9,57 @@ python __anonymous() { > DESCRIPTION = "Firmware for IPU for supporting Accelerated MM decode and encode" > LICENSE = "TI-TSPA" > > -LIC_FILES_CHKSUM = "file://MMIP-${PV}-Manifest.doc;md5=5803e271087f74d03239d868bebcc2c7" > +LIC_FILES_CHKSUM = "file://Texas_Instruments_ipumm_Manifest.pdf;md5=036f6300761559fbc5ce7d06e1ccea5a" > > COMPATIBLE_MACHINE = "dra7xx" > -PACKAGE_ARCH = "${MACHINE_ARCH}" > > RDEPENDS_${PN} = " libdce" > > -SRC_URI = "http://downloads.ti.com/infotainment/esd/jacinto6/glsdk/ipumm/3_00_09_01/exports/ipumm-dra7xx-evm-${PV}.tar.gz;protocol=http" > +SRC_URI = "git://git.ti.com/ivimm/ipumm.git;protocol=git" > > -SRC_URI[md5sum] = "bf15624e26bdef4dbb67b98ccd8b9754" > -SRC_URI[sha256sum] = "e70a38b62e3e4d11d5ce68f0980de4df5256bd597068f179e220fa5afcd065fe" > +SRCREV = "7f15373c21a9a98b8881d81c3681c09e858a9d2c" > > -S = "${WORKDIR}/ipumm-dra7xx-evm-${PV}" > +S = "${WORKDIR}/git" > + > +PV = "3.00.09.01" This now comes from the filename. Do you want to rename recipe into _git.bb? > +require recipes-ti/includes/ti-paths.inc > +require recipes-ti/includes/ti-staging.inc > + > +DEPENDS = "ti-xdctools ti-sysbios ti-codec-engine ti-framework-components ti-xdais ti-ccsv6-native ti-ipc-rtos" > + > +export HWVERSION="ES10" > +export BIOSTOOLSROOT="${STAGING_DIR_TARGET}/usr/share/ti" > + > +export XDCVERSION="ti-xdctools-tree" > +export BIOSVERSION="ti-sysbios-tree" > +export IPCVERSION="ti-ipc-tree" > +export CEVERSION="ti-codec-engine-tree" > +export FCVERSION="ti-framework-components-tree" > +export XDAISVERSION="ti-xdais-tree" > + > +export TMS470CGTOOLPATH="${M4_TOOLCHAIN_INSTALL_DIR}" > +export IPCSRC="${STAGING_DIR_TARGET}/usr/share/ti/ti-ipc-tree" > + > +do_configure() { > + cd ${S} You probably need B = ${S} instead. > + make unconfig > + make vayu_smp_config Use oe_runmake. > +} > + > + > +do_compile() { > + cd ${S} > + make Same as above. > +} > > TARGET = "dra7-ipu2-fw.xem4" > > do_install() { > mkdir -p ${D}${base_libdir}/firmware > - cp ${S}/firmware/${TARGET} ${D}${base_libdir}/firmware/${TARGET} > + cp ${S}/${TARGET} ${D}${base_libdir}/firmware/${TARGET} > } > > FILES_${PN} += "${base_libdir}/firmware/${TARGET}" > > -PR = "r0" > +PR = "r1" > -- > 1.9.1 > > -- > _______________________________________________ > meta-ti mailing list > meta-ti@yoctoproject.org > https://lists.yoctoproject.org/listinfo/meta-ti