From 29769183f1cc509a92f2e33e07864b1e6788967d Mon Sep 17 00:00:00 2001 From: Alexandre Bard Date: Tue, 6 Nov 2018 07:26:48 +0100 Subject: [PATCH] hw18: Add kernel URI to machine config --- conf/machine/armada-385-nrhw18.conf | 3 +++ 1 file changed, 3 insertions(+) diff --git a/conf/machine/armada-385-nrhw18.conf b/conf/machine/armada-385-nrhw18.conf index 0d9cc4c..70fda93 100644 --- a/conf/machine/armada-385-nrhw18.conf +++ b/conf/machine/armada-385-nrhw18.conf @@ -15,3 +15,6 @@ KERNEL_DEVICETREE = "armada-385-nrhw18-prod4.dtb" KERNEL_IMAGETYPE = "zImage" PREFERRED_PROVIDER_virtual/kernel = "linux-netmodule" + +PV_pn-linux-netmodule = "4.14.77-${SRCPV}" +SRC_URI_pn-linux-netmodule ?= "git://git.netmodule.intranet/yoctoproject/linux-netmodule.git;protocol=ssh;user=gitea;branch=4.14/standard/nrhw18"