From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from bear.ext.ti.com (bear.ext.ti.com [192.94.94.41]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id F2CE5E013B0 for ; Tue, 2 Jul 2013 08:43:21 -0700 (PDT) Received: from dlelxv90.itg.ti.com ([172.17.2.17]) by bear.ext.ti.com (8.13.7/8.13.7) with ESMTP id r62FhKG1027579 for ; Tue, 2 Jul 2013 10:43:20 -0500 Received: from DFLE72.ent.ti.com (dfle72.ent.ti.com [128.247.5.109]) by dlelxv90.itg.ti.com (8.14.3/8.13.8) with ESMTP id r62FhKxb015641 for ; Tue, 2 Jul 2013 10:43:20 -0500 Received: from dlelxv22.itg.ti.com (172.17.1.197) by DFLE72.ent.ti.com (128.247.5.109) with Microsoft SMTP Server id 14.2.342.3; Tue, 2 Jul 2013 10:43:20 -0500 Received: from localhost (gtudedge.gt.design.ti.com [158.218.102.158]) by dlelxv22.itg.ti.com (8.13.8/8.13.8) with ESMTP id r62FhKZw008715; Tue, 2 Jul 2013 10:43:20 -0500 Date: Tue, 2 Jul 2013 11:43:20 -0400 From: Denys Dmytriyenko To: Siddharth Heroor Message-ID: <20130702154319.GG4941@edge> References: <20130701131214.GA8381@ti.com> MIME-Version: 1.0 In-Reply-To: <20130701131214.GA8381@ti.com> User-Agent: Mutt/1.5.20 (2009-06-14) Cc: meta-ti@yoctoproject.org Subject: Re: [PATCHv2] recipes-bsp: u-boot: Add GLSDK Staging tree X-BeenThere: meta-ti@yoctoproject.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: Usage and development list for the meta-ti layer List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 02 Jul 2013 15:43:24 -0000 Content-Type: text/plain; charset="us-ascii" Content-Disposition: inline On Mon, Jul 01, 2013 at 06:42:14PM +0530, Siddharth Heroor wrote: > * The GLSDK u-boot staging tree is based off the Core SDK 2013.04.02 > release. This tree will be used to stage patches and fixes on > top of the Core SDK U-Boot. The GLSDK release will use this tree > for product development. > * Includes fix to OMAP5 so that QSPI is not enabled. http://git.yoctoproject.org/cgit/cgit.cgi/meta-ti/commit/?id=2eeba6ed4dcf39a68b2257377cbcdd512278881c I changed the name slightly... > v2: > * Fix PR to start for r0 > > Signed-off-by: Siddharth Heroor > --- > .../u-boot/u-boot-glsdk-staging_2013.01.01.bb | 16 ++++++++++++++++ > 1 files changed, 16 insertions(+), 0 deletions(-) > create mode 100644 recipes-bsp/u-boot/u-boot-glsdk-staging_2013.01.01.bb > > diff --git a/recipes-bsp/u-boot/u-boot-glsdk-staging_2013.01.01.bb b/recipes-bsp/u-boot/u-boot-glsdk-staging_2013.01.01.bb > new file mode 100644 > index 0000000..d60ef44 > --- /dev/null > +++ b/recipes-bsp/u-boot/u-boot-glsdk-staging_2013.01.01.bb > @@ -0,0 +1,16 @@ > +require u-boot-ti.inc > + > +DESCRIPTION = "u-boot bootloader for TI devices supported by the GLSDK product" > + > +PR = "r0+gitr${SRCPV}" > + > +DEFAULT_PREFERENCE = "-1" > + > +SRC_URI = "git://git.ti.com/glsdk/glsdk-u-boot.git;protocol=git;branch=${BRANCH}" > + > +BRANCH ?= "master" > + > +SRCREV = "81836e8cc84bd6523d9a4e187965dcd1633c4bc9" > + > +SPL_BINARY = "MLO" > +SPL_UART_BINARY = "u-boot-spl.bin" > -- > 1.7.0.4 > > _______________________________________________ > meta-ti mailing list > meta-ti@yoctoproject.org > https://lists.yoctoproject.org/listinfo/meta-ti