From: Denys Dmytriyenko <denis@denix.org>
To: "Franklin S. Cooper Jr" <fcooperjr27@gmail.com>
Cc: meta-arago@arago-project.org, "Franklin S. Cooper Jr" <fcooper@ti.com>
Subject: Re: [PATCH v2] ti-tisdk-setup: Port ti-tisdk-setup from arago
Date: Wed, 24 Oct 2012 22:18:25 -0400 [thread overview]
Message-ID: <20121025021825.GF3465@denix.org> (raw)
In-Reply-To: <1351129767-19986-1-git-send-email-fcooper@ti.com>
On Wed, Oct 24, 2012 at 08:49:27PM -0500, Franklin S. Cooper Jr wrote:
> * Port ti-tisdk-setup from arago to meta-arago.
> * This recipe brings in various scripts used to setup the SDK on
> a user's development machine.
>
> Signed-off-by: Franklin S. Cooper Jr <fcooper@ti.com>
Ack, will push tomorrow.
> ---
> Version 2 changes:
> Move setup scripts into their own git repository
>
> .../recipes-tisdk/ti-tisdk-setup/ti-tisdk-setup.bb | 36 ++++++++++++++++++++
> 1 files changed, 36 insertions(+), 0 deletions(-)
> create mode 100644 meta-arago-distro/recipes-tisdk/ti-tisdk-setup/ti-tisdk-setup.bb
>
> diff --git a/meta-arago-distro/recipes-tisdk/ti-tisdk-setup/ti-tisdk-setup.bb b/meta-arago-distro/recipes-tisdk/ti-tisdk-setup/ti-tisdk-setup.bb
> new file mode 100644
> index 0000000..d9b5da3
> --- /dev/null
> +++ b/meta-arago-distro/recipes-tisdk/ti-tisdk-setup/ti-tisdk-setup.bb
> @@ -0,0 +1,36 @@
> +DESCRIPTION = "Package containing scripts to setup the development host and target board"
> +LICENSE = "BSD"
> +LIC_FILES_CHKSUM = "file://setup.sh;beginline=3;endline=31;md5=fc4b04a33df6d892c9f4d4a9d92b945e"
> +
> +COMPATIBLE_MACHINE = "am37x-evm|am3517-evm|beagleboard|ti33x|am180x-evm"
> +
> +PR = "r0"
> +
> +BRANCH ?= "master"
> +SRCREV = "5bbfa583671b87bc8c17316bb3a9787fbc884ec6"
> +SRC_URI = "git://arago-project.org/git/projects/tisdk-setup-scripts.git;protocol=git;branch=${BRANCH}"
> +
> +S = "${WORKDIR}/git/"
> +
> +PACKAGE_ARCH = "${MACHINE_ARCH}"
> +
> +UBOOT_ENV_am37x-evm = "setup-uboot-env-am37x.sh"
> +UBOOT_ENV_beagleboard = "setup-uboot-env-beagleboard.sh"
> +UBOOT_ENV_am3517-evm = "setup-uboot-env-am3517.sh"
> +UBOOT_ENV_am180x-evm = "setup-uboot-env-am18x.sh"
> +UBOOT_ENV_ti33x = "setup-uboot-env-am335x.sh"
> +
> +do_install () {
> + install -m 0755 ${S}/setup.sh ${D}/
> + install -d ${D}/bin
> + install -m 0755 ${S}/common.sh ${D}/bin
> + install -m 0755 ${S}/setup-host-check.sh ${D}/bin
> + install -m 0755 ${S}/setup-minicom.sh ${D}/bin
> + install -m 0755 ${S}/setup-package-install.sh ${D}/bin
> + install -m 0755 ${S}/setup-targetfs-nfs.sh ${D}/bin
> + install -m 0755 ${S}/setup-tftp.sh ${D}/bin
> + install -m 0755 ${S}/create-sdcard.sh ${D}/bin
> + install -m 0755 ${S}/${UBOOT_ENV} ${D}/bin/setup-uboot-env.sh
> +}
> +
> +FILES_${PN} += "setup.sh"
> --
> 1.7.0.4
>
> _______________________________________________
> meta-arago mailing list
> meta-arago@arago-project.org
> http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago
>
next prev parent reply other threads:[~2012-10-25 2:18 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-10-25 1:49 [PATCH v2] ti-tisdk-setup: Port ti-tisdk-setup from arago Franklin S. Cooper Jr
2012-10-25 2:18 ` Denys Dmytriyenko [this message]
-- strict thread matches above, loose matches on Subject: below --
2012-10-25 2:33 Franklin S. Cooper Jr
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=20121025021825.GF3465@denix.org \
--to=denis@denix.org \
--cc=fcooper@ti.com \
--cc=fcooperjr27@gmail.com \
--cc=meta-arago@arago-project.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.