Skip to content
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

Upgrade linux-image version #1294

Merged
merged 7 commits into from
Jan 31, 2018

Conversation

qiluo-msft
Copy link
Collaborator

@qiluo-msft qiluo-msft commented Jan 10, 2018

Will merge soon

@lguohan
Copy link
Collaborator

lguohan commented Jan 11, 2018

all these needs to be changed.

build_debian.sh:sudo dpkg --root=$FILESYSTEM_ROOT -i target/debs/linux-image-3.16.0-4-amd64_*.deb || \
build_debian.sh:sudo cp target/debs/igb.ko $FILESYSTEM_ROOT/lib/modules/3.16.0-4-amd64/kernel/drivers/net/ethernet/intel/igb/igb.ko
files/Aboot/boot0.j2:kernel=boot/vmlinuz-3.16.0-4-amd64
files/Aboot/boot0.j2:initrd=boot/initrd.img-3.16.0-4-amd64
files/build_templates/swss.service.j2:Requires=opennsl-modules-3.16.0-4-amd64.service
files/build_templates/swss.service.j2:After=opennsl-modules-3.16.0-4-amd64.service
installer/x86_64/install.sh:        linux   /$image_dir/boot/vmlinuz-3.16.0-4-amd64 root=$grub_cfg_root rw $GRUB_CMDLINE_LINUX  \
installer/x86_64/install.sh:        initrd  /$image_dir/boot/initrd.img-3.16.0-4-amd64
platform/broadcom/sdk.mk:BRCM_OPENNSL_KERNEL = opennsl-modules-3.16.0-4-amd64_3.2.3.7-1_amd64.deb
platform/broadcom/sdk.mk:$(BRCM_OPENNSL_KERNEL)_URL = "https://sonicstorage.blob.core.windows.net/packages/opennsl-modules-3.16.0-4-amd64_3.2.3.7-1_amd64.deb?sv=2015-04-05&sr=b&sig=BJEFXfq2mgvSTIYZF8qF1Jj2ePkJaxBmA0HqhhAFPmQ%3D&se=2031-08-11T03%3A27%3A43Z&sp=r"
platform/broadcom/sonic-platform-modules-delta/debian/control:Depends: linux-image-3.16.0-4-amd64
platform/broadcom/sonic-platform-modules-inventec/debian/control:Depends: linux-image-3.16.0-4-amd64
platform/broadcom/sonic-platform-modules-inventec/debian/control:Depends: linux-image-3.16.0-4-amd64
platform/cavium/cavm_platform_modules/DEBIAN/control:Depends: linux-image-3.16.0-4-amd64
platform/centec/sdk.mk:CENTEC_SDK_KERNEL = centec-gg-sdk3.5-modules-3.16.0-4-amd64.deb
platform/centec/sdk.mk:$(CENTEC_SDK_KERNEL)_URL = "https://github.com/CentecNetworks/goldengate-sai/raw/master/lib/centec-gg-sdk3.5-modules-3.16.0-4-amd64.deb"
platform/mellanox/mft.mk:KERNEL_MFT = kernel-mft-dkms_4.5.0-3.16.0-4-amd64_all.deb
platform/mellanox/mft/Makefile:KERNELVER = 3.16.0-4-amd64
platform/mellanox/mft/Makefile:DERIVED_TARGETS = kernel-mft-dkms_4.5.0-3.16.0-4-amd64_all.deb
rules/linux-kernel.mk:KVERSION_SHORT = 3.16.0-4
src/igb/Makefile:       export BUILD_KERNEL=3.16.0-4-amd64

@lguohan
Copy link
Collaborator

lguohan commented Jan 11, 2018

igb build failure

Signed-off-by: Qi Luo <qiluo-msft@users.noreply.github.com>
Signed-off-by: Qi Luo <qiluo-msft@users.noreply.github.com>
Signed-off-by: Qi Luo <qiluo-msft@users.noreply.github.com>
Signed-off-by: Qi Luo <qiluo-msft@users.noreply.github.com>
kaiyu22 and others added 2 commits January 26, 2018 10:15
- What I did
Upgrading SDK version from 3.16.0-4 to 3.16.0-5 on Nephos platform

- How I did it
Updating sdk.mk in platform/nephos

- How to verify it
Checking system and network feature is worked on Nephos platform as well

- Description for the changelog
Update SDK version to support new kernel module 3.16.0-5

- A picture of a cute animal (not mandatory but encouraged)

Signed-off-by: Sam Yang <yang.kaiyu@gmail.com>
New URL includes sx-kernel compatible with Linux 3.16.0-5

Signed-off-by: marian-pritsak <marianp@mellanox.com>
@qiluo-msft qiluo-msft merged commit 358949b into sonic-net:master Jan 31, 2018
pollyhsu2git pushed a commit to edge-core/sonic-platform-modules-accton that referenced this pull request Feb 6, 2018
* UPDATE.  Based on SONiC PR#1294. Upgrade linux-image version (sonic-net/sonic-buildimage#1294)
* TEST. `ONIE installation` OK
* EXAMINE. `Starting Accton AS7712-32X Platform initialization service` OK upon booted-up
* EXAMINE. `Started /etc/rc.local Compatibility` OK upon booted-up

Signed-off-by: Polly Hsu <polly_hsu@edge-core.com>
pollyhsu2git pushed a commit to edge-core/sonic-platform-modules-accton that referenced this pull request Feb 6, 2018
* UPDATE.  Based on SONiC PR#1294. Upgrade linux-image version (sonic-net/sonic-buildimage#1294)
* TEST. `ONIE installation` OK
* EXAMINE. `Starting Accton AS7712-32X Platform initialization service` OK upon booted-up
* EXAMINE. `Started /etc/rc.local Compatibility` OK upon booted-up

Signed-off-by: Polly Hsu <polly_hsu@edge-core.com>
pollyhsu2git pushed a commit to pollyhsu2git/sonic-buildimage that referenced this pull request Feb 8, 2018
* UPDATE.  Based on SONiC PR#1294. Upgrade linux-image version (sonic-net#1294)
* TEST. `ONIE installation` OK
* EXAMINE. `Starting Accton AS7712-32X Platform initialization service` OK upon booted-up
* EXAMINE. `Started /etc/rc.local Compatibility` OK upon booted-up

Signed-off-by: Polly Hsu <polly_hsu@edge-core.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants