From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from vms173003pub.verizon.net (vms173003pub.verizon.net [206.46.173.3]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id 31401E0123C for ; Tue, 28 Feb 2012 12:02:32 -0800 (PST) Received: from gandalf.denix.org ([unknown] [71.178.225.66]) by vms173003.mailsrvcs.net (Sun Java(tm) System Messaging Server 7u2-7.02 32bit (built Apr 16 2009)) with ESMTPA id <0M040056KD06WNN0@vms173003.mailsrvcs.net> for meta-ti@lists.yoctoproject.org; Tue, 28 Feb 2012 14:02:31 -0600 (CST) Received: by gandalf.denix.org (Postfix, from userid 1000) id BAFE62016E; Tue, 28 Feb 2012 15:02:30 -0500 (EST) Date: Tue, 28 Feb 2012 15:02:30 -0500 From: Denys Dmytriyenko To: "Maupin, Chase" Message-id: <20120228200230.GA12073@denix.org> References: <1330442197-10408-1-git-send-email-koen@dominion.thruhere.net> <20120228152205.GC10713@denix.org> <81A0AEEA-EB5D-4C82-ABD1-D6E05E7226F1@dominion.thruhere.net> <20120228181321.GD10713@denix.org> <7D46E86EC0A8354091174257B2FED1012F04312C@DLEE12.ent.ti.com> MIME-version: 1.0 In-reply-to: <7D46E86EC0A8354091174257B2FED1012F04312C@DLEE12.ent.ti.com> User-Agent: Mutt/1.5.20 (2009-06-14) Cc: "meta-ti@lists.yoctoproject.org" Subject: Re: [PATCH] linux-davinci: quoting fixes X-BeenThere: meta-ti@yoctoproject.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: Mailing list for the meta-ti layer List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Feb 2012 20:02:32 -0000 Content-type: text/plain; charset=us-ascii Content-disposition: inline On Tue, Feb 28, 2012 at 07:45:56PM +0000, Maupin, Chase wrote: > Yeah, it is up to date in meta-arago so you can pull it from there. No, it's not. It's more up to date in old arago, but I'm updating the one in meta-arago as we speak. > We just need the patch into meta-ti to delete it since meta-arago now has > it. I know, that is also being done now. I might even push it first, since people started experience breakage in meta-ti with the latest bitbake, while not even using matrix. > BTW, Koen, it is in meta-arago-extras layer so you should still be able to > pull it into your angstrom builds. -- Denys > > -----Original Message----- > > From: meta-ti-bounces@yoctoproject.org [mailto:meta-ti- > > bounces@yoctoproject.org] On Behalf Of Denys Dmytriyenko > > Sent: Tuesday, February 28, 2012 12:13 PM > > To: Koen Kooi > > Cc: meta-ti@lists.yoctoproject.org > > Subject: Re: [meta-ti] [PATCH] linux-davinci: quoting fixes > > > > On Tue, Feb 28, 2012 at 04:58:11PM +0100, Koen Kooi wrote: > > > > > > Op 28 feb. 2012, om 16:22 heeft Denys Dmytriyenko het volgende > > geschreven: > > > > > > > On Tue, Feb 28, 2012 at 04:16:37PM +0100, Koen Kooi wrote: > > > >> Signed-off-by: Koen Kooi > > > > > > > > Thanks, I've started cleaning up missing quotes in other places > > too. > > > > > > I sent another patch to fix some more recipes, that gave up in > > the matrix dir. > > > > Yeah, matrix is the one I was fixing, but it needs to be removed > > from meta-ti > > anyway... I'll sync up the fixes from Arago. > > > > Denys > > > > > >> --- > > > >> recipes-kernel/linux/linux-davinci_git.bb | 8 ++++---- > > > >> 1 files changed, 4 insertions(+), 4 deletions(-) > > > >> > > > >> diff --git a/recipes-kernel/linux/linux-davinci_git.bb > > b/recipes-kernel/linux/linux-davinci_git.bb > > > >> index 1fda1ee..e4b85d6 100644 > > > >> --- a/recipes-kernel/linux/linux-davinci_git.bb > > > >> +++ b/recipes-kernel/linux/linux-davinci_git.bb > > > >> @@ -22,13 +22,13 @@ ARAGO_L1_BR = "master" > > > >> ARAGO_L1_PV = "2.6.32+2.6.33-rc4-${PR}+gitr${SRCREV}" > > > >> ARAGO_L1_URI = "git://arago-project.org/git/projects/linux- > > omapl1.git;protocol=git;branch=${BRANCH} " > > > >> > > > >> -SRCREV_hawkboard = ${ARAGO_L1_REV} > > > >> +SRCREV_hawkboard = "${ARAGO_L1_REV}" > > > >> > > > >> -PV_omapl138 = ${ARAGO_L1_PV} > > > >> +PV_omapl138 = "${ARAGO_L1_PV}" > > > >> > > > >> -BRANCH_omapl138 = ${ARAGO_L1_BR} > > > >> +BRANCH_omapl138 = "${ARAGO_L1_BR}" > > > >> > > > >> -SRC_URI_append_omapl138 = ${ARAGO_L1_URI} > > > >> +SRC_URI_append_omapl138 = "${ARAGO_L1_URI}" > > > >> > > > >> SRC_URI_append_omapl138 = " file://logo_linux_clut224.ppm \ > > > >> file://0001-ahci-ti-Fix- > > currently-harmless-typo-in-SATA-PHY.patch \ > > > >> -- > > > >> 1.7.2.5 > > > >> > > > >> _______________________________________________ > > > >> meta-ti mailing list > > > >> meta-ti@yoctoproject.org > > > >> https://lists.yoctoproject.org/listinfo/meta-ti > > > >> > > > > > _______________________________________________ > > meta-ti mailing list > > meta-ti@yoctoproject.org > > https://lists.yoctoproject.org/listinfo/meta-ti >