Sync platform-modules-belgite deb's kernel version 5.10.0-8-2 with master runtime kernel version 5.10.0-12-2 (#10946)
# Why I did it platform-modules-belgite's deb requests linux-image-5.10.0-8-2-amd64-unsigned, which does not match the runtime kernel version # How I did it update the belgite's deb configuration in deb's control # How to verify it check the firsttime boot log in belgite platform Co-authored-by: nicwu-cel <nicwu@celestica.com>
This commit is contained in:
parent
3e427419ee
commit
ca546ddec3
@ -1,4 +1,4 @@
|
||||
CONSOLE_PORT=0x3f8
|
||||
CONSOLE_DEV=0
|
||||
CONSOLE_SPEED=9600
|
||||
ONIE_PLATFORM_EXTRA_CMDLINE_LINUX="intel_iommu=off module_blacklist=gpio_ich crashkernel=0M-2G:256M,2G-4G:320M,4G-8G:384M,8G-:448M acpi_no_watchdog"
|
||||
ONIE_PLATFORM_EXTRA_CMDLINE_LINUX="intel_iommu=off modprobe.blacklist=gpio_ich,i2c-ismt,i2c_ismt,i2c-i801,i2c_i801 crashkernel=0M-2G:256M,2G-4G:320M,4G-8G:384M,8G-:448M acpi_no_watchdog"
|
||||
|
@ -14,7 +14,7 @@ export CEL_BELGITE_PLATFORM_MODULE_VERSION
|
||||
|
||||
CEL_DX010_PLATFORM_MODULE = platform-modules-dx010_$(CEL_DX010_PLATFORM_MODULE_VERSION)_amd64.deb
|
||||
$(CEL_DX010_PLATFORM_MODULE)_SRC_PATH = $(PLATFORM_PATH)/sonic-platform-modules-cel
|
||||
$(CEL_DX010_PLATFORM_MODULE)_DEPENDS += $(LINUX_HEADERS) $(LINUX_HEADERS_COMMON)
|
||||
$(CEL_DX010_PLATFORM_MODULE)_DEPENDS += $(LINUX_HEADERS) $(LINUX_HEADERS_COMMON) $(PDDF_PLATFORM_MODULE_SYM)
|
||||
$(CEL_DX010_PLATFORM_MODULE)_PLATFORM = x86_64-cel_seastone-r0
|
||||
SONIC_DPKG_DEBS += $(CEL_DX010_PLATFORM_MODULE)
|
||||
|
||||
|
@ -28,5 +28,5 @@ Description: kernel modules for platform devices such as led, sfp.
|
||||
|
||||
Package: platform-modules-belgite
|
||||
Architecture: amd64
|
||||
Depends: linux-image-5.10.0-8-2-amd64-unsigned
|
||||
Depends: linux-image-5.10.0-12-2-amd64-unsigned
|
||||
Description: kernel modules for platform devices such as led, sfp
|
||||
|
Loading…
Reference in New Issue
Block a user