RPi: update kernel version to openEuler 5.10.0-78.0.0
This commit is contained in:
parent
ad17f94d54
commit
7f48b46826
@ -85382,8 +85382,8 @@ index 1780019d2474..d6091f3b1ca3 100644
|
|||||||
obj-$(CONFIG_MFD_KHADAS_MCU) += khadas-mcu.o
|
obj-$(CONFIG_MFD_KHADAS_MCU) += khadas-mcu.o
|
||||||
+obj-$(CONFIG_MFD_RPISENSE_CORE) += rpisense-core.o
|
+obj-$(CONFIG_MFD_RPISENSE_CORE) += rpisense-core.o
|
||||||
|
|
||||||
obj-$(CONFIG_SGI_MFD_IOC3) += ioc3.o
|
obj-$(CONFIG_LPC_CHIP3) += lpc_sunway_chip3.o
|
||||||
obj-$(CONFIG_MFD_SIMPLE_MFD_I2C) += simple-mfd-i2c.o
|
obj-$(CONFIG_SUNWAY_SUPERIO_AST2400) += sunway_ast2400.o
|
||||||
diff --git a/drivers/mfd/bcm2835-pm.c b/drivers/mfd/bcm2835-pm.c
|
diff --git a/drivers/mfd/bcm2835-pm.c b/drivers/mfd/bcm2835-pm.c
|
||||||
index 42fe67f1538e..f66f92fe28c3 100644
|
index 42fe67f1538e..f66f92fe28c3 100644
|
||||||
--- a/drivers/mfd/bcm2835-pm.c
|
--- a/drivers/mfd/bcm2835-pm.c
|
||||||
|
|||||||
@ -2,13 +2,13 @@
|
|||||||
|
|
||||||
%global KernelVer %{version}-%{release}.raspi.%{_target_cpu}
|
%global KernelVer %{version}-%{release}.raspi.%{_target_cpu}
|
||||||
|
|
||||||
%global hulkrelease 52.0.0
|
%global hulkrelease 78.0.0
|
||||||
|
|
||||||
%global debug_package %{nil}
|
%global debug_package %{nil}
|
||||||
|
|
||||||
Name: raspberrypi-kernel
|
Name: raspberrypi-kernel
|
||||||
Version: 5.10.0
|
Version: 5.10.0
|
||||||
Release: %{hulkrelease}.5
|
Release: %{hulkrelease}.6
|
||||||
Summary: Linux Kernel
|
Summary: Linux Kernel
|
||||||
License: GPLv2
|
License: GPLv2
|
||||||
URL: http://www.kernel.org/
|
URL: http://www.kernel.org/
|
||||||
@ -166,6 +166,9 @@ install -m 644 /boot/dtb-%{KernelVer}/overlays/README /boot/overlays/
|
|||||||
/lib/modules/%{KernelVer}
|
/lib/modules/%{KernelVer}
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sat Apr 2 2022 Yafen Fang <yafen@iscas.ac.cn> - 5.10.0-78.0.0.6
|
||||||
|
- update kernel version to openEuler 5.10.0-78.0.0
|
||||||
|
|
||||||
* Fri Mar 11 2022 Yafen Fang <yafen@iscas.ac.cn> - 5.10.0-52.0.0.5
|
* Fri Mar 11 2022 Yafen Fang <yafen@iscas.ac.cn> - 5.10.0-52.0.0.5
|
||||||
- update warning info when uninstall or update raspberrypi-kernel
|
- update warning info when uninstall or update raspberrypi-kernel
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user