linux-netmodule: changed git url from gitea to (internal) gitlab
BugzID: 75775 Signed-off-by: Marc Mattmueller <marc.mattmueller@netmodule.com>
This commit is contained in:
parent
405c374f05
commit
96c52172f7
|
|
@ -7,7 +7,7 @@ DESCRIPTION = "Linux kernel for various NetModule hardware"
|
|||
LICENSE = "GPLv2"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=bbea815ee2795b2f4230826c0c6b8814"
|
||||
|
||||
SRC_URI = "git://git.netmodule.intranet/yoctoproject/linux-netmodule.git;protocol=ssh;user=gitea;branch=4.19/standard/base"
|
||||
SRC_URI = "git://gitlab.netmodule.intranet/oem-linux/linux-netmodule.git;protocol=ssh;user=git;branch=4.19/standard/base"
|
||||
|
||||
# Avoids installing the kernel in /boot directory
|
||||
RDEPENDS_${KERNEL_PACKAGE_NAME}-base = ""
|
||||
|
|
@ -22,7 +22,7 @@ SRCREV ?= "${AUTOREV}"
|
|||
PACKAGE_ARCH = "${TUNE_PKGARCH}"
|
||||
|
||||
# HW23 is using a different source
|
||||
SRC_URI_imx8-nmhw23 = "git://git.netmodule.intranet/yoctoproject/linux-netmodule.git;protocol=ssh;user=gitea;branch=4.14/nxp/nmhw23"
|
||||
SRC_URI_imx8-nmhw23 = "git://gitlab.netmodule.intranet/oem-linux/linux-netmodule.git;protocol=ssh;user=git;branch=4.14/nxp/nmhw23"
|
||||
LIC_FILES_CHKSUM_imx8-nmhw23 = "file://COPYING;md5=d7810fab7487fb0aad327b76f1be7cd7"
|
||||
|
||||
S = "${WORKDIR}/git"
|
||||
|
|
|
|||
Loading…
Reference in New Issue