Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Backport from master #46

Closed
wants to merge 2 commits into from
Closed

Backport from master #46

wants to merge 2 commits into from

Commits on Jun 1, 2017

  1. devmem2: Change source URL to regain access to it

    Change URL due to connexion error on the original page.
    As the header of the new devmem2.c source file has changed, change the
    signature and the LIC_FILES_CHKSUM specificaiton.
    
    Signed-off-by: Nicolas Ferre <nicolas.ferre@microchip.com>
    Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
    noglitch authored and mnsgs committed Jun 1, 2017
    Configuration menu
    Copy the full SHA
    618667e View commit details
    Browse the repository at this point in the history
  2. devmem2: use different filename to avoid checksum conflicts

    The newly resurrected devmem2.c file besides having a new location, also
    updates its header, producing different checksums, which would conflict
    with any previously cached or mirrored instances. To avoid such conflicts,
    use a different filename in fetch(). Rename it back to original name at
    unpack() for devmem2-fixups-2.patch to succeed w/o modifications.
    
    WARNING: devmem2-1.0-r7 do_fetch: Fetcher failure for URL: 'http://www.free-electrons.com/pub/mirror/devmem2.c'. Checksum mismatch!
    File: '/OE/master/downloads/devmem2.c' has md5 checksum be12c0132a1ae118cbf5e79d98427c1d when e23f236e94be4c429aa1ceac0f01544b was expected
    File: '/OE/master/downloads/devmem2.c' has sha256 checksum ec382c90af3ef2f49695ff14a4d6521e58ac482c4e29d6c9ebca8768f699c191 when 3b15515693bae1ebd14d914e46d388edfec2175829ea1576a7a0c8606ebbe639 was expected
    If this change is expected (e.g. you have upgraded to a new version without updating the checksums) then you can use these lines within the recipe:
    SRC_URI[md5sum] = "be12c0132a1ae118cbf5e79d98427c1d"
    SRC_URI[sha256sum] = "ec382c90af3ef2f49695ff14a4d6521e58ac482c4e29d6c9ebca8768f699c191"
    Otherwise you should retry the download and/or check with upstream to determine if the file has become corrupted or otherwise unexpectedly modified.
    
    WARNING: devmem2-1.0-r7 do_fetch: Renaming /OE/sources/devmem2.c to /OE/sources/devmem2.c_bad-checksum_be12c0132a1ae118cbf5e79d98427c1d
    
    Signed-off-by: Denys Dmytriyenko <denys@ti.com>
    Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
    denix0 authored and mnsgs committed Jun 1, 2017
    Configuration menu
    Copy the full SHA
    9b25dd0 View commit details
    Browse the repository at this point in the history