-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
add support for linux 4.9 #2009
Closed
Closed
Changes from 36 commits
Commits
Show all changes
46 commits
Select commit
Hold shift + click to select a range
fb89696
Upgrade SAI to v1.2.4
simonJi2018 bd14591
Add a new supported device accton as7116
simonJi2018 199777f
Add maintainer info for deb
simonJi2018 50bba03
Add mk file for accton 7116
simonJi2018 72d9dfd
Merge pull request #1 from Azure/master
simonJi2018 2454618
Merge pull request #2 from Azure/master
simonJi2018 8a11490
Merge remote-tracking branch 'upstream/master'
simonJi2018 8dc7136
fix some bug for sai 1.2.4
simonJi2018 7175397
fix git commit error for sdk and sai
simonJi2018 72e9dcf
change sai and sdk deb name
simonJi2018 8ec29b7
add config file for qos support
simonJi2018 9cebb42
add config file for qos support
simonJi2018 10b5338
Merge remote-tracking branch 'upstream/master'
simonJi2018 51f508c
Merge branch 'master' of https://github.com/Azure/sonic-buildimage in…
simonJi2018 45d8da9
Merge branch 'Azure-master'
simonJi2018 db18dd3
initial commit
simonJi2018 f455b17
Delete qos.json
simonJi2018 19c37c8
Delete buffers.json.j2
simonJi2018 cbb7390
Delete qos.json
simonJi2018 dae8ffb
Delete buffers.json.j2
simonJi2018 cd7ceee
Delete buffers.json.j2
simonJi2018 3e70ee9
Delete qos.json
simonJi2018 ab58fd5
Merge pull request #4 from Azure/master
simonJi2018 f0d4e82
Merge branch 'master' of https://github.com/simonJi2018/sonic-buildimage
simonJi2018 927e56e
Merge remote-tracking branch 'upstream/master'
simonJi2018 a8728f2
add support for sai 1.3.0
simonJi2018 aa9ce44
Merge remote-tracking branch 'upstream/master'
simonJi2018 5568712
add qos and buffer file for device and add sensor driver for 7116
simonJi2018 5b857fa
Merge pull request #6 from Azure/master
simonJi2018 a85f8a3
Merge pull request #7 from Azure/master
simonJi2018 5800e99
change buffer template
simonJi2018 482ad6d
fix fan led bug
simonJi2018 67fdf82
Merge pull request #9 from Azure/master
simonJi2018 3dd6819
Merge pull request #10 from Azure/master
simonJi2018 a2f4b4b
Merge pull request #11 from Azure/master
simonJi2018 466d00b
add support for linux-4.9
simonJi2018 271501d
Merge pull request #12 from Azure/master
simonJi2018 b8e01b2
Merge pull request #13 from Azure/master
simonJi2018 602732d
Merge pull request #14 from Azure/master
simonJi2018 e306369
Merge remote-tracking branch 'upstream/master'
armedTiger 43c494a
Merge remote-tracking branch 'upstream/master'
simonJi2018 7ac1862
Merge branch 'master' of https://github.com/simonJi2018/sonic-buildimage
simonJi2018 b338aaf
Merge remote-tracking branch 'upstream/master'
simonJi2018 4299ef9
update device driver and update sdk and sai for support kernel 4.9
simonJi2018 7d920a9
Merge remote-tracking branch 'upstream/master'
simonJi2018 0c07492
Merge remote-tracking branch 'upstream/master'
simonJi2018 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,9 @@ | ||
NEPHOS_SAI = libsainps_2.0.3_sai_1.3.0_3147dc_amd64.deb | ||
$(NEPHOS_SAI)_URL = "https://github.com/NephosInc/SONiC/raw/master/sai/libsainps_2.0.3_sai_1.3.0_3147dc_amd64.deb" | ||
NEPHOS_SAI = libsainps_2.0.5_sai_1.3.3_5b2237_amd64.deb | ||
$(NEPHOS_SAI)_URL = "https://github.com/NephosInc/SONiC/raw/master/sai/libsainps_2.0.5_sai_1.3.3_5b2237_amd64.deb" | ||
|
||
NEPHOS_SAI_DEV = libsainps-dev_2.0.3_sai_1.3.0_3147dc_amd64.deb | ||
NEPHOS_SAI_DEV = libsainps-dev_2.0.5_sai_1.3.3_5b2237_amd64.deb | ||
$(eval $(call add_derived_package,$(NEPHOS_SAI),$(NEPHOS_SAI_DEV))) | ||
$(NEPHOS_SAI_DEV)_URL = "https://github.com/NephosInc/SONiC/raw/master/sai/libsainps-dev_2.0.3_sai_1.3.0_3147dc_amd64.deb" | ||
$(NEPHOS_SAI_DEV)_URL = "https://github.com/NephosInc/SONiC/raw/master/sai/libsainps-dev_2.0.5_sai_1.3.3_5b2237_amd64.deb" | ||
|
||
SONIC_ONLINE_DEBS += $(NEPHOS_SAI) $(NEPHOS_SAI_DEV) | ||
$(NEPHOS_SAI_DEV)_DEPENDS += $(NEPHOS_SAI) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
NEPHOS_NPS_KERNEL = nps-modules-3.16.0-5_2.0.3_3147dc_amd64.deb | ||
$(NEPHOS_NPS_KERNEL)_URL = "https://github.com/NephosInc/SONiC/raw/master/sdk/nps-modules-3.16.0-5_2.0.3_3147dc_amd64.deb" | ||
NEPHOS_NPS_KERNEL = nps-modules-4.9.0-7_2.0.5_fc2e9a_amd64.deb | ||
$(NEPHOS_NPS_KERNEL)_URL = "https://github.com/NephosInc/SONiC/raw/master/sdk/nps-modules-4.9.0-7_2.0.5_fc2e9a_amd64.deb" | ||
simonJi2018 marked this conversation as resolved.
Show resolved
Hide resolved
|
||
|
||
SONIC_ONLINE_DEBS += $(NEPHOS_NPS_KERNEL) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
i believe this is not needed since it is extra package of 32x platform.