From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mo3.mail-out.ovh.net (5.mo3.mail-out.ovh.net [87.98.178.36]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id 645C6E01454 for ; Tue, 15 Jan 2013 05:01:04 -0800 (PST) Received: from mail186.ha.ovh.net (b9.ovh.net [213.186.33.59]) by mo3.mail-out.ovh.net (Postfix) with SMTP id 37714FFA5BF for ; Tue, 15 Jan 2013 14:14:30 +0100 (CET) Received: from b0.ovh.net (HELO queueout) (213.186.33.50) by b0.ovh.net with SMTP; 15 Jan 2013 15:08:29 +0200 Received: from pac33-2-82-240-38-71.fbx.proxad.net (HELO e6520eb) (eric%eukrea.com@82.240.38.71) by ns0.ovh.net with SMTP; 15 Jan 2013 15:08:27 +0200 Date: Tue, 15 Jan 2013 14:00:59 +0100 From: Eric =?UTF-8?B?QsOpbmFyZA==?= To: Otavio Salvador X-Ovh-Mailout: 178.32.228.3 (mo3.mail-out.ovh.net) Message-ID: <20130115140059.0c42ef07@e6520eb> In-Reply-To: <1358248289-20074-1-git-send-email-otavio@ossystems.com.br> References: <1358248289-20074-1-git-send-email-otavio@ossystems.com.br> Organization: =?UTF-8?B?RXVrcsOpYQ==?= Electromatique X-Mailer: Claws Mail 3.9.0 (GTK+ 2.24.13; x86_64-redhat-linux-gnu) Mime-Version: 1.0 X-Ovh-Tracer-Id: 6109977319505702268 X-Ovh-Remote: 82.240.38.71 (pac33-2-82-240-38-71.fbx.proxad.net) X-Ovh-Local: 213.186.33.20 (ns0.ovh.net) X-OVH-SPAMSTATE: OK X-OVH-SPAMSCORE: -100 X-OVH-SPAMCAUSE: gggruggvucftvghtrhhoucdtuddrfeehledrheejucetufdoteggodetrfcurfhrohhfihhlvgemucfqggfjnecuuegrihhlohhuthemuceftddtnecusecvtfgvtghiphhivghnthhsucdlqddutddtmd X-Spam-Check: DONE|U 0.5/N X-VR-SPAMSTATE: OK X-VR-SPAMSCORE: -100 X-VR-SPAMCAUSE: gggruggvucftvghtrhhoucdtuddrfeehledrheejucetufdoteggodetrfcurfhrohhfihhlvgemucfqggfjnecuuegrihhlohhuthemuceftddtnecusecvtfgvtghiphhivghnthhsucdlqddutddtmd Cc: meta-freescale@yoctoproject.org Subject: Re: [meta-fsl-arm][PATCH 1/2] mxsldr: Update to newer snapshot 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, 15 Jan 2013 13:01:04 -0000 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Hi Otavio, Le Tue, 15 Jan 2013 09:11:28 -0200, Otavio Salvador a =C3=A9crit : > This also updates to the newer repository at DENX. >=20 > Signed-off-by: Otavio Salvador > --- > recipes-bsp/mxsldr/mxsldr_git.bb | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) >=20 > diff --git a/recipes-bsp/mxsldr/mxsldr_git.bb b/recipes-bsp/mxsldr/mxsldr= _git.bb > index 2c42b65..01430bf 100644 > --- a/recipes-bsp/mxsldr/mxsldr_git.bb > +++ b/recipes-bsp/mxsldr/mxsldr_git.bb > @@ -6,8 +6,8 @@ DEPENDS =3D "libusb" > LICENSE =3D "GPLv2+" > LIC_FILES_CHKSUM =3D "file://COPYING;md5=3Db234ee4d69f5fce4486a80fdaf4a4= 263" > =20 > -SRCREV =3D "3463b576b67f03012a59cedd8e55e9d37c5cea76" > -SRC_URI =3D "git://git.bfuser.eu/git/marex/mxsldr.git;protocol=3Dhttp" > +SRCREV =3D "c40d80472525e1d57dae5317c028b745968c0399" > +SRC_URI =3D "git://git.denx.de/u-boot.git" > =20 > PV =3D "0.0.0+git${SRCPV}" > =20 did you ever test this patch ? I would say no as the SRC_URI is : git://git.denx.de/mxsldr.git and not u-boot.git ... Eric