[meta-freescale] ][PATCH 19/31] ls-debug: add recipe

Daiane Angolini daiane.list at gmail.com
Fri Aug 14 07:15:38 PDT 2015


On Wed, Aug 12, 2015 at 11:42 AM, Zhenhua Luo <zhenhua.luo at freescale.com> wrote:
> Signed-off-by: Zhenhua Luo <zhenhua.luo at freescale.com>

You are including a new recipe here. Please, elaborate the commit log
and the DESCRIPTION.

Please, tell why this app exists, you can also point a URL where to
find a how-to use.

DESCRIPTION will be used in Release Notes to describe the package, so
think that making this description work now, prevent us to think about
this again in the feature every time a new release is published.


Daiane

> ---
>  recipes-kernel/ls-debug/ls-debug_git.bb | 16 ++++++++++++++++
>  1 file changed, 16 insertions(+)
>  create mode 100644 recipes-kernel/ls-debug/ls-debug_git.bb
>
> diff --git a/recipes-kernel/ls-debug/ls-debug_git.bb b/recipes-kernel/ls-debug/ls-debug_git.bb
> new file mode 100644
> index 0000000..d057983
> --- /dev/null
> +++ b/recipes-kernel/ls-debug/ls-debug_git.bb
> @@ -0,0 +1,16 @@
> +DESCRIPTION = "Layerscape Debug File System Module"
> +SECTION = "ls-debug"
> +LICENSE = "GPLv2+"
> +LIC_FILES_CHKSUM = "file://COPYING;md5=94263f12f9416f9fd0493c8f9e8085a3"
> +
> +inherit module autotools-brokensep
> +
> +SRC_URI = "git://git.freescale.com/ppc/sdk/ls-dbg.git;branch=master"
> +SRCREV = "40501f6659e880d38508cdd34a4df2d348d1c68e"
> +
> +S = "${WORKDIR}/git"
> +
> +EXTRA_OECONF += "--with-linux=${STAGING_KERNEL_DIR}"
> +EXTRA_OEMAKE += 'SYSROOT="${D}"'
> +
> +COMPATIBLE_MACHINE = "(ls1021atwr)"
> --
> 2.4.3
>
> --
> _______________________________________________
> meta-freescale mailing list
> meta-freescale at yoctoproject.org
> https://lists.yoctoproject.org/listinfo/meta-freescale


More information about the meta-freescale mailing list