Skip to content

[202311] [Mellanox] Integrate HW-MGMT 7.0030.4002 #393

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

Merged
merged 5 commits into from
May 25, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .azure-pipelines/build-template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ parameters:
values:
- vs
- pensando
- mellanox
default: vs

- name: pool
Expand Down
7 changes: 7 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,13 @@ $(addprefix $(DEST)/, $(MAIN_TARGET)): $(DEST)/% :
cp $(NON_UP_DIR)/patches/*.patch patch/
fi

# Include any platform specific patches
if [ -f "patch/$(CONFIGURED_PLATFORM)/platform-changes.patch" ]; then
cat patch/$(CONFIGURED_PLATFORM)/platform-changes.patch
git stash -- patch/
git apply patch/$(CONFIGURED_PLATFORM)/platform-changes.patch
fi

# Obtaining the Debian kernel source
rm -rf $(BUILD_DIR)
wget -O $(DSC_FILE) $(DSC_FILE_URL)
Expand Down
7 changes: 7 additions & 0 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,3 +40,10 @@ stages:
sonic_slave: sonic-slave-bullseye-arm64
artifact_name: sonic-linux-kernel.pensando.arm64

- template: .azure-pipelines/build-template.yml
parameters:
arch: amd64
platform: mellanox
sonic_slave: sonic-slave-bullseye
artifact_name: sonic-linux-kernel.mellanox.amd64

Loading