diff options
| author | Adrian Dudau <adrian.dudau@enea.com> | 2018-01-17 10:53:30 +0100 |
|---|---|---|
| committer | Martin Borg <martin.borg@enea.com> | 2018-01-18 15:59:22 +0100 |
| commit | 2d15599a33117b119da1a2ff7e77e320ae687335 (patch) | |
| tree | 5ad3c9345f4e86eb58a8f1f643c013d88601167c | |
| parent | c60243465f61d8a76069ebba2e756fbee0e117dd (diff) | |
| download | meta-enea-bsp-arm-2d15599a33117b119da1a2ff7e77e320ae687335.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.bbappend | 2 |
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 | ||
| 26 | SRCREV_metaenea ?= "0992116a2cf5c7023bd96635c53739c920574f18" | 26 | SRCREV_metaenea ?= "1a3c360fa96d170868e525c0199f41ad47528c8b" |
| 27 | KENEABRANCH = "raspberrypi-4.9" | 27 | KENEABRANCH = "raspberrypi-4.9" |
| 28 | 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" | 28 | 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" |
| 29 | 29 | ||
