From dc014eff0d74bc106b069f2dfbb73285e3dd4aa8 Mon Sep 17 00:00:00 2001 From: Stefan Eichenberger Date: Fri, 14 Jul 2017 13:50:13 +0200 Subject: [PATCH] machine: am335x-nbhw16: use kernel from github --- conf/machine/am335x-nbhw16.conf | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/conf/machine/am335x-nbhw16.conf b/conf/machine/am335x-nbhw16.conf index 0d01270..69d7b34 100644 --- a/conf/machine/am335x-nbhw16.conf +++ b/conf/machine/am335x-nbhw16.conf @@ -19,6 +19,7 @@ KERNEL_DEVICETREE = "am335x-nbhw16.dtb \ KERNEL_IMAGETYPE = "zImage" PREFERRED_PROVIDER_virtual/kernel = "linux-netmodule" -PV_pn-linux-netmodule = "4.4-${SRCPV}" -SRC_URI_pn-linux-netmodule = "git://git@gitlab.com/eichest/linux.git;protocol=ssh;branch=nbhw16-4.4-pm-ti" +PV_pn-linux-netmodule = "4.4.71-${SRCPV}" +SRC_URI_pn-linux-netmodule = "git://github.com/netmodule/linux.git;protocol=https;branch=nbhw16-4.4-pm-ti" +SRCREV_pn-linux-netmodule = "ad39a4ea4151b886a6d56fe5b7b01a86d9603c4d"