From: Khem Raj <raj.khem@gmail.com>
To: openembedded-devel@lists.openembedded.org
Cc: naresh <naresh@ti.com>, Chase Maupin <Chase.Maupin@ti.com>
Subject: Re: [PATCH] lftp: add ti LFTB recipe
Date: Sun, 19 Dec 2010 19:10:47 -0800 [thread overview]
Message-ID: <20101220031047.GB26429@gmail.com> (raw)
In-Reply-To: <1292521608-26072-1-git-send-email-Chase.Maupin@ti.com>
On (16/12/10 11:46), Chase Maupin wrote:
> From: naresh <naresh@ti.com>
>
> * This package contains functional test suites for TI devices
> used to verify the Linux kernel and drivers for the various
> peripherals found on TI devices.
>
> Signed-off-by: naresh <naresh@ti.com>
> Signed-off-by: Chase Maupin <Chase.Maupin@ti.com>
> ---
> recipes/ti/ti-lftb.inc | 47 +++++++++++++++++++++++++++++++++++++++++++++
> recipes/ti/ti-lftb_2.0.bb | 9 ++++++++
> 2 files changed, 56 insertions(+), 0 deletions(-)
> create mode 100644 recipes/ti/ti-lftb.inc
> create mode 100644 recipes/ti/ti-lftb_2.0.bb
>
> diff --git a/recipes/ti/ti-lftb.inc b/recipes/ti/ti-lftb.inc
> new file mode 100644
> index 0000000..176f983
> --- /dev/null
> +++ b/recipes/ti/ti-lftb.inc
> @@ -0,0 +1,47 @@
> +DESCRIPTION = "Linux Functional test bench"
may be F should be f
> +HOMEPAGE = "http://arago-project.org/git/projects/?p=test-automation/target-code/psp/lftb.git;a=summary"
> +LICENSE="BSD"
> +
> +INC_PR = "r1"
New recipes begin at 'r0'
> +
> +DEPENDS = "virtual/kernel"
> +
> +PACKAGE_ARCH = "${MACHINE_ARCH}"
> +
> +COMPATIBLE_MACHINE = "(dm365|dm355|dm6446|dm6467|omapl137|omapl138|omap3|ti816x)"
> +
could it use SOC_FAMILY
> +S = "${WORKDIR}/git"
> +
> +#Machine specific overrides
> +PLATFORM_omap3evm="omap35x"
> +PLATFORM_am180x-evm="am18x"
> +PLATFORM_am3517-evm="am3517"
> +PLATFORM_am37x-evm="am37x"
> +PLATFORM_beagleboard="beagle"
> +PLATFORM_da830-omapl137-evm="am17x"
> +PLATFORM_da850-omapl138-evm="am18x"
> +PLATFORM_am181x-evm="am18x"
> +PLATFORM_dm355-evm="dm355"
> +PLATFORM_dm365-evm="dm365"
> +PLATFORM_dm37x-evm="am37x"
> +PLATFORM_dm6446-evm="dm644x"
> +PLATFORM_dm6467-evm="dm646x"
> +PLATFORM_ti816x="ti816x"
> +
> +do_compile () {
> + cd ${S}
> + make KERNEL_DIR=${STAGING_KERNEL_DIR} PLATFORM=${PLATFORM} TOOL_PREFIX=${TARGET_PREFIX}
> +}
> +
> +do_install () {
> + install -d ${D}${bindir}/lftb
> + cd ${S}
is this cd needed ?
> + make INSTALL_DIR=${D}${bindir}/lftb install
> +
> + # Remove unneeded tarball placed in bindir by install target
> + rm -rf ${D}${bindir}/lftb.tar.gz
> +}
> +
> +INSANE_SKIP_${PN} = True
> +
> +FILES_${PN} = "${bindir}/lftb"
> diff --git a/recipes/ti/ti-lftb_2.0.bb b/recipes/ti/ti-lftb_2.0.bb
> new file mode 100644
> index 0000000..62c936c
> --- /dev/null
> +++ b/recipes/ti/ti-lftb_2.0.bb
> @@ -0,0 +1,9 @@
> +require ti-lftb.inc
> +
> +SRCREV = "3d0be58aee659ef7e8eda43e916172bab300235f"
> +
> +PR = "${MACHINE_KERNEL_PR}+${INC_PR}"
> +PR_append = "a"
> +
> +SRC_URI = "git://arago-project.org/git/projects/test-automation/target-code/psp/lftb.git;protocol=git \
> +"
> --
> 1.7.0.4
>
>
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel@lists.openembedded.org
> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel
next prev parent reply other threads:[~2010-12-20 3:10 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-12-16 17:46 [PATCH] lftp: add ti LFTB recipe Chase Maupin
2010-12-20 3:10 ` Khem Raj [this message]
2010-12-20 14:16 ` Paul Menzel
2010-12-20 14:45 ` Maupin, Chase
2010-12-20 14:45 ` Maupin, Chase
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=20101220031047.GB26429@gmail.com \
--to=raj.khem@gmail.com \
--cc=Chase.Maupin@ti.com \
--cc=naresh@ti.com \
--cc=openembedded-devel@lists.openembedded.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.