From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail-we0-f175.google.com ([74.125.82.175]) by linuxtogo.org with esmtp (Exim 4.72) (envelope-from ) id 1SyHPb-0006Iw-Dv for openembedded-core@lists.openembedded.org; Mon, 06 Aug 2012 09:07:35 +0200 Received: by weyr6 with SMTP id r6so1633055wey.6 for ; Sun, 05 Aug 2012 23:55:51 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=date:from:to:subject:message-id:references:mime-version :content-type:content-disposition:in-reply-to:user-agent; bh=vu8MDEh0ZB2fVRNZ2GlpLzftY4VqKqZ/rWZwi0apTZo=; b=TN99uwcjw3WuMIuzYFjifoDRFBprGxUqw0KQh20LJrJJm62X0BalQAoY6mN1diPTwO oWu7LdwG+HCWM8ZuLc0B3ARrmwqwG4zrIpCiVO95eSf8Pzu1ttDETjrkAya9pgAoPI+l PUuwOyIgHsnSJcPoJG9Pzzu4JCke1bP5wdefkvgeufUfCeGBnmJRYWajfX5ijPQoT1zT mrcslBi+IGEDU4ecJjfALFrNB0w6AaqfOrC/8kdvQ37yB2DgxNqFOMk62NGTK15cCtVE ChrHRfjUO0gL/8FCffiAroNOCTOcjpunX89i4zpzefcPZCpp5hlVTzU0z1o6yRRkHQGW 8Rjw== Received: by 10.180.103.4 with SMTP id fs4mr15823004wib.16.1344236151016; Sun, 05 Aug 2012 23:55:51 -0700 (PDT) Received: from localhost ([94.230.152.246]) by mx.google.com with ESMTPS id cu1sm14045082wib.6.2012.08.05.23.55.48 (version=TLSv1/SSLv3 cipher=OTHER); Sun, 05 Aug 2012 23:55:49 -0700 (PDT) Date: Mon, 6 Aug 2012 08:55:44 +0200 From: Martin Jansa To: Patches and discussions about the oe-core layer Message-ID: <20120806065544.GD3267@jama.jama.net> References: <1344236047-28547-1-git-send-email-radu.moisan@intel.com> MIME-Version: 1.0 In-Reply-To: <1344236047-28547-1-git-send-email-radu.moisan@intel.com> User-Agent: Mutt/1.5.21 (2010-09-15) Subject: Re: [PATCH] u-boot: Upgrade to upstream stable 2012.07 X-BeenThere: openembedded-core@lists.openembedded.org X-Mailman-Version: 2.1.11 Precedence: list Reply-To: Patches and discussions about the oe-core layer List-Id: Patches and discussions about the oe-core layer List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 06 Aug 2012 07:07:35 -0000 X-Groupsio-MsgNum: 26997 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="KdquIMZPjGJQvRdI" Content-Disposition: inline --KdquIMZPjGJQvRdI Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Mon, Aug 06, 2012 at 09:54:07AM +0300, Radu Moisan wrote: > For u-boot-fw-utils, fw_enc.c was changed and it requires a header > file config.h which is autogenerated at config so it requires a > "make NAME_config". > I used for testing coreboot-x86. Is build with gold resolved in this new release already? By forcing bfd or to provide working binaries when built with gold? More info: http://lists.linuxtogo.org/pipermail/openembedded-core/2012-August/026943.h= tml Cheers, >=20 > Signed-off-by: Radu Moisan > --- > ...ls_2012.04.01.bb =3D> u-boot-fw-utils_2012.07.bb} | 7 ++++--- > ...age_2012.04.01.bb =3D> u-boot-mkimage_2012.07.bb} | 6 +++--- > .../{u-boot_2012.04.01.bb =3D> u-boot_2012.07.bb} | 8 ++++---- > 3 files changed, 11 insertions(+), 10 deletions(-) > rename meta/recipes-bsp/u-boot/{u-boot-fw-utils_2012.04.01.bb =3D> u-boo= t-fw-utils_2012.07.bb} (83%) > rename meta/recipes-bsp/u-boot/{u-boot-mkimage_2012.04.01.bb =3D> u-boot= -mkimage_2012.07.bb} (84%) > rename meta/recipes-bsp/u-boot/{u-boot_2012.04.01.bb =3D> u-boot_2012.07= =2Ebb} (82%) >=20 > diff --git a/meta/recipes-bsp/u-boot/u-boot-fw-utils_2012.04.01.bb b/meta= /recipes-bsp/u-boot/u-boot-fw-utils_2012.07.bb > similarity index 83% > rename from meta/recipes-bsp/u-boot/u-boot-fw-utils_2012.04.01.bb > rename to meta/recipes-bsp/u-boot/u-boot-fw-utils_2012.07.bb > index fe3422a..d2224bb 100644 > --- a/meta/recipes-bsp/u-boot/u-boot-fw-utils_2012.04.01.bb > +++ b/meta/recipes-bsp/u-boot/u-boot-fw-utils_2012.07.bb > @@ -9,12 +9,12 @@ DEPENDS =3D "mtd-utils" > # make it default > DEFAULT_PREFERENCE =3D "-1" > =20 > -# This revision corresponds to the tag "v2012.04.01" > +# This revision corresponds to the tag "v2012.07" > # We use the revision in order to avoid having to fetch it from the > # repo during parse > -SRCREV =3D "415d386877df49eb051b85ef74fa59a16dc17c7d" > +SRCREV =3D "190649fb4309d1bc0fe7732fd0f951cb6440f935" > =20 > -PV =3D "v2012.04.01+git${SRCPV}" > +PV =3D "2012.07" > =20 > SRC_URI =3D "git://git.denx.de/u-boot.git;branch=3Dmaster;protocol=3Dgit" > =20 > @@ -23,6 +23,7 @@ S =3D "${WORKDIR}/git" > EXTRA_OEMAKE =3D 'HOSTCC=3D"${CC}"' > =20 > do_compile () { > + oe_runmake ${UBOOT_MACHINE} > oe_runmake env > } > =20 > diff --git a/meta/recipes-bsp/u-boot/u-boot-mkimage_2012.04.01.bb b/meta/= recipes-bsp/u-boot/u-boot-mkimage_2012.07.bb > similarity index 84% > rename from meta/recipes-bsp/u-boot/u-boot-mkimage_2012.04.01.bb > rename to meta/recipes-bsp/u-boot/u-boot-mkimage_2012.07.bb > index aa107fe..752efcb 100644 > --- a/meta/recipes-bsp/u-boot/u-boot-mkimage_2012.04.01.bb > +++ b/meta/recipes-bsp/u-boot/u-boot-mkimage_2012.07.bb > @@ -7,12 +7,12 @@ SECTION =3D "bootloader" > # make it default > DEFAULT_PREFERENCE =3D "-1" > =20 > -# This revision corresponds to the tag "v2012.04.01" > +# This revision corresponds to the tag "v2012.07" > # We use the revision in order to avoid having to fetch it from the > # repo during parse > -SRCREV =3D "415d386877df49eb051b85ef74fa59a16dc17c7d" > +SRCREV =3D "190649fb4309d1bc0fe7732fd0f951cb6440f935" > =20 > -PV =3D "v2012.04.01+git${SRCPV}" > +PV =3D "2012.07" > =20 > SRC_URI =3D "git://git.denx.de/u-boot.git;branch=3Dmaster;protocol=3Dgit" > =20 > diff --git a/meta/recipes-bsp/u-boot/u-boot_2012.04.01.bb b/meta/recipes-= bsp/u-boot/u-boot_2012.07.bb > similarity index 82% > rename from meta/recipes-bsp/u-boot/u-boot_2012.04.01.bb > rename to meta/recipes-bsp/u-boot/u-boot_2012.07.bb > index c4ec50d..7ccee30 100644 > --- a/meta/recipes-bsp/u-boot/u-boot_2012.04.01.bb > +++ b/meta/recipes-bsp/u-boot/u-boot_2012.07.bb > @@ -14,13 +14,13 @@ DEFAULT_PREFERENCE =3D "-1" > LICENSE =3D "GPLv2+" > LIC_FILES_CHKSUM =3D "file://COPYING;md5=3D1707d6db1d42237583f50183a5651= ecb" > =20 > -# This revision corresponds to the tag "v2012.04.01" > +# This revision corresponds to the tag "v2012.07" > # We use the revision in order to avoid having to fetch it from the > # repo during parse > -SRCREV =3D "415d386877df49eb051b85ef74fa59a16dc17c7d" > +SRCREV =3D "190649fb4309d1bc0fe7732fd0f951cb6440f935" > =20 > -PV =3D "v2012.04.01+git${SRCPV}" > -PR =3D "r1" > +PV =3D "2012.07" > +PR =3D "r0" > =20 > SRC_URI =3D "git://git.denx.de/u-boot.git;branch=3Dmaster;protocol=3Dgit" > =20 > --=20 > 1.7.9.5 >=20 >=20 > _______________________________________________ > Openembedded-core mailing list > Openembedded-core@lists.openembedded.org > http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core --=20 Martin 'JaMa' Jansa jabber: Martin.Jansa@gmail.com --KdquIMZPjGJQvRdI Content-Type: application/pgp-signature; name="signature.asc" Content-Description: Digital signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.19 (GNU/Linux) iEYEARECAAYFAlAfanAACgkQN1Ujt2V2gBwg8ACfUVi1v88r1YeJA9wheVQ2ARfx UEYAn0elGW9rutpT/izGp8PdsAxlQlyA =Qdkb -----END PGP SIGNATURE----- --KdquIMZPjGJQvRdI--