File tree 9 files changed +30
-30
lines changed
9 files changed +30
-30
lines changed Original file line number Diff line number Diff line change
1
+ # sonic broadcom one image installer
2
+
3
+ SONIC_ONE_IMAGE = sonic-broadcom.bin
4
+ $(SONIC_ONE_IMAGE)_MACHINE = broadcom
5
+ $(SONIC_ONE_IMAGE)_IMAGE_TYPE = onie
6
+ $(SONIC_ONE_IMAGE)_DEPENDS += $(BRCM_OPENNSL_KERNEL )
7
+ $(SONIC_ONE_IMAGE)_DOCKERS += $(SONIC_INSTALL_DOCKER_IMAGES )
8
+ SONIC_INSTALLERS += $(SONIC_ONE_IMAGE )
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ include $(PLATFORM_PATH)/sdk.mk
2
2
include $(PLATFORM_PATH ) /sai.mk
3
3
include $(PLATFORM_PATH ) /docker-orchagent-brcm.mk
4
4
include $(PLATFORM_PATH ) /docker-syncd-brcm.mk
5
- include $(PLATFORM_PATH ) /single -image.mk
5
+ include $(PLATFORM_PATH ) /one -image.mk
6
6
7
7
BCMCMD = bcmcmd
8
8
$(BCMCMD)_URL = "https://sonicstorage.blob.core.windows.net/packages/bcmcmd?sv=2015-04-05&sr=b&sig=X3bFApmsNFmcnWM9mSGRxBugPcg%2FgJCHh5hhSuV1M2c%3D&se=2030-08-23T14%3A41%3A56Z&sp=r"
@@ -12,7 +12,7 @@ $(DSSERVE)_URL = "https://sonicstorage.blob.core.windows.net/packages/dsserve?sv
12
12
13
13
SONIC_ONLINE_FILES += $(BCMCMD ) $(DSSERVE )
14
14
15
- SONIC_ALL += $(SONIC_SINGLE_IMAGE )
15
+ SONIC_ALL += $(SONIC_ONE_IMAGE )
16
16
17
17
# Inject brcm sai into sairedis
18
18
$(LIBSAIREDIS)_DEPENDS += $(BRCM_OPENNSL ) $(BRCM_SAI ) $(BRCM_SAI_DEV )
Load Diff This file was deleted.
Original file line number Diff line number Diff line change
1
+ # sonic cavium one image installer
2
+
3
+ SONIC_ONE_IMAGE = sonic-cavium.bin
4
+ $(SONIC_ONE_IMAGE)_MACHINE = cavium
5
+ $(SONIC_ONE_IMAGE)_IMAGE_TYPE = onie
6
+ $(SONIC_ONE_IMAGE)_DEPENDS += $(CAVM_PLATFORM_DEB )
7
+ $(SONIC_ONE_IMAGE)_DOCKERS += $(SONIC_INSTALL_DOCKER_IMAGES )
8
+ SONIC_INSTALLERS += $(SONIC_ONE_IMAGE )
Original file line number Diff line number Diff line change @@ -2,9 +2,9 @@ include $(PLATFORM_PATH)/cavm-sai.mk
2
2
include $(PLATFORM_PATH ) /docker-syncd-cavm.mk
3
3
include $(PLATFORM_PATH ) /docker-orchagent-cavm.mk
4
4
include $(PLATFORM_PATH ) /cavm_platform_modules.mk
5
- include $(PLATFORM_PATH ) /single -image.mk
5
+ include $(PLATFORM_PATH ) /one -image.mk
6
6
7
- SONIC_ALL += $(SONIC_SINGLE_IMAGE )
7
+ SONIC_ALL += $(SONIC_ONE_IMAGE )
8
8
9
9
# Inject cavium sai into sairedis
10
10
$(LIBSAIREDIS)_DEPENDS += $(CAVM_SAI ) $(CAVM_LIBSAI )
Load Diff This file was deleted.
Original file line number Diff line number Diff line change
1
+ # sonic mellanox one image installer
2
+
3
+ SONIC_ONE_IMAGE = sonic-mellanox.bin
4
+ $(SONIC_ONE_IMAGE)_MACHINE = mellanox
5
+ $(SONIC_ONE_IMAGE)_IMAGE_TYPE = onie
6
+ $(SONIC_ONE_IMAGE)_DEPENDS += $(SX_KERNEL ) $(KERNEL_MFT ) $(MFT ) $(MLNX_HW_MANAGEMENT )
7
+ $(SONIC_ONE_IMAGE)_DOCKERS += $(SONIC_INSTALL_DOCKER_IMAGES )
8
+ SONIC_INSTALLERS += $(SONIC_ONE_IMAGE )
Original file line number Diff line number Diff line change @@ -5,9 +5,9 @@ include $(PLATFORM_PATH)/mlnx-sai.mk
5
5
include $(PLATFORM_PATH ) /hw-management.mk
6
6
include $(PLATFORM_PATH ) /docker-syncd-mlnx.mk
7
7
include $(PLATFORM_PATH ) /docker-orchagent-mlnx.mk
8
- include $(PLATFORM_PATH ) /single -image.mk
8
+ include $(PLATFORM_PATH ) /one -image.mk
9
9
10
- SONIC_ALL += $(SONIC_SINGLE_IMAGE )
10
+ SONIC_ALL += $(SONIC_ONE_IMAGE )
11
11
12
12
# Inject mlnx sai into sairedis
13
13
$(LIBSAIREDIS)_DEPENDS += $(MLNX_SAI )
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments