From 2d15599a33117b119da1a2ff7e77e320ae687335 Mon Sep 17 00:00:00 2001 From: Adrian Dudau Date: Wed, 17 Jan 2018 10:53:30 +0100 Subject: linux-raspberrypi: Disable KASLR This was stopping KGDB from matching symbols/sources to kernel address space. Signed-off-by: Adrian Dudau Signed-off-by: Martin Borg --- recipes-kernel/linux/linux-raspberrypi_4.9.bbappend | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-kernel/linux/linux-raspberrypi_4.9.bbappend b/recipes-kernel/linux/linux-raspberrypi_4.9.bbappend index 619a263..1062962 100644 --- a/recipes-kernel/linux/linux-raspberrypi_4.9.bbappend +++ b/recipes-kernel/linux/linux-raspberrypi_4.9.bbappend @@ -23,7 +23,7 @@ do_configure_prepend() { cp ${B}/.config ${WORKDIR}/defconfig } -SRCREV_metaenea ?= "0992116a2cf5c7023bd96635c53739c920574f18" +SRCREV_metaenea ?= "1a3c360fa96d170868e525c0199f41ad47528c8b" KENEABRANCH = "raspberrypi-4.9" SRC_URI_append = " git://git@git.enea.com/linux/enea-kernel-cache.git;protocol=ssh;type=kmeta;name=metaenea;branch=${KENEABRANCH};destsuffix=enea-kernel-cache" -- cgit v1.2.3-54-g00ecf