u-boot: set default URL to public GitLab
BugzID: 80085 Signed-off-by: Marc Mattmueller <marc.mattmueller@netmodule.com>
This commit is contained in:
parent
38d78f2ba0
commit
a5300c936e
|
|
@ -1,7 +1,7 @@
|
||||||
require u-boot-nm.inc
|
require u-boot-nm.inc
|
||||||
|
|
||||||
# Be aware github/netmodule git
|
# Be aware github/netmodule git
|
||||||
SRC_URI = "git://git.netmodule.intranet/nmrouter/u-boot;protocol=ssh;user=gitea;branch=2017.11-armada-nrhw"
|
SRC_URI = "git://gitlab.com/netmodule/bootloader/netmodule-uboot.git;protocol=ssh;user=git;branch=2017.11/standard/armada-385"
|
||||||
|
|
||||||
DEPENDS += "bc-native"
|
DEPENDS += "bc-native"
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -10,7 +10,7 @@ PROVIDES += "u-boot"
|
||||||
LICENSE = "GPLv2+"
|
LICENSE = "GPLv2+"
|
||||||
LIC_FILES_CHKSUM = "file://Licenses/gpl-2.0.txt;md5=b234ee4d69f5fce4486a80fdaf4a4263"
|
LIC_FILES_CHKSUM = "file://Licenses/gpl-2.0.txt;md5=b234ee4d69f5fce4486a80fdaf4a4263"
|
||||||
|
|
||||||
SRC_URI = "git://git.netmodule.intranet/nmrouter/u-boot;protocol=ssh;user=gitea;branch=2018.03/imx/imx8-nmhw23;destsuffix=git"
|
SRC_URI = "git://gitlab.com/netmodule/bootloader/netmodule-uboot.git;protocol=ssh;user=git;branch=2018.03/imx/imx8-nmhw23;destsuffix=git"
|
||||||
SRCREV ?= "68ad3ed09773011ab15e9dd50f9ec2bbf817ef3f"
|
SRCREV ?= "68ad3ed09773011ab15e9dd50f9ec2bbf817ef3f"
|
||||||
|
|
||||||
S = "${WORKDIR}/git"
|
S = "${WORKDIR}/git"
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
require u-boot-nm.inc
|
require u-boot-nm.inc
|
||||||
|
|
||||||
# Be aware github/netmodule git
|
# Be aware github/netmodule git
|
||||||
SRC_URI = "git://git.netmodule.intranet/nmrouter/u-boot;protocol=ssh;user=gitea;branch=2016.05-am335x-netmodule"
|
SRC_URI = "git://gitlab.com/netmodule/bootloader/netmodule-uboot.git;protocol=ssh;user=git;branch=2016.05/standard/am335x"
|
||||||
|
|
||||||
# Should be updated when a new U-Boot Version is available
|
# Should be updated when a new U-Boot Version is available
|
||||||
SRCREV ?= "7b4add1789640d188d2c5d4c7885f942908846f6"
|
SRCREV ?= "7b4add1789640d188d2c5d4c7885f942908846f6"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue