Skip to content

Commit

Permalink
linux-raspberrypi.inc: no longer set CONFIG_LOCALVERSION to empty string
Browse files Browse the repository at this point in the history
Fixes: #533

Signed-off-by: Michael Baisch <[email protected]>
  • Loading branch information
Michael Baisch authored and agherzan committed Dec 23, 2019
1 parent bc7b654 commit ef6555c
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions recipes-kernel/linux/linux-raspberrypi.inc
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit ef6555c

Please sign in to comment.