[meta-ti] [PATCH v2 1/3] debugss-module-drv: Add version 1.2.0
Jacob Stiffler
j-stiffler at ti.com
Wed May 20 06:35:37 PDT 2015
Please ignore this patch. I have mistakenly called this v2. The
corrected v3 has been submitted.
On 5/20/2015 9:25 AM, Jacob Stiffler wrote:
> * The debugss-module-drv is require for the dsptop utility.
>
> Signed-off-by: Jacob Stiffler <j-stiffler at ti.com>
> ---
> * v3 changes:
> - Use the more generic "keystone" soc family as opposed to the
> specific k2hk-evm machine.
>
> * v2 changes:
> - Add support for k2hk-evm
> - Reorganize file based on oe-stylize.
>
> recipes-bsp/dsptop/debugss-module-drv_git.bb | 22 ++++++++++++++++++++++
> recipes-bsp/dsptop/dsptop.inc | 8 ++++++++
> 2 files changed, 30 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..66e0453
> --- /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"
> +LICENSE = "GPLv2"
> +LIC_FILES_CHKSUM = "file://COPYING.txt;md5=9d4316fe434ba450dca4da25348ca5a3"
> +
> +# 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}"
> +
> +S = "${WORKDIR}/git/debugss_module/debugss-mod"
> +
> +inherit module
> +
> +PLATFORM = ""
> +PLATFORM_dra7xx = "DRA7xx_PLATFORM"
> +PLATFORM_keystone = "KEYSTONE_PLATFORM"
> +
> +EXTRA_OEMAKE = "'PLATFORM=${PLATFORM}'"
> +
> +COMPATIBLE_MACHINE = "dra7xx|keystone"
> +PACKAGE_ARCH = "${MACHINE_ARCH}"
> +
> +include dsptop.inc
> diff --git a/recipes-bsp/dsptop/dsptop.inc b/recipes-bsp/dsptop/dsptop.inc
> new file mode 100644
> index 0000000..4b9e3fa
> --- /dev/null
> +++ b/recipes-bsp/dsptop/dsptop.inc
> @@ -0,0 +1,8 @@
> +# This corresponds to version 1.2.0
> +SRCREV = "9893486936626e2d3de721f429a67fcac8a68151"
> +PV = "1.2.0"
> +INC_PR = "r0"
> +
> +SRC_URI = "git://git.ti.com/sdo-emu/dsptop.git;protocol=git;branch=${BRANCH}"
> +
> +BRANCH = "master"
More information about the meta-ti
mailing list