summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAdrian Dudau <adrian.dudau@enea.com>2018-01-17 10:53:30 +0100
committerMartin Borg <martin.borg@enea.com>2018-01-18 15:59:22 +0100
commit2d15599a33117b119da1a2ff7e77e320ae687335 (patch)
tree5ad3c9345f4e86eb58a8f1f643c013d88601167c
parentc60243465f61d8a76069ebba2e756fbee0e117dd (diff)
downloadmeta-enea-bsp-arm-pyro.tar.gz
linux-raspberrypi: Disable KASLRpyro
This was stopping KGDB from matching symbols/sources to kernel address space. Signed-off-by: Adrian Dudau <adrian.dudau@enea.com> Signed-off-by: Martin Borg <martin.borg@enea.com>
-rw-r--r--recipes-kernel/linux/linux-raspberrypi_4.9.bbappend2
1 files changed, 1 insertions, 1 deletions
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() {
23 cp ${B}/.config ${WORKDIR}/defconfig 23 cp ${B}/.config ${WORKDIR}/defconfig
24} 24}
25 25
26SRCREV_metaenea ?= "0992116a2cf5c7023bd96635c53739c920574f18" 26SRCREV_metaenea ?= "1a3c360fa96d170868e525c0199f41ad47528c8b"
27KENEABRANCH = "raspberrypi-4.9" 27KENEABRANCH = "raspberrypi-4.9"
28SRC_URI_append = " git://git@git.enea.com/linux/enea-kernel-cache.git;protocol=ssh;type=kmeta;name=metaenea;branch=${KENEABRANCH};destsuffix=enea-kernel-cache" 28SRC_URI_append = " git://git@git.enea.com/linux/enea-kernel-cache.git;protocol=ssh;type=kmeta;name=metaenea;branch=${KENEABRANCH};destsuffix=enea-kernel-cache"
29 29