From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by yocto-www.yoctoproject.org (Postfix, from userid 118) id 4F658E00984; Tue, 21 Jun 2016 07:18:48 -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,RCVD_IN_DNSWL_NONE autolearn=ham version=3.3.1 X-Spam-HAM-Report: * -0.0 RCVD_IN_DNSWL_NONE RBL: Sender listed at http://www.dnswl.org/, no * 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] X-Greylist: delayed 1872 seconds by postgrey-1.32 at yocto-www; Tue, 21 Jun 2016 07:18:45 PDT Received: from smtp.webfaction.com (mail6.webfaction.com [74.55.86.74]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id EA2C7E00948 for ; Tue, 21 Jun 2016 07:18:45 -0700 (PDT) Received: from [192.168.1.14] (c-73-160-101-18.hsd1.nj.comcast.net [73.160.101.18]) by smtp.webfaction.com (Postfix) with ESMTP id 431AA20E9BB8; Tue, 21 Jun 2016 13:47:32 +0000 (UTC) To: ting.liu@nxp.com References: <1466148986-926-1-git-send-email-ting.liu@nxp.com> From: "Robert E. Cochran" Message-ID: <5769456E.7050702@mindchasers.com> Date: Tue, 21 Jun 2016 09:47:26 -0400 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.8.0 MIME-Version: 1.0 In-Reply-To: <1466148986-926-1-git-send-email-ting.liu@nxp.com> Cc: meta-freescale@yoctoproject.org Subject: Re: [meta-fsl-ppc][PATCH 00/13] QorIQ SDK V2.0 patches - Part I 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 Jun 2016 14:18:48 -0000 Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit Thank you Ting. In which of the following repos will we find these patches? Please give us an idea when they will be applied and which branch(es). http://git.yoctoproject.org/cgit/cgit.cgi/meta-fsl-ppc/ https://github.com/Freescale/meta-freescale.git git://git.freescale.com/yocto/meta-freescale.git Thank you, Bob On 06/17/2016 03:36 AM, ting.liu@nxp.com wrote: > From: Ting Liu > > These changes need the below oe-core patch to be applied: > http://patchwork.openembedded.org/patch/124953/ > > Ting Liu (13): > remove not supported e500v2 machines > u-boot-qoriq: upgrade to 2016.01 > u-boot-qoriq: switch to new UBOOT_CONFIG format > u-boot-qoriq: sync with u-boot.inc from poky > p2041rdb: switch to new UBOOT_CONFIG format > p3041ds: switch to new UBOOT_CONFIG format > p4080ds: switch to new UBOOT_CONFIG format > p5020: switch to new UBOOT_CONFIG format > p5040: switch to new UBOOT_CONFIG format > t1023: switch to new UBOOT_CONFIG format > t1024: switch to new UBOOT_CONFIG format > t104x: switch to new UBOOT_CONFIG format > t2080: switch to new UBOOT_CONFIG format > > conf/machine/bsc9131rdb.conf | 20 ---- > conf/machine/bsc9132qds.conf | 32 ------ > conf/machine/p1010rdb.conf | 29 ------ > conf/machine/p1020rdb.conf | 20 ---- > conf/machine/p1021rdb.conf | 27 ----- > conf/machine/p1022ds.conf | 36 ------- > conf/machine/p1023rdb.conf | 18 ---- > conf/machine/p1025twr.conf | 20 ---- > conf/machine/p2020rdb.conf | 24 ----- > conf/machine/p2041rdb.conf | 8 +- > conf/machine/p3041ds.conf | 8 +- > conf/machine/p4080ds.conf | 6 +- > conf/machine/p5020ds-64b.conf | 9 +- > conf/machine/p5020ds.conf | 10 +- > conf/machine/p5040ds-64b.conf | 8 +- > conf/machine/p5040ds.conf | 8 +- > conf/machine/t1023rdb-64b.conf | 11 +- > conf/machine/t1023rdb.conf | 11 +- > conf/machine/t1024rdb-64b.conf | 8 +- > conf/machine/t1024rdb.conf | 8 +- > conf/machine/t1040d4rdb-64b.conf | 8 +- > conf/machine/t1040d4rdb.conf | 8 +- > conf/machine/t1042d4rdb-64b.conf | 8 +- > conf/machine/t1042d4rdb.conf | 8 +- > conf/machine/t2080qds-64b.conf | 9 +- > conf/machine/t2080qds.conf | 8 +- > conf/machine/t2080rdb-64b.conf | 11 +- > conf/machine/t2080rdb.conf | 8 +- > ...5xx-u-boot-.lds-remove-_GLOBAL_OFFSET_TAB.patch | 77 -------------- > .../u-boot/files/Fix-the-depend-race-issue.patch | 38 ------- > .../files/add-fgnu89-inline-option-for-gcc5.patch | 39 ------- > recipes-bsp/u-boot/files/gcc5.patch | 91 ----------------- > recipes-bsp/u-boot/u-boot-qoriq_2015.01.bb | 113 --------------------- > recipes-bsp/u-boot/u-boot-qoriq_2016.01.bb | 74 ++++++++++++++ > 34 files changed, 171 insertions(+), 650 deletions(-) > delete mode 100644 conf/machine/bsc9131rdb.conf > delete mode 100644 conf/machine/bsc9132qds.conf > delete mode 100644 conf/machine/p1010rdb.conf > delete mode 100644 conf/machine/p1020rdb.conf > delete mode 100644 conf/machine/p1021rdb.conf > delete mode 100644 conf/machine/p1022ds.conf > delete mode 100644 conf/machine/p1023rdb.conf > delete mode 100644 conf/machine/p1025twr.conf > delete mode 100644 conf/machine/p2020rdb.conf > delete mode 100644 recipes-bsp/u-boot/files/0001-u-boot-mpc85xx-u-boot-.lds-remove-_GLOBAL_OFFSET_TAB.patch > delete mode 100644 recipes-bsp/u-boot/files/Fix-the-depend-race-issue.patch > delete mode 100644 recipes-bsp/u-boot/files/add-fgnu89-inline-option-for-gcc5.patch > delete mode 100644 recipes-bsp/u-boot/files/gcc5.patch > delete mode 100644 recipes-bsp/u-boot/u-boot-qoriq_2015.01.bb > create mode 100644 recipes-bsp/u-boot/u-boot-qoriq_2016.01.bb >