-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[build]: SONiC buildimage ARM arch support (#2980)
ARM Architecture support in SONIC make configure platform=[ASIC_VENDOR_ARCH] PLATFORM_ARCH=[ARM_ARCH] SONIC_ARCH: default amd64 armhf - arm32bit arm64 - arm64bit Signed-off-by: Antony Rheneus <[email protected]>
- Loading branch information
1 parent
2c6cd62
commit 50fe458
Showing
117 changed files
with
2,075 additions
and
208 deletions.
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
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,8 +1,8 @@ | ||
## Debian mirror on Microsoft Azure | ||
## Ref: http://debian-archive.trafficmanager.net/ | ||
|
||
deb http://debian-archive.trafficmanager.net/debian/ stretch main contrib non-free | ||
deb-src http://debian-archive.trafficmanager.net/debian/ stretch main contrib non-free | ||
deb http://debian-archive.trafficmanager.net/debian-security/ stretch/updates main contrib non-free | ||
deb-src http://debian-archive.trafficmanager.net/debian-security/ stretch/updates main contrib non-free | ||
deb http://debian-archive.trafficmanager.net/debian/ stretch-backports main contrib non-free | ||
deb [arch=amd64] http://debian-archive.trafficmanager.net/debian/ stretch main contrib non-free | ||
deb-src [arch=amd64] http://debian-archive.trafficmanager.net/debian/ stretch main contrib non-free | ||
deb [arch=amd64] http://debian-archive.trafficmanager.net/debian-security/ stretch/updates main contrib non-free | ||
deb-src [arch=amd64] http://debian-archive.trafficmanager.net/debian-security/ stretch/updates main contrib non-free | ||
deb [arch=amd64] http://debian-archive.trafficmanager.net/debian/ stretch-backports main contrib non-free |
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 |
---|---|---|
@@ -0,0 +1,7 @@ | ||
## Debian mirror for ARM repo | ||
|
||
# ARM repo | ||
deb [arch=arm64] http://deb.debian.org/debian stretch main contrib non-free | ||
deb-src [arch=arm64] http://deb.debian.org/debian stretch main contrib non-free | ||
deb [arch=arm64] http://security.debian.org stretch/updates main contrib non-free | ||
deb-src [arch=arm64] http://security.debian.org stretch/updates main contrib non-free |
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 |
---|---|---|
@@ -0,0 +1,7 @@ | ||
## Debian mirror for ARM repo | ||
|
||
# ARM repo | ||
deb [arch=armhf] http://deb.debian.org/debian stretch main contrib non-free | ||
deb-src [arch=armhf] http://deb.debian.org/debian stretch main contrib non-free | ||
deb [arch=armhf] http://security.debian.org stretch/updates main contrib non-free | ||
deb-src [arch=armhf] http://security.debian.org stretch/updates main contrib non-free |
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,7 +1,7 @@ | ||
## Debian mirror on Microsoft Azure | ||
## Ref: http://debian-archive.trafficmanager.net/ | ||
|
||
deb http://debian-archive.trafficmanager.net/debian/ jessie main contrib non-free | ||
deb-src http://debian-archive.trafficmanager.net/debian/ jessie main contrib non-free | ||
deb http://debian-archive.trafficmanager.net/debian-security/ jessie/updates main contrib non-free | ||
deb-src http://debian-archive.trafficmanager.net/debian-security/ jessie/updates main contrib non-free | ||
deb [arch=amd64] http://debian-archive.trafficmanager.net/debian/ jessie main contrib non-free | ||
deb-src [arch=amd64] http://debian-archive.trafficmanager.net/debian/ jessie main contrib non-free | ||
deb [arch=amd64] http://debian-archive.trafficmanager.net/debian-security/ jessie/updates main contrib non-free | ||
deb-src [arch=amd64] http://debian-archive.trafficmanager.net/debian-security/ jessie/updates main contrib non-free |
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 |
---|---|---|
@@ -0,0 +1,7 @@ | ||
## Debian mirror for ARM repo | ||
|
||
# ARM64 repo | ||
deb [arch=arm64] http://archive.debian.org/debian jessie main contrib non-free | ||
deb-src [arch=arm64] http://archive.debian.org/debian jessie main contrib non-free | ||
deb-src [arch=arm64] http://archive.debian.org/debian jessie-backports main contrib non-free | ||
deb [arch=arm64] http://archive.debian.org/debian jessie-backports main contrib non-free |
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 |
---|---|---|
@@ -0,0 +1,7 @@ | ||
## Debian mirror for ARM repo | ||
|
||
# ARMhf repo | ||
deb [arch=armhf] http://deb.debian.org/debian jessie main contrib non-free | ||
deb-src [arch=armhf] http://deb.debian.org/debian jessie main contrib non-free | ||
deb [arch=armhf] http://security.debian.org jessie/updates main contrib non-free | ||
deb-src [arch=armhf] http://security.debian.org jessie/updates main contrib non-free |
Oops, something went wrong.