linux-netmodule: point to gitlab server
Point to gitlab server instead of the internal git repository.
This commit is contained in:
parent
0309318521
commit
829f2becc9
|
|
@ -12,7 +12,7 @@ MACHINE_EXTRA_RRECOMMENDS = " kernel-modules kernel-devicetree"
|
||||||
KERNEL_DEFCONFIG = "nbhw_defconfig"
|
KERNEL_DEFCONFIG = "nbhw_defconfig"
|
||||||
KERNEL_DEVICETREE = "armada-385-nbhw17-nb2800.dtb"
|
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_PROVIDER_virtual/kernel ?= "linux-netmodule"
|
||||||
PREFERRED_VERSION_linux ?= "4.5%"
|
PREFERRED_VERSION_linux ?= "4.5%"
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -8,10 +8,9 @@ DESCRIPTION = "Linux kernel for various NetModule hardware"
|
||||||
LICENSE = "GPLv2"
|
LICENSE = "GPLv2"
|
||||||
LIC_FILES_CHKSUM = "file://COPYING;md5=d7810fab7487fb0aad327b76f1be7cd7"
|
LIC_FILES_CHKSUM = "file://COPYING;md5=d7810fab7487fb0aad327b76f1be7cd7"
|
||||||
|
|
||||||
# Customer repo
|
SRC_URI = "git://git@gitlab.com/eichest/linux.git;protocol=ssh;nobranch=1"
|
||||||
SRC_URI = "git://git.netmodule.intranet/usr/se/linux;protocol=ssh;user=gitolite;nobranch=1"
|
|
||||||
|
|
||||||
SRCREV ?= "master"
|
SRCREV ??= "master"
|
||||||
PV = "4.5-${SRCPV}"
|
PV = "4.5-${SRCPV}"
|
||||||
PR = "r0"
|
PR = "r0"
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue