summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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