hw18: Add kernel URI to machine config

This commit is contained in:
Alexandre Bard 2018-11-06 07:26:48 +01:00
parent 845a440b23
commit 29769183f1
1 changed files with 3 additions and 0 deletions

View File

@ -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"