diff --git a/conf/machine/armada-385-nbhw17-nb2800.conf b/conf/machine/armada-385-nbhw17-nb2800.conf index 1c84698..2bfcbc5 100644 --- a/conf/machine/armada-385-nbhw17-nb2800.conf +++ b/conf/machine/armada-385-nbhw17-nb2800.conf @@ -12,7 +12,7 @@ MACHINE_EXTRA_RRECOMMENDS = " kernel-modules kernel-devicetree" KERNEL_DEFCONFIG = "nbhw_defconfig" KERNEL_DEVICETREE = "armada-385-nbhw17-nb2800.dtb" -SRCREV_pn-linux-netmodule ?= "nbhw-mainline" +SRCREV_pn-linux-netmodule ?= "nmrouter-4.5" PREFERRED_PROVIDER_virtual/kernel ?= "linux-netmodule" PREFERRED_VERSION_linux ?= "4.5%" diff --git a/recipes-kernel/linux/linux-netmodule_git.bb b/recipes-kernel/linux/linux-netmodule_git.bb index f4bf35d..eeec666 100755 --- a/recipes-kernel/linux/linux-netmodule_git.bb +++ b/recipes-kernel/linux/linux-netmodule_git.bb @@ -8,10 +8,9 @@ DESCRIPTION = "Linux kernel for various NetModule hardware" LICENSE = "GPLv2" LIC_FILES_CHKSUM = "file://COPYING;md5=d7810fab7487fb0aad327b76f1be7cd7" -# Customer repo -SRC_URI = "git://git.netmodule.intranet/usr/se/linux;protocol=ssh;user=gitolite;nobranch=1" +SRC_URI = "git://git@gitlab.com/eichest/linux.git;protocol=ssh;nobranch=1" -SRCREV ?= "master" +SRCREV ??= "master" PV = "4.5-${SRCPV}" PR = "r0"