[meta-freescale] ][PATCH 26/31] fsl-tlu: add recipe

Daiane Angolini daiane.list at gmail.com
Fri Aug 14 07:25:42 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>

Please, elaborate the commit log and the DESCRIPTION

I was not able to figure it out what TLU stand for

Daiane

> ---
>  recipes-test/fsl-tlu/fsl-tlu_1.0.0.bb | 15 +++++++++++++++
>  1 file changed, 15 insertions(+)
>  create mode 100644 recipes-test/fsl-tlu/fsl-tlu_1.0.0.bb
>
> diff --git a/recipes-test/fsl-tlu/fsl-tlu_1.0.0.bb b/recipes-test/fsl-tlu/fsl-tlu_1.0.0.bb
> new file mode 100644
> index 0000000..4add82c
> --- /dev/null
> +++ b/recipes-test/fsl-tlu/fsl-tlu_1.0.0.bb
> @@ -0,0 +1,15 @@
> +DESCRIPTION = "Freescale TLU test package"
> +LICENSE = "GPLv2"
> +LIC_FILES_CHKSUM = "file://COPYING;md5=8a71d0475d08eee76d8b6d0c6dbec543"
> +
> +SRC_URI = "git://git.freescale.com/ppc/sdk/fsl-tlu.git;branch=master"
> +SRCREV = "8837cce3c86b30c0931c319e9e1a8ca622ae5354"
> +
> +S = "${WORKDIR}/git"
> +
> +do_install() {
> +    install -d ${D}${sbindir}/fsl_tlu
> +    find . -type f -exec cp {} ${D}${sbindir}/fsl_tlu/ \;
> +}
> +
> +COMPATIBLE_MACHINE = "(e500mc)"
> --
> 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