From e8cad3056bb89705fd8f7d7e23dab1003316b973 Mon Sep 17 00:00:00 2001 From: Alexandre Bard Date: Tue, 30 Oct 2018 18:31:14 +0100 Subject: [PATCH] nbhw16: Update kernel --- conf/machine/am335x-nbhw16.conf | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/conf/machine/am335x-nbhw16.conf b/conf/machine/am335x-nbhw16.conf index c3a0944..c10ec6d 100644 --- a/conf/machine/am335x-nbhw16.conf +++ b/conf/machine/am335x-nbhw16.conf @@ -19,7 +19,8 @@ KERNEL_DEVICETREE = "am335x-nbhw16.dtb \ KERNEL_IMAGETYPE = "zImage" PREFERRED_PROVIDER_virtual/kernel = "linux-netmodule" -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 = "cc8b47ba4afeb67ce82d98fb5c36c321ade8270f" + +PV_pn-linux-netmodule = "4.14.78-${SRCPV}" +SRC_URI_pn-linux-netmodule ?= "git://git.netmodule.intranet/nmrouter/linux.git;protocol=ssh;user=gitea;branch=4.14/standard/nmhw21" +SRCREV_pn-linux-netmodule ?= "${AUTOREV}"