| Submitter | Radu Moisan |
|---|---|
| Date | Dec. 5, 2012, 12:57 p.m. |
| Message ID | <d69418647adf8bc836c8880a4caa59076a8c498f.1354711738.git.radu.moisan@intel.com> |
| Download | mbox | patch |
| Permalink | /patch/40417/ |
| State | New |
| Headers | show |
Comments
On Wed, Dec 5, 2012 at 10:57 AM, Radu Moisan <radu.moisan@intel.com> wrote: > From: Constantin Musca <constantinx.musca@intel.com> > > License checksum change due to README diff (only the > instructions have changed) > > Signed-off-by: Constantin Musca <constantinx.musca@intel.com> > Signed-off-by: Radu Moisan <radu.moisan@intel.com> > --- > I'd say to go to 2012.10 as this is the last release.
On 12/05/2012 05:33 PM, Otavio Salvador wrote: > > > > On Wed, Dec 5, 2012 at 10:57 AM, Radu Moisan <radu.moisan@intel.com > <mailto:radu.moisan@intel.com>> wrote: > > From: Constantin Musca <constantinx.musca@intel.com > <mailto:constantinx.musca@intel.com>> > > License checksum change due to README diff (only the > instructions have changed) > > Signed-off-by: Constantin Musca <constantinx.musca@intel.com > <mailto:constantinx.musca@intel.com>> > Signed-off-by: Radu Moisan <radu.moisan@intel.com > <mailto:radu.moisan@intel.com>> > --- > > > I'd say to go to 2012.10 as this is the last release. > Let's take it one step at a time. Since this patch is already there I say we should take it. Radu
Patch
diff --git a/meta/recipes-bsp/u-boot/u-boot-mkimage_2011.06.bb b/meta/recipes-bsp/u-boot/u-boot-mkimage_2012.07.bb similarity index 71% rename from meta/recipes-bsp/u-boot/u-boot-mkimage_2011.06.bb rename to meta/recipes-bsp/u-boot/u-boot-mkimage_2012.07.bb index 3ca0c2c..70bbd3f 100644 --- a/meta/recipes-bsp/u-boot/u-boot-mkimage_2011.06.bb +++ b/meta/recipes-bsp/u-boot/u-boot-mkimage_2012.07.bb @@ -1,15 +1,15 @@ DESCRIPTION = "U-boot bootloader mkimage tool" LICENSE = "GPLv2+" LIC_FILES_CHKSUM = "file://COPYING;md5=1707d6db1d42237583f50183a5651ecb \ - file://README;beginline=1;endline=22;md5=5ba4218ac89af7846802d0348df3fb90" + file://README;beginline=1;endline=22;md5=78b195c11cb6ef63e6985140db7d7bab" SECTION = "bootloader" PR = "r0" SRC_URI = "ftp://ftp.denx.de/pub/u-boot/u-boot-${PV}.tar.bz2" -SRC_URI[md5sum] = "0cc5026aad02f218a9b9ac56b301c97a" -SRC_URI[sha256sum] = "362ddb935885da98cf461eba08f31e3e59d0c4ada6cb2fa15596f43af310ba8b" +SRC_URI[md5sum] = "15a087051d071d608000e138c39545d9" +SRC_URI[sha256sum] = "e08e20a6979bfca6eebb9a2b0e42aa4416af3d796332fd63a3470495a089d496" S = "${WORKDIR}/u-boot-${PV}"