From: Denys Dmytriyenko <denys@ti.com>
To: "Franklin S. Cooper Jr" <fcooper@ti.com>
Cc: meta-ti@yoctoproject.org
Subject: Re: [PATCH 3/3] u-boot-am33x: Update u-boot recipe to 2013.01.01
Date: Mon, 22 Apr 2013 15:30:24 -0400 [thread overview]
Message-ID: <20130422193024.GA28316@denix.org> (raw)
In-Reply-To: <1366647702-24282-3-git-send-email-fcooper@ti.com>
On Mon, Apr 22, 2013 at 11:21:42AM -0500, Franklin S. Cooper Jr wrote:
> * Update to latest version of u-boot that supports the 3.2 kernel.
>
> Signed-off-by: Franklin S. Cooper Jr <fcooper@ti.com>
> ---
> recipes-bsp/u-boot/u-boot-am33x_2012.10.bb | 17 -----------------
> recipes-bsp/u-boot/u-boot-am33x_2013.01.01.bb | 20 ++++++++++++++++++++
> 2 files changed, 20 insertions(+), 17 deletions(-)
> delete mode 100644 recipes-bsp/u-boot/u-boot-am33x_2012.10.bb
> create mode 100644 recipes-bsp/u-boot/u-boot-am33x_2013.01.01.bb
>
> diff --git a/recipes-bsp/u-boot/u-boot-am33x_2012.10.bb b/recipes-bsp/u-boot/u-boot-am33x_2012.10.bb
> deleted file mode 100644
> index 7320e02..0000000
> --- a/recipes-bsp/u-boot/u-boot-am33x_2012.10.bb
> +++ /dev/null
> @@ -1,17 +0,0 @@
> -require u-boot-ti.inc
> -
> -DESCRIPTION = "u-boot bootloader for ARM MPU devices"
> -
> -COMPATIBLE_MACHINE = "ti33x|omap3"
You are removing the old 2012.10 recipe that is also used for "omap3" SoCs.
Since you are adding the new one only for "ti33x" SoCs, there won't be any
compatible u-boot for AM37x...
> -
> -DEFAULT_PREFERENCE = "-1"
> -
> -PR = "r7+gitr${SRCPV}"
> -
> -SRC_URI = "git://arago-project.org/git/projects/u-boot-am33x.git;protocol=git;branch=${BRANCH}"
> -
> -BRANCH = "amsdk-05.06.00.00"
> -
> -SRCREV = "6536bfa6b7f16bb49fdea8c72959e3ed54e77a82"
> -
> -SPL_BINARY = "MLO"
> diff --git a/recipes-bsp/u-boot/u-boot-am33x_2013.01.01.bb b/recipes-bsp/u-boot/u-boot-am33x_2013.01.01.bb
> new file mode 100644
> index 0000000..19ec34e
> --- /dev/null
> +++ b/recipes-bsp/u-boot/u-boot-am33x_2013.01.01.bb
> @@ -0,0 +1,20 @@
> +require u-boot-ti.inc
> +
> +DESCRIPTION = "u-boot bootloader for ARM MPU devices"
> +
> +COMPATIBLE_MACHINE = "ti33x"
> +
> +DEFAULT_PREFERENCE = "-1"
> +
> +PR = "r5+gitr${SRCPV}"
> +
> +SRC_URI = "git://git.ti.com/ti-u-boot/ti-u-boot.git;protocol=git;branch=${BRANCH}"
> +
> +# This version of u-boot is meant for 3.2 kernel which doesn't support device tree.
> +BRANCH = "ti-u-boot-2013.01.01-amsdk-05.07.00.00"
> +
> +# Commit corresponds to tag "v2013.01.01_amsdk-05.07.00.00"
> +SRCREV = "8eb15a787c558fee98b0fa2a66ff0849c732edcc"
> +
> +# Set the name of the SPL that will built so that it is also packaged with u-boot.
> +SPL_BINARY = "MLO"
> --
> 1.7.0.4
>
> _______________________________________________
> meta-ti mailing list
> meta-ti@yoctoproject.org
> https://lists.yoctoproject.org/listinfo/meta-ti
>
next prev parent reply other threads:[~2013-04-22 19:30 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-04-22 16:21 [PATCH 1/3] linux-omap-psp: Update commit Franklin S. Cooper Jr
2013-04-22 16:21 ` [PATCH 2/3] linux-am335x: Update to latest 3.2 kernel release Franklin S. Cooper Jr
2013-04-22 16:21 ` [PATCH 3/3] u-boot-am33x: Update u-boot recipe to 2013.01.01 Franklin S. Cooper Jr
2013-04-22 19:30 ` Denys Dmytriyenko [this message]
2013-04-22 19:58 ` Cooper Jr., Franklin
2013-04-22 20:02 ` Denys Dmytriyenko
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=20130422193024.GA28316@denix.org \
--to=denys@ti.com \
--cc=fcooper@ti.com \
--cc=meta-ti@yoctoproject.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.