From: Jacob Stiffler <j-stiffler@ti.com>
To: Denys Dmytriyenko <denys@ti.com>
Cc: meta-ti@yoctoproject.org
Subject: Re: [PATCH 1/3] debugss-module-drv: Add version 1.2.0
Date: Mon, 18 May 2015 15:05:13 -0400 [thread overview]
Message-ID: <555A37E9.2040603@ti.com> (raw)
In-Reply-To: <20150518173346.GC31845@edge>
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 <j-stiffler@ti.com>
>> ---
>> 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
next prev parent reply other threads:[~2015-05-18 19:05 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-05-18 17:24 [PATCH 0/3] dsptop 1.2.0 Jacob Stiffler
2015-05-18 17:24 ` [PATCH 1/3] debugss-module-drv: Add version 1.2.0 Jacob Stiffler
2015-05-18 17:33 ` Denys Dmytriyenko
2015-05-18 19:05 ` Jacob Stiffler [this message]
2015-05-19 17:36 ` Denys Dmytriyenko
2015-05-18 17:24 ` [PATCH 2/3] libulm: Add ULM library for ARM and DSP Jacob Stiffler
2015-05-18 17:24 ` [PATCH 3/3] dsptop: Add version 1.2.0 Jacob Stiffler
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=555A37E9.2040603@ti.com \
--to=j-stiffler@ti.com \
--cc=denys@ti.com \
--cc=meta-ti@yoctoproject.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.