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

Fix Compilation Errors in armv8a and fix issue with NOS image discovery #459

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Commits on Dec 23, 2016

  1. armv8a : Fix Compilation errors in compiling armv8a machines

    problem : copliation errors like
    "ERROR: Missing SYSROOT_LIB: ld-2.24.so” when sysroot is prepared.
    cause : New crosstool-ng, keeps the c libs fo 64 bit architectures
    (such as armv8a and x86_64) in lib64 folders of cross toolchain
    installation directory.
    fix : for 64 bit architectures first lokkup the c Libraries in lib64
    and then in lib folder of cross toolchain installation directory.
    
    Signed-off-by: Pankaj Bansal <[email protected]>
    pankajbansalnxp committed Dec 23, 2016
    Configuration menu
    Copy the full SHA
    c19b7a2 View commit details
    Browse the repository at this point in the history
  2. Fixed issue with onie image discovery with

    multiple network interfaces
    
    Problem : Onie installation doesnt complete if multiple ethernet
    interfaces are there and tftpserver connected to 1st valid
    interface(that is eth0) doesnt have valid Onie installer.
    Cause : The installer only searches eth0 for NOS images
    Fix : The installer should search all ethernet interfaces
    for NOS image
    
    Signed-off-by: Pankaj Bansal <[email protected]>
    pankajbansalnxp committed Dec 23, 2016
    Configuration menu
    Copy the full SHA
    eb48f01 View commit details
    Browse the repository at this point in the history