From 56329519f1086033aff8c80c8aa056690e811ca2 Mon Sep 17 00:00:00 2001 From: Shaun Mulligan Date: Wed, 26 Apr 2017 08:45:12 +0200 Subject: [PATCH] switch to using github.com/megous/linux 4.10 fork --- .../recipes-kernel/linux/linux_%.bbappend | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/layers/meta-resin-allwinner/recipes-kernel/linux/linux_%.bbappend b/layers/meta-resin-allwinner/recipes-kernel/linux/linux_%.bbappend index e65b4cf..d05f8a8 100644 --- a/layers/meta-resin-allwinner/recipes-kernel/linux/linux_%.bbappend +++ b/layers/meta-resin-allwinner/recipes-kernel/linux/linux_%.bbappend @@ -1 +1,7 @@ inherit kernel-resin + +SRC_URI_remove = "git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git;protocol=git;branch=master" + +PV = "4.10.0+git${SRCPV}" +SRCREV_pn-${PN} = "e43efb1d77fddf5d472dca84c58e706d3f9d5499" +SRC_URI_append = "git://github.com/megous/linux.git;protocol=git;branch=orange-pi-4.10" \ No newline at end of file