From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by yocto-www.yoctoproject.org (Postfix, from userid 118) id 7F94AE00C9C; Thu, 24 Sep 2015 10:36:29 -0700 (PDT) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on yocto-www.yoctoproject.org X-Spam-Level: X-Spam-Status: No, score=-2.6 required=5.0 tests=BAYES_00,RCVD_IN_DNSWL_LOW autolearn=ham version=3.3.1 X-Spam-HAM-Report: * -0.7 RCVD_IN_DNSWL_LOW RBL: Sender listed at http://www.dnswl.org/, low * trust * [74.55.86.74 listed in list.dnswl.org] * -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% * [score: 0.0000] Received: from smtp.webfaction.com (mail6.webfaction.com [74.55.86.74]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id 2E32BE00747 for ; Thu, 24 Sep 2015 10:36:25 -0700 (PDT) Received: from [192.168.1.10] (c-73-194-208-34.hsd1.nj.comcast.net [73.194.208.34]) by smtp.webfaction.com (Postfix) with ESMTP id 32C5D2078B71; Thu, 24 Sep 2015 17:36:24 +0000 (UTC) To: Otavio Salvador , meta-freescale Mailing List References: <1443114235-25405-1-git-send-email-otavio@ossystems.com.br> From: Bob Cochran Message-ID: <56043495.7060700@mindchasers.com> Date: Thu, 24 Sep 2015 13:36:21 -0400 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.2.0 MIME-Version: 1.0 In-Reply-To: <1443114235-25405-1-git-send-email-otavio@ossystems.com.br> Subject: Re: [meta-fsl-arm PATCH 1/3] u-boot-fslc: Update to 2015.10-based fork X-BeenThere: meta-freescale@yoctoproject.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: Usage and development list for the meta-fsl-* layers List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Sep 2015 17:36:29 -0000 Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit 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 > --- > > ...-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" >