Skip to content
Closed
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
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ For Broadcom ASIC, we build ONIE and EOS image. EOS image is used for Arista dev
# build ONIE image
make target/sonic-broadcom.bin
# build EOS image
make target/sonic-aboot-broadcom.swi
make target/sonic-broadcom.swi

You may find the rules/config file useful. It contains configuration options for the build process, like adding more verbosity or showing dependencies, username and password for base image etc.

Expand Down
2 changes: 1 addition & 1 deletion onie-image.conf
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ OUTPUT_KVM_IMAGE=target/sonic-$TARGET_MACHINE.img
KVM_IMAGE_DISK_SIZE=16

## Output file name for aboot installer
OUTPUT_ABOOT_IMAGE=target/sonic-aboot-$TARGET_MACHINE.swi
OUTPUT_ABOOT_IMAGE=target/sonic-$TARGET_MACHINE.swi

## Aboot boot image name
ABOOT_BOOT_IMAGE=.sonic-boot.swi
2 changes: 1 addition & 1 deletion platform/barefoot/one-aboot.mk
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# sonic one aboot installer

SONIC_ONE_ABOOT_IMAGE = sonic-aboot-barefoot.swi
SONIC_ONE_ABOOT_IMAGE = sonic-barefoot.swi
$(SONIC_ONE_ABOOT_IMAGE)_MACHINE = barefoot
$(SONIC_ONE_ABOOT_IMAGE)_IMAGE_TYPE = aboot
$(SONIC_ONE_ABOOT_IMAGE)_INSTALLS += $(BFN_MODULE)
Expand Down
2 changes: 1 addition & 1 deletion platform/broadcom/one-aboot.mk
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# sonic broadcom one image installer

SONIC_ONE_ABOOT_IMAGE = sonic-aboot-broadcom.swi
SONIC_ONE_ABOOT_IMAGE = sonic-broadcom.swi
$(SONIC_ONE_ABOOT_IMAGE)_MACHINE = broadcom
$(SONIC_ONE_ABOOT_IMAGE)_IMAGE_TYPE = aboot
$(SONIC_ONE_ABOOT_IMAGE)_INSTALLS += $(BRCM_OPENNSL_KERNEL) $(ARISTA_PLATFORM_MODULE_DRIVERS) $(ARISTA_PLATFORM_MODULE_PYTHON2) $(ARISTA_PLATFORM_MODULE_PYTHON3) $(ARISTA_PLATFORM_MODULE)
Expand Down
2 changes: 1 addition & 1 deletion platform/generic/aboot-image.mk
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# sonic aboot installer

SONIC_GENERIC_ABOOT_IMAGE = sonic-aboot-generic.swi
SONIC_GENERIC_ABOOT_IMAGE = sonic-generic.swi
$(SONIC_GENERIC_ABOOT_IMAGE)_MACHINE = generic
$(SONIC_GENERIC_ABOOT_IMAGE)_IMAGE_TYPE = aboot
$(SONIC_GENERIC_ABOOT_IMAGE)_INSTALLS += $(SYSTEMD_SONIC_GENERATOR)
Expand Down