From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by yocto-www.yoctoproject.org (Postfix, from userid 118) id 50FBCE0097F; Tue, 21 Jul 2015 06:58:28 -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=-1.9 required=5.0 tests=BAYES_00 autolearn=ham version=3.3.1 X-Spam-HAM-Report: * -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% * [score: 0.0000] Received: from mail.chez-thomas.org (mail.mlbassoc.com [65.100.170.105]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id AB1EDE0071C for ; Tue, 21 Jul 2015 06:58:24 -0700 (PDT) Received: by mail.chez-thomas.org (Postfix, from userid 1998) id 430FAF811DA; Tue, 21 Jul 2015 07:58:24 -0600 (MDT) Received: from [192.168.1.114] (zeus [192.168.1.114]) by mail.chez-thomas.org (Postfix) with ESMTP id AB941F811DA; Tue, 21 Jul 2015 07:58:23 -0600 (MDT) Message-ID: <55AE5013.1060702@mlbassoc.com> Date: Tue, 21 Jul 2015 07:58:43 -0600 From: Gary Thomas User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.7.0 MIME-Version: 1.0 To: meta-freescale@yoctoproject.org References: <1436257011-2383-1-git-send-email-b28495@freescale.com> <1436257011-2383-5-git-send-email-b28495@freescale.com> <559CF77B.10202@mlbassoc.com> In-Reply-To: <559CF77B.10202@mlbassoc.com> Subject: Re: [meta-fsl-arm][PATCH v3 04/13] u-boot-ls1: update to revision v2015.01-630-g6ba8eed 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: Tue, 21 Jul 2015 13:58:28 -0000 Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit Ping. On 2015-07-08 04:12, Gary Thomas wrote: > On 2015-07-07 02:16, b28495@freescale.com wrote: >> From: Ting Liu >> >> Changes: >> 1. Rebased on git://git.denx.de/u-boot.git v2015.01-487-gab92da9 >> 2. Applied another 143 FSL/backported patches (git log ab92da9..) >> 3. add DEPENDS on dtc-native as u-boot brings in device tree files >> 4. use u-boot-with-spl-pbl.bin for nand >> 5. replace with u-boot-dtb.bin when swapping the image endianness >> >> Signed-off-by: Ting Liu >> --- >> .../u-boot/{u-boot-ls1_2014.07.bb => u-boot-ls1_2015.01.bb} | 9 +++++---- >> 1 file changed, 5 insertions(+), 4 deletions(-) >> rename recipes-bsp/u-boot/{u-boot-ls1_2014.07.bb => u-boot-ls1_2015.01.bb} (83%) >> >> diff --git a/recipes-bsp/u-boot/u-boot-ls1_2014.07.bb b/recipes-bsp/u-boot/u-boot-ls1_2015.01.bb >> similarity index 83% >> rename from recipes-bsp/u-boot/u-boot-ls1_2014.07.bb >> rename to recipes-bsp/u-boot/u-boot-ls1_2015.01.bb >> index ad1dd4b..d68a326 100644 >> --- a/recipes-bsp/u-boot/u-boot-ls1_2014.07.bb >> +++ b/recipes-bsp/u-boot/u-boot-ls1_2015.01.bb >> @@ -10,9 +10,9 @@ LIC_FILES_CHKSUM = " \ >> file://Licenses/lgpl-2.1.txt;md5=4fbd65380cdd255951079008b364516c \ >> " >> >> -SRCBRANCH = "sdk-v1.7.x" >> +SRCBRANCH = "master" >> SRC_URI = "git://git.freescale.com/ppc/sdk/u-boot.git;branch=${SRCBRANCH}" >> -SRCREV = "659b6a23a8b1f3026200bc6352dbacef53f4dcb1" >> +SRCREV = "6ba8eedbcdc4b063f59a63e6288b938af739e8ad" > > Do you know why this latest SDK doesn't have it's own branch? Previous SDK releases had their own branch. Why doesn't this one? It makes it more difficult to track the repo for non-Freescale LS1 boards. > >> >> LOCALVERSION ?= "-${SRCBRANCH}" >> >> @@ -20,7 +20,7 @@ S = "${WORKDIR}/git" >> >> inherit fsl-u-boot-localversion >> >> -DEPENDS += "change-file-endianess-native" >> +DEPENDS += "change-file-endianess-native dtc-native" >> PROVIDES += "u-boot" >> >> do_compile_append () { >> @@ -28,9 +28,10 @@ do_compile_append () { >> then >> for config in ${UBOOT_MACHINE}; do >> case "${config}" in >> - *spi*) tclsh ${STAGING_BINDIR_NATIVE}/byte_swap.tcl ${S}/${config}/u-boot.bin ${S}/${config}/u-boot.swap.bin 8 >> + *spi*) tclsh ${STAGING_BINDIR_NATIVE}/byte_swap.tcl ${S}/${config}/u-boot-dtb.bin ${S}/${config}/u-boot.swap.bin 8 >> mv ${S}/${config}/u-boot.swap.bin ${S}/u-boot-${type}.${UBOOT_SUFFIX};; >> *sdcard*) mv ${S}/${config}/u-boot-with-spl-pbl.bin ${S}/${config}/u-boot.bin;; >> + *nand*) mv ${S}/u-boot-with-spl-pbl.bin ${S}/u-boot.bin;; >> esac >> done >> fi >> > -- ------------------------------------------------------------ Gary Thomas | Consulting for the MLB Associates | Embedded world ------------------------------------------------------------