From: Bob Cochran <yocto@mindchasers.com>
To: Otavio Salvador <otavio@ossystems.com.br>,
meta-freescale Mailing List <meta-freescale@yoctoproject.org>
Subject: Re: [meta-fsl-arm PATCH 1/3] u-boot-fslc: Update to 2015.10-based fork
Date: Thu, 24 Sep 2015 13:36:21 -0400 [thread overview]
Message-ID: <56043495.7060700@mindchasers.com> (raw)
In-Reply-To: <1443114235-25405-1-git-send-email-otavio@ossystems.com.br>
On 09/24/2015 01:03 PM, Otavio Salvador wrote:
> This updates the fork based on upcoming 2015.10 release. This is
> currently based on 2015.10-rc3 tag and offers a very solid release for
> start the tests for Yocto Project 2.0 release.
Is u-boot-fslc intended to support qoriq arm boards? Are you or others
testing with it against qoriq arm parts, or should we stick with
u-boot_qoriq for an LS1A part?
Thanks
>
> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
> ---
>
> ...-boot-fslc-mxsboot_2015.07.bb => u-boot-fslc-mxsboot_2015.10.bb} | 6 +++---
> recipes-bsp/u-boot/u-boot-fslc.inc | 2 +-
> recipes-bsp/u-boot/u-boot-fslc_2015.07.bb | 6 ------
> recipes-bsp/u-boot/u-boot-fslc_2015.10.bb | 6 ++++++
> 4 files changed, 10 insertions(+), 10 deletions(-)
> rename recipes-bsp/u-boot/{u-boot-fslc-mxsboot_2015.07.bb => u-boot-fslc-mxsboot_2015.10.bb} (87%)
> delete mode 100644 recipes-bsp/u-boot/u-boot-fslc_2015.07.bb
> create mode 100644 recipes-bsp/u-boot/u-boot-fslc_2015.10.bb
>
> diff --git a/recipes-bsp/u-boot/u-boot-fslc-mxsboot_2015.07.bb b/recipes-bsp/u-boot/u-boot-fslc-mxsboot_2015.10.bb
> similarity index 87%
> rename from recipes-bsp/u-boot/u-boot-fslc-mxsboot_2015.07.bb
> rename to recipes-bsp/u-boot/u-boot-fslc-mxsboot_2015.10.bb
> index 134d0f9..4a42f20 100644
> --- a/recipes-bsp/u-boot/u-boot-fslc-mxsboot_2015.07.bb
> +++ b/recipes-bsp/u-boot/u-boot-fslc-mxsboot_2015.10.bb
> @@ -5,10 +5,10 @@ SECTION = "bootloader"
> DEPENDS = "openssl"
> PROVIDES = "u-boot-mxsboot"
>
> -PV = "v2015.07+git${SRCPV}"
> +PV = "v2015.10+git${SRCPV}"
>
> -SRCREV = "3f0c5353f93b5e9c4d57c9f3886ad4cd78c38a81"
> -SRCBRANCH = "2015.07+fslc"
> +SRCREV = "f4cd146a7a056eed26d2e35d546d874dadaa5a09"
> +SRCBRANCH = "2015.10+fslc"
>
> SRC_URI = "git://github.com/Freescale/u-boot-fslc.git;branch=${SRCBRANCH}"
>
> diff --git a/recipes-bsp/u-boot/u-boot-fslc.inc b/recipes-bsp/u-boot/u-boot-fslc.inc
> index 5f297b9..df67469 100644
> --- a/recipes-bsp/u-boot/u-boot-fslc.inc
> +++ b/recipes-bsp/u-boot/u-boot-fslc.inc
> @@ -11,7 +11,7 @@ was submitted for revision and it takes some time to become part of a stable \
> version, or because it is not applicable for upstreaming."
> LICENSE = "GPLv2+"
> LIC_FILES_CHKSUM = "file://Licenses/README;md5=0507cd7da8e7ad6d6701926ec9b84c95"
> -COMPATIBLE_MACHINE = "(mxs|mx5|mx6|vf)"
> +COMPATIBLE_MACHINE = "(mxs|mx5|mx6|mx6ul|mx7|vf)"
>
> DEPENDS_mxs += "elftosb-native openssl-native"
>
> diff --git a/recipes-bsp/u-boot/u-boot-fslc_2015.07.bb b/recipes-bsp/u-boot/u-boot-fslc_2015.07.bb
> deleted file mode 100644
> index fbe3eb1..0000000
> --- a/recipes-bsp/u-boot/u-boot-fslc_2015.07.bb
> +++ /dev/null
> @@ -1,6 +0,0 @@
> -include u-boot-fslc.inc
> -
> -PV = "v2015.07+git${SRCPV}"
> -
> -SRCREV = "3f0c5353f93b5e9c4d57c9f3886ad4cd78c38a81"
> -SRCBRANCH = "2015.07+fslc"
> diff --git a/recipes-bsp/u-boot/u-boot-fslc_2015.10.bb b/recipes-bsp/u-boot/u-boot-fslc_2015.10.bb
> new file mode 100644
> index 0000000..bc86ae9
> --- /dev/null
> +++ b/recipes-bsp/u-boot/u-boot-fslc_2015.10.bb
> @@ -0,0 +1,6 @@
> +include u-boot-fslc.inc
> +
> +PV = "v2015.10+git${SRCPV}"
> +
> +SRCREV = "f4cd146a7a056eed26d2e35d546d874dadaa5a09"
> +SRCBRANCH = "2015.10+fslc"
>
next prev parent reply other threads:[~2015-09-24 17:36 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-09-24 17:03 [meta-fsl-arm PATCH 1/3] u-boot-fslc: Update to 2015.10-based fork Otavio Salvador
2015-09-24 17:03 ` [meta-fsl-arm PATCH 2/3] imx6ulevk: Use U-Boot FSLC by default Otavio Salvador
2015-09-24 17:03 ` [meta-fsl-arm PATCH 3/3] imx7dsabresd: " Otavio Salvador
2015-09-24 17:36 ` Bob Cochran [this message]
2015-09-24 17:39 ` [meta-fsl-arm PATCH 1/3] u-boot-fslc: Update to 2015.10-based fork Otavio Salvador
2015-09-24 21:03 ` Bob Cochran
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=56043495.7060700@mindchasers.com \
--to=yocto@mindchasers.com \
--cc=meta-freescale@yoctoproject.org \
--cc=otavio@ossystems.com.br \
/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.