summaryrefslogtreecommitdiff
path: root/meta-raspberrypi/recipes-kernel
diff options
context:
space:
mode:
authorBrad Bishop <bradleyb@fuzziesquirrel.com>2020-01-06 17:44:45 +0300
committerBrad Bishop <bradleyb@fuzziesquirrel.com>2020-01-06 17:44:46 +0300
commit870eb53cd2dd418fcd6e26356392b6366e51cae5 (patch)
tree715b0c8ffada95025ba25b8fd386d4ebab35b0b3 /meta-raspberrypi/recipes-kernel
parente378b1990eb7d1e122b9119bfa006bfc8c52fda3 (diff)
downloadopenbmc-870eb53cd2dd418fcd6e26356392b6366e51cae5.tar.xz
meta-raspberrypi: subtree update:3ae288aa38..a953fc0f9b
Andrei Gherzan (2): raspberrypi-firmware: Update to current HEAD linux-raspberrypi: Bump to 4.19 recipe to 4.19.88 Leon Anavi (1): pi-bluetooth: Runtime depends on udev-rules-rpi Michael Baisch (1): linux-raspberrypi.inc: no longer set CONFIG_LOCALVERSION to empty string Pierre-Jean Texier (3): linux-raspberrypi-rt: bump to revision e2e9cec rpi-gpio: bump to version 0.7.0 raspi-gpio: bump to revision 4edfde1 Change-Id: Ibd557330128fe2b6afbefd2234e411b45f265aeb Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
Diffstat (limited to 'meta-raspberrypi/recipes-kernel')
-rw-r--r--meta-raspberrypi/recipes-kernel/linux/linux-raspberrypi-rt_4.19.bb2
-rw-r--r--meta-raspberrypi/recipes-kernel/linux/linux-raspberrypi.inc5
-rw-r--r--meta-raspberrypi/recipes-kernel/linux/linux-raspberrypi_4.19.bb4
3 files changed, 5 insertions, 6 deletions
diff --git a/meta-raspberrypi/recipes-kernel/linux/linux-raspberrypi-rt_4.19.bb b/meta-raspberrypi/recipes-kernel/linux/linux-raspberrypi-rt_4.19.bb
index 7a9f083afe..2d9363f5f0 100644
--- a/meta-raspberrypi/recipes-kernel/linux/linux-raspberrypi-rt_4.19.bb
+++ b/meta-raspberrypi/recipes-kernel/linux/linux-raspberrypi-rt_4.19.bb
@@ -1,6 +1,6 @@
LINUX_VERSION ?= "4.19.71"
LINUX_RPI_BRANCH ?= "rpi-4.19.y-rt"
-SRCREV = "1532ea50263c8fd70f769b55e60fbc6a0c5778a0"
+SRCREV = "e2e9cec6fb061ba58304fd391ef76747f2963557"
require linux-raspberrypi_4.19.inc
diff --git a/meta-raspberrypi/recipes-kernel/linux/linux-raspberrypi.inc b/meta-raspberrypi/recipes-kernel/linux/linux-raspberrypi.inc
index ea7f778371..f6e577484e 100644
--- a/meta-raspberrypi/recipes-kernel/linux/linux-raspberrypi.inc
+++ b/meta-raspberrypi/recipes-kernel/linux/linux-raspberrypi.inc
@@ -22,6 +22,8 @@ KBUILD_DEFCONFIG_raspberrypi3-64 ?= "bcmrpi3_defconfig"
KBUILD_DEFCONFIG_raspberrypi4 ?= "bcm2711_defconfig"
KBUILD_DEFCONFIG_raspberrypi4-64 ?= "bcm2711_defconfig"
+LINUX_VERSION_EXTENSION ?= ""
+
# CMDLINE for raspberrypi
SERIAL = "${@oe.utils.conditional("ENABLE_UART", "1", "console=serial0,115200", "", d)}"
CMDLINE ?= "dwc_otg.lpm_enable=0 ${SERIAL} root=/dev/mmcblk0p2 rootfstype=ext4 rootwait"
@@ -98,9 +100,6 @@ do_configure_prepend() {
mv -f ${B}/.config ${B}/.config.patched
CONF_SED_SCRIPT=""
- # Localversion
- kernel_configure_variable LOCALVERSION "\"\""
-
if [ "${INITRAMFS_IMAGE_BUNDLE}" = "1" ]; then
kernel_configure_variable OVERLAY_FS y
kernel_configure_variable SQUASHFS y
diff --git a/meta-raspberrypi/recipes-kernel/linux/linux-raspberrypi_4.19.bb b/meta-raspberrypi/recipes-kernel/linux/linux-raspberrypi_4.19.bb
index 45a122d1f8..b891a42771 100644
--- a/meta-raspberrypi/recipes-kernel/linux/linux-raspberrypi_4.19.bb
+++ b/meta-raspberrypi/recipes-kernel/linux/linux-raspberrypi_4.19.bb
@@ -1,6 +1,6 @@
-LINUX_VERSION ?= "4.19.81"
+LINUX_VERSION ?= "4.19.88"
LINUX_RPI_BRANCH ?= "rpi-4.19.y"
-SRCREV = "eef78b714c3fbc635642332a2ce7d66e51f514d9"
+SRCREV = "988cc7beacc150756c3fbe40646afcf8438b741b"
require linux-raspberrypi_4.19.inc