34ea91349c
* Single image * Fix review comments * Update syncd service. Add HW mgmt to Mellanox single image. * Add single image template for Broadcom platform. SKU should be provided during configure: make configure PLATFORM=broadcom SKU=Force10-S6000 * Add single image template for Cavium platform. SKU should be provided during configure: make configure PLATFORM=cavium SKU=AS7512 * Add description to sonic_debian_extension.j2 file.
26 lines
589 B
Plaintext
26 lines
589 B
Plaintext
## DESCRIPTION:
|
|
## config for ONIE image
|
|
##
|
|
|
|
## Partition size in MB
|
|
## The default size is 32GB
|
|
: ${ONIE_IMAGE_PART_SIZE:=32768}
|
|
|
|
## Target hardware information
|
|
: ${TARGET_PLATFORM:=x86_64}
|
|
: ${TARGET_MACHINE:=generic}
|
|
|
|
ONIEIMAGE_VERSION=r0
|
|
|
|
## Filename for squashfs file system
|
|
FILESYSTEM_SQUASHFS=fs.squashfs
|
|
|
|
## Filename for onie installer payload, will be the main part of onie installer
|
|
ONIE_INSTALLER_PAYLOAD=fs.zip
|
|
|
|
## Filename for docker file system
|
|
FILESYSTEM_DOCKERFS=dockerfs.tar.gz
|
|
|
|
## Output file name for onie installer
|
|
OUTPUT_ONIE_IMAGE=target/sonic-$TARGET_MACHINE.bin
|