linux-netmodule: point to gitlab server

Point to gitlab server instead of the internal git repository.
This commit is contained in:
Stefan Eichenberger 2016-04-27 19:30:29 +02:00
parent 0309318521
commit 829f2becc9
2 changed files with 3 additions and 4 deletions

View File

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

View File

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