mirror of
git://git.yoctoproject.org/meta-raspberrypi.git
synced 2025-07-19 21:09:03 +02:00
linux-raspberrypi.inc: no longer set CONFIG_LOCALVERSION to empty string
Fixes: #533 Signed-off-by: Michael Baisch <baisch@tau-tec.com>
This commit is contained in:
parent
bc7b654fee
commit
ef6555c09a
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user