Skip to content
Snippets Groups Projects
Select Git revision
  • stbootv2
  • master protected
  • stboot default
  • scarthgap-5.0
  • yocto-5.0
  • yocto-4.3.4
  • nanbield-4.3.4
  • yocto-4.0.17
  • kirkstone-4.0.17
  • 5.0_M3
  • dunfell-23.0.32
  • yocto-3.1.32
  • nanbield-4.3.3
  • yocto-4.3.3
  • yocto-4.0.16
  • kirkstone-4.0.16
  • yocto-3.1.31
  • dunfell-23.0.31
  • 5.0_M2
  • yocto-4.3.2
  • nanbield-4.3.2
  • 5.0_M1
  • yocto-4.0.15
23 results

yocto-poky

  • Clone with SSH
  • Clone with HTTPS
  • user avatar
    Kumar Gala authored
    The sed regex in do_configure_prepend was producing the following result:
    
     #define GLIBC_DYNAMIC_LINKER64 SYSTEMLIBS_DIR "/lib64/ld-linux-x86-64.so.2"
    
    instead of removing the leading "/lib" or "/lib64".
    
    Now we have it do:
    
     #define GLIBC_DYNAMIC_LINKER64 SYSTEMLIBS_DIR "ld-linux-x86-64.so.2"
    
    Additionally, with the regex fixed the manipulation of SYSTEMLIBS_DIR
    needs to be removed.
    
    (From OE-Core rev: b343436d03fa5690b16ee8ef5d4a738c5194b301)
    
    Signed-off-by: default avatarKumar Gala <galak@kernel.crashing.org>
    Signed-off-by: default avatarRichard Purdie <richard.purdie@linuxfoundation.org>
    fe6d4dc0
    History
    Name Last commit Last update