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

[mellanox] add makefiles to build Mellanox SDK from sources #2701

Merged
merged 6 commits into from
Mar 28, 2019

Commits on Mar 25, 2019

  1. [.gitignore] add missing directories to .gitignore

    Signed-off-by: Stepan Blyschak <stepanb@mellanox.com>
    Stepan Blyschak committed Mar 25, 2019
    Configuration menu
    Copy the full SHA
    4fb0056 View commit details
    Browse the repository at this point in the history
  2. [buildsystem] add ability to override make variables from root Makefile

    To override any make variable during build use SONIC_OVERRIDE_BUILD_VARS, e.g:
    "make SONIC_OVERRIDE_BUILD_VARS="PARAM1=A PARAM2=B" all"
    
    Signed-off-by: Stepan Blyschak <stepanb@mellanox.com>
    Stepan Blyschak committed Mar 25, 2019
    Configuration menu
    Copy the full SHA
    4dd3492 View commit details
    Browse the repository at this point in the history
  3. [mellanox] add SDK build from sources

    Signed-off-by: Stepan Blyschak <stepanb@mellanox.com>
    Stepan Blyschak committed Mar 25, 2019
    Configuration menu
    Copy the full SHA
    26a48c5 View commit details
    Browse the repository at this point in the history
  4. [mellanox] pass -j$(SONIC_CONFIG_MAKE_JOBS) when building SDK

    Signed-off-by: Stepan Blyschak <stepanb@mellanox.com>
    Stepan Blyschak committed Mar 25, 2019
    Configuration menu
    Copy the full SHA
    af5b105 View commit details
    Browse the repository at this point in the history
  5. [mellanox] Add MLNX_SAI_REPO, MLNX_FW_BASE_URL variables

    Signed-off-by: Stepan Blyschak <stepanb@mellanox.com>
    Stepan Blyschak committed Mar 25, 2019
    Configuration menu
    Copy the full SHA
    845942c View commit details
    Browse the repository at this point in the history
  6. [mellanox] if MLNX_SDK_BASE_SOURCE_URL is not empty then build SDK fr…

    …om sources
    
    Signed-off-by: Stepan Blyschak <stepanb@mellanox.com>
    Stepan Blyschak committed Mar 25, 2019
    Configuration menu
    Copy the full SHA
    657aa99 View commit details
    Browse the repository at this point in the history