diff options
-rw-r--r-- | recipes-kernel/linux/linux-raspberrypi.inc | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/recipes-kernel/linux/linux-raspberrypi.inc b/recipes-kernel/linux/linux-raspberrypi.inc index ea7f778..f6e5774 100644 --- a/recipes-kernel/linux/linux-raspberrypi.inc +++ b/recipes-kernel/linux/linux-raspberrypi.inc | |||
@@ -22,6 +22,8 @@ KBUILD_DEFCONFIG_raspberrypi3-64 ?= "bcmrpi3_defconfig" | |||
22 | KBUILD_DEFCONFIG_raspberrypi4 ?= "bcm2711_defconfig" | 22 | KBUILD_DEFCONFIG_raspberrypi4 ?= "bcm2711_defconfig" |
23 | KBUILD_DEFCONFIG_raspberrypi4-64 ?= "bcm2711_defconfig" | 23 | KBUILD_DEFCONFIG_raspberrypi4-64 ?= "bcm2711_defconfig" |
24 | 24 | ||
25 | LINUX_VERSION_EXTENSION ?= "" | ||
26 | |||
25 | # CMDLINE for raspberrypi | 27 | # CMDLINE for raspberrypi |
26 | SERIAL = "${@oe.utils.conditional("ENABLE_UART", "1", "console=serial0,115200", "", d)}" | 28 | SERIAL = "${@oe.utils.conditional("ENABLE_UART", "1", "console=serial0,115200", "", d)}" |
27 | CMDLINE ?= "dwc_otg.lpm_enable=0 ${SERIAL} root=/dev/mmcblk0p2 rootfstype=ext4 rootwait" | 29 | CMDLINE ?= "dwc_otg.lpm_enable=0 ${SERIAL} root=/dev/mmcblk0p2 rootfstype=ext4 rootwait" |
@@ -98,9 +100,6 @@ do_configure_prepend() { | |||
98 | mv -f ${B}/.config ${B}/.config.patched | 100 | mv -f ${B}/.config ${B}/.config.patched |
99 | CONF_SED_SCRIPT="" | 101 | CONF_SED_SCRIPT="" |
100 | 102 | ||
101 | # Localversion | ||
102 | kernel_configure_variable LOCALVERSION "\"\"" | ||
103 | |||
104 | if [ "${INITRAMFS_IMAGE_BUNDLE}" = "1" ]; then | 103 | if [ "${INITRAMFS_IMAGE_BUNDLE}" = "1" ]; then |
105 | kernel_configure_variable OVERLAY_FS y | 104 | kernel_configure_variable OVERLAY_FS y |
106 | kernel_configure_variable SQUASHFS y | 105 | kernel_configure_variable SQUASHFS y |