From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by yocto-www.yoctoproject.org (Postfix, from userid 118) id C1E90E009DA; Mon, 18 May 2015 12:05:16 -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.153 listed in list.dnswl.org] * -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% * [score: 0.0000] Received: from devils.ext.ti.com (devils.ext.ti.com [198.47.26.153]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id 06455E0095D for ; Mon, 18 May 2015 12:05:15 -0700 (PDT) Received: from dlelxv90.itg.ti.com ([172.17.2.17]) by devils.ext.ti.com (8.13.7/8.13.7) with ESMTP id t4IJ5DDI009185 for ; Mon, 18 May 2015 14:05:13 -0500 Received: from DFLE72.ent.ti.com (dfle72.ent.ti.com [128.247.5.109]) by dlelxv90.itg.ti.com (8.14.3/8.13.8) with ESMTP id t4IJ5D1D011852 for ; Mon, 18 May 2015 14:05:13 -0500 Received: from dflp32.itg.ti.com (10.64.6.15) by DFLE72.ent.ti.com (128.247.5.109) with Microsoft SMTP Server id 14.3.224.2; Mon, 18 May 2015 14:05:13 -0500 Received: from [10.218.109.201] (ileax41-snat.itg.ti.com [10.172.224.153]) by dflp32.itg.ti.com (8.14.3/8.13.8) with ESMTP id t4IJ5DPH026087; Mon, 18 May 2015 14:05:13 -0500 Message-ID: <555A37E9.2040603@ti.com> Date: Mon, 18 May 2015 15:05:13 -0400 From: Jacob Stiffler User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:31.0) Gecko/20100101 Thunderbird/31.5.0 MIME-Version: 1.0 To: Denys Dmytriyenko References: <1431969882-24031-1-git-send-email-j-stiffler@ti.com> <1431969882-24031-2-git-send-email-j-stiffler@ti.com> <20150518173346.GC31845@edge> In-Reply-To: <20150518173346.GC31845@edge> Cc: meta-ti@yoctoproject.org Subject: Re: [PATCH 1/3] debugss-module-drv: Add version 1.2.0 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: Mon, 18 May 2015 19:05:16 -0000 Content-Type: text/plain; charset="windows-1252"; format=flowed Content-Transfer-Encoding: 7bit On 5/18/2015 1:33 PM, Denys Dmytriyenko wrote: > On Mon, May 18, 2015 at 01:24:40PM -0400, Jacob Stiffler wrote: >> * The debugss-module-drv is require for the dsptop utility. >> >> Signed-off-by: Jacob Stiffler >> --- >> recipes-bsp/dsptop/debugss-module-drv_git.bb | 22 ++++++++++++++++++++++ >> recipes-bsp/dsptop/dsptop.inc | 9 +++++++++ >> 2 files changed, 31 insertions(+) >> create mode 100644 recipes-bsp/dsptop/debugss-module-drv_git.bb >> create mode 100644 recipes-bsp/dsptop/dsptop.inc >> >> diff --git a/recipes-bsp/dsptop/debugss-module-drv_git.bb b/recipes-bsp/dsptop/debugss-module-drv_git.bb >> new file mode 100644 >> index 0000000..561bb91 >> --- /dev/null >> +++ b/recipes-bsp/dsptop/debugss-module-drv_git.bb >> @@ -0,0 +1,22 @@ >> +DESCRIPTION="Debug Sub-System (DebugSS) driver for Keystone and DRA7xx devices" > The description says Keystone and dra7xx, but you set compatible machine to > dra7xx only. Should this also enable Keystone? > These recipes will eventually be extended to keystone. I can go ahead and enable it now, though it won't be tested. >> +LICENSE = "GPLv2" >> +LIC_FILES_CHKSUM = "file://COPYING.txt;md5=9d4316fe434ba450dca4da25348ca5a3" >> + >> +include dsptop.inc >> + >> +COMPATIBLE_MACHINE = "dra7xx" >> +PACKAGE_ARCH = "${MACHINE_ARCH}" >> + >> +# This package builds a kernel module, use kernel PR as base and append a local >> +MACHINE_KERNEL_PR_append = "a+gitr${SRCPV}" >> +PR = "${MACHINE_KERNEL_PR}" >> + >> +PLATFORM = "" >> +PLATFORM_dra7xx = "DRA7xx_PLATFORM" >> + >> +EXTRA_OEMAKE = "'PLATFORM=${PLATFORM}'" >> + >> +S = "${WORKDIR}/git/debugss_module/debugss-mod" >> + >> +inherit module >> diff --git a/recipes-bsp/dsptop/dsptop.inc b/recipes-bsp/dsptop/dsptop.inc >> new file mode 100644 >> index 0000000..cd403a1 >> --- /dev/null >> +++ b/recipes-bsp/dsptop/dsptop.inc >> @@ -0,0 +1,9 @@ >> +BRANCH = "master" >> + >> +PV = "1.2.0" >> +INC_PR = "r0" >> + >> +# This corresponds to version 1.2.0 >> +SRCREV = "9893486936626e2d3de721f429a67fcac8a68151" >> + >> +SRC_URI = "git://git.ti.com/sdo-emu/dsptop.git;protocol=git;branch=${BRANCH}" >> -- >> 1.7.9.5 >> >> -- >> _______________________________________________ >> meta-ti mailing list >> meta-ti@yoctoproject.org >> https://lists.yoctoproject.org/listinfo/meta-ti