From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by yocto-www.yoctoproject.org (Postfix, from userid 118) id B7981E00CC4; Tue, 26 Sep 2017 11:02:30 -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=-2.0 required=5.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, RCVD_IN_DNSWL_NONE autolearn=ham version=3.3.1 X-Spam-HAM-Report: * -0.0 RCVD_IN_DNSWL_NONE RBL: Sender listed at http://www.dnswl.org/, no * trust * [198.47.27.77 listed in list.dnswl.org] * -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% * [score: 0.0000] * -0.1 DKIM_VALID_AU Message has a valid DKIM or DK signature from author's * domain * 0.1 DKIM_SIGNED Message has a DKIM or DK signature, not necessarily * valid * -0.1 DKIM_VALID Message has at least one valid DKIM or DK signature Received: from lelnx193.ext.ti.com (lelnx193.ext.ti.com [198.47.27.77]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id 84B44E00C3A for ; Tue, 26 Sep 2017 11:02:29 -0700 (PDT) Received: from dflxv15.itg.ti.com ([128.247.5.124]) by lelnx193.ext.ti.com (8.15.1/8.15.1) with ESMTP id v8QI2SbO027375 for ; Tue, 26 Sep 2017 13:02:28 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=ti.com; s=ti-com-17Q1; t=1506448948; bh=otNrFhOvbmCGFgOyLApRJlJ8llZTVhztkofmoleARv0=; h=Date:From:To:CC:Subject:References:In-Reply-To; b=E3LNDRGIu501T1rZG2Azx0sM07IRm0j/Y0N6Plz9YPF/rVahgGlKGBGnToe2P2VmT +c00Big+Fi8SwD1k++3lqB8oiaax0fqIFCdyQDNhH7fUfIb7CjtJjxHwSwVqRjY8o0 ZpXsjZzqPltcIlM5LqVPqe+O4iRByijrGM2Z0JHc= Received: from DFLE104.ent.ti.com (dfle104.ent.ti.com [10.64.6.25]) by dflxv15.itg.ti.com (8.14.3/8.13.8) with ESMTP id v8QI2SBI006215 for ; Tue, 26 Sep 2017 13:02:28 -0500 Received: from DFLE111.ent.ti.com (10.64.6.32) by DFLE104.ent.ti.com (10.64.6.25) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA384_P256) id 15.1.845.34; Tue, 26 Sep 2017 13:02:28 -0500 Received: from dflp33.itg.ti.com (10.64.6.16) by DFLE111.ent.ti.com (10.64.6.32) with Microsoft SMTP Server (version=TLS1_0, cipher=TLS_RSA_WITH_AES_256_CBC_SHA) id 15.1.845.34 via Frontend Transport; Tue, 26 Sep 2017 13:02:28 -0500 Received: from localhost (ileax41-snat.itg.ti.com [10.172.224.153]) by dflp33.itg.ti.com (8.14.3/8.13.8) with ESMTP id v8QI2S1o028815; Tue, 26 Sep 2017 13:02:28 -0500 Date: Tue, 26 Sep 2017 14:02:13 -0400 From: Denys Dmytriyenko To: Ivan Pang Message-ID: <20170926180212.GB26843@edge> References: <1504129361-28557-1-git-send-email-i-pang@ti.com> <20170831163749.GY8304@edge> MIME-Version: 1.0 In-Reply-To: <20170831163749.GY8304@edge> User-Agent: Mutt/1.5.20 (2009-06-14) X-EXCLAIMER-MD-CONFIG: e1e8a2fd-e40a-4ac6-ac9b-f7e9cc9ee180 Cc: meta-ti@yoctoproject.org Subject: Re: [PATCH] nativesdk-dspcoreparse: added recipe for nativesdk-dspcoreparse 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, 26 Sep 2017 18:02:30 -0000 Content-Type: text/plain; charset="us-ascii" Content-Disposition: inline Ping. Any updates on this one? On Thu, Aug 31, 2017 at 12:37:49PM -0400, Denys Dmytriyenko wrote: > On Wed, Aug 30, 2017 at 04:42:41PM -0500, Ivan Pang wrote: > > Signed-off-by: Ivan Pang > > --- > > .../multiprocmgr/nativesdk-dspcoreparse_git.bb | 46 ++++++++++++++++++++++ > > 1 file changed, 46 insertions(+) > > create mode 100644 recipes-ti/multiprocmgr/nativesdk-dspcoreparse_git.bb > > > > diff --git a/recipes-ti/multiprocmgr/nativesdk-dspcoreparse_git.bb b/recipes-ti/multiprocmgr/nativesdk-dspcoreparse_git.bb > > new file mode 100644 > > index 0000000..63cf937 > > --- /dev/null > > +++ b/recipes-ti/multiprocmgr/nativesdk-dspcoreparse_git.bb > > @@ -0,0 +1,46 @@ > > +SUMMARY = "DSP coredump parse utility" > > +DESCRIPTION = "The DSP coredump parse (dspcoreparse) utility is a part\ > > +of the Multi-Proc Manager (MPM). This utility is used to provide\ > > +information upon a DSP core crash or unexpected runtime termination." > > + > > +require recipes-ti/includes/ti-paths.inc > > +include recipes-ti/multiprocmgr/multiprocmgr.inc > > + > > +LICENSE = "BSD-3-Clause" > > +LIC_FILES_CHKSUM = "file://dspcoreparse.c;beginline=1;endline=31;md5=7c271e4a6bd961947bce20c7fe5f86fe" > > +BRANCH = "master" > > + > > +SRC_URI = "git://git.ti.com/sdk-tools/dspcoreparse.git;protocol=git;branch=${BRANCH}" > > + > > +# Below commit ID corresponds to "DSPCOREPARSE.01.00.00.00A" > > +SRCREV = "b692b85a33052a5c736cd538eedf178d45bd4e4e" > > + > > +S = "${WORKDIR}/git" > > + > > +do_compile () { > > + # Not building anything and using checked in binary file for now > > + echo "Nothing to compile" > > +} > > + > > +do_install () { > > + CP_ARGS="-Prf --preserve=mode,timestamps --no-preserve=ownership" > > + install -d ${D}${MPM_INSTALL_DIR_RECIPE}/utils/dspcoreparse > > + cp ${CP_ARGS} ${S}/* -d ${D}${MPM_INSTALL_DIR_RECIPE}/utils/dspcoreparse/ > > +} > > + > > +PACKAGES =+ "${PN}-src" > > ^^^ Nope > > > > +FILES_${PN}-dev = "${MPM_INSTALL_DIR_RECIPE}/utils" > > Isn't it a binary? Why do you put it into ${PN}-dev? > > > > +FILES_${PN}-src = "${S}/*" > > ^^^ Can't do that. > > > > +FILES_${PN}-dbg = "${MPM_INSTALL_DIR_RECIPE}/utils/dspcoreparse/.debug" > > + > > +INHIBIT_PACKAGE_STRIP = "1" > > +INHIBIT_SYSROOT_STRIP = "1" > > +INHIBIT_PACKAGE_DEBUG_SPLIT = "1" > > + > > +INSANE_SKIP_${PN}-dev = "arch file-rdeps" > > +INSANE_SKIP_${PN}-src = "arch file-rdeps" > > +INSANE_SKIP_${PN} = "arch file-rdeps" > > +INSANE_SKIP_${PN}-dbg = "arch file-rdeps" > > + > > +ALLOW_EMPTY_${PN} = "1" > > -- > > 1.9.1 > > > > -- > > _______________________________________________ > > meta-ti mailing list > > meta-ti@yoctoproject.org > > https://lists.yoctoproject.org/listinfo/meta-ti > -- > _______________________________________________ > meta-ti mailing list > meta-ti@yoctoproject.org > https://lists.yoctoproject.org/listinfo/meta-ti