-
Notifications
You must be signed in to change notification settings - Fork 0
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]Support buster #35
Commits on Mar 9, 2020
-
Conflicts: platform/mellanox/fw.mk platform/mellanox/mlnx-sai.mk platform/mellanox/mlnx-sai/SAI-Implementation platform/mellanox/sdk-src/sx-kernel/Switch-SDK-drivers platform/mellanox/sdk.mk
Configuration menu - View commit details
-
Copy full SHA for e3ee91a - Browse repository at this point
Copy the full SHA e3ee91aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 64af755 - Browse repository at this point
Copy the full SHA 64af755View commit details -
Stephen Sun committed
Mar 9, 2020 Configuration menu - View commit details
-
Copy full SHA for 0b475ff - Browse repository at this point
Copy the full SHA 0b475ffView commit details
Commits on Mar 11, 2020
-
Currently we port SONiC to buster in a way that building docker-base based on buster and other dockers based on stretch. The benefit is that tasks can be carried out simultaneously. The build procedure can be treated as 2 stages. The first stage is to build the stretch-based debs and dockers and the second stage is to build the buster-based ones. One thing we have to pay attention to is some debs depend on kernel should not be built at stretch stage because the kernel isn't available at that time. The idea is to move that kind of debs out of SONIC_STRETCH_DEBS and SONIC_MAKE_DEBS and add them to SONIC_DPKG_DEBS. Meanwhile, any dependency explicitly put on the stretch based dockers on kernel should be removed.
Stephen Sun committedMar 11, 2020 Configuration menu - View commit details
-
Copy full SHA for 5f7f38e - Browse repository at this point
Copy the full SHA 5f7f38eView commit details
Commits on Mar 12, 2020
-
Use SONIC_MAKE_DEBS instead of SONIC_DPKG_DEBS
Stephen Sun committedMar 12, 2020 Configuration menu - View commit details
-
Copy full SHA for 888514a - Browse repository at this point
Copy the full SHA 888514aView commit details
Commits on Mar 15, 2020
-
[Mellanox]WA to avoid fsroot being corrupted by "dpkg --extract"
Stephen committedMar 15, 2020 Configuration menu - View commit details
-
Copy full SHA for 3e105da - Browse repository at this point
Copy the full SHA 3e105daView commit details -
[docker-wait-any]Use APIClient instead of Client according to API update
Stephen Sun committedMar 15, 2020 Configuration menu - View commit details
-
Copy full SHA for f98c0df - Browse repository at this point
Copy the full SHA f98c0dfView commit details -
[Mellanox]Update the kernel version in mft/Makefile to 4.19
Stephen Sun committedMar 15, 2020 Configuration menu - View commit details
-
Copy full SHA for bea37e4 - Browse repository at this point
Copy the full SHA bea37e4View commit details
Commits on Mar 16, 2020
-
Configuration menu - View commit details
-
Copy full SHA for d9bec8b - Browse repository at this point
Copy the full SHA d9bec8bView commit details
Commits on Mar 17, 2020
-
[Mellanox]remove the tmpdir if it already existed before calling dpkg…
… --extract
Stephen Sun committedMar 17, 2020 Configuration menu - View commit details
-
Copy full SHA for 18ddeaf - Browse repository at this point
Copy the full SHA 18ddeafView commit details
Commits on Mar 20, 2020
-
Install haveged which accelerates the initialization of /dev/random (…
…crng init) which is responsible to random number generation On some devices the system can take very long to start. Eventually we found it is because crng init takes very long to finish. Haveged resolves this problem
Stephen Sun committedMar 20, 2020 Configuration menu - View commit details
-
Copy full SHA for 4d948d8 - Browse repository at this point
Copy the full SHA 4d948d8View commit details -
[python-click]Add patch: don't replace underscore with dash in commands
Stephen Sun committedMar 20, 2020 Configuration menu - View commit details
-
Copy full SHA for e9cd291 - Browse repository at this point
Copy the full SHA e9cd291View commit details