summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGeorge Liu <liuxiwei@inspur.com>2022-02-15 11:49:16 +0300
committerPatrick Williams <patrick@stwcx.xyz>2022-02-15 21:49:03 +0300
commitab581b8ff75535f46df32c0bcbcdbdf05459cfba (patch)
tree4e61ca7fea33aad26ee532ea0d6bcb1db9e37132
parent0bb24b142904f3df23991fe909b596544d2fe149 (diff)
downloadopenbmc-ab581b8ff75535f46df32c0bcbcdbdf05459cfba.tar.xz
meta-aspeed: Fix up github SRC_URIs
Warning message: work/openbmc/meta-aspeed/recipes-kernel/linux/linux-aspeed_git.bb: URL: git://github.com/openbmc/linux;protocol=git;branch=dev-5.15 uses git protocol which is no longer supported by github. Please change to ;protocol=https in the url. Tested: build linux-aspeed repo and eliminate the warning message. Signed-off-by: George Liu <liuxiwei@inspur.com> Change-Id: I00d55df9dd760a1cdef2f6b0db934c9a2cc8b7fa
-rw-r--r--meta-aspeed/recipes-kernel/linux/linux-aspeed.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-aspeed/recipes-kernel/linux/linux-aspeed.inc b/meta-aspeed/recipes-kernel/linux/linux-aspeed.inc
index 6098885d5e..0f3d5efc4b 100644
--- a/meta-aspeed/recipes-kernel/linux/linux-aspeed.inc
+++ b/meta-aspeed/recipes-kernel/linux/linux-aspeed.inc
@@ -6,7 +6,7 @@ PROVIDES += "virtual/kernel"
KCONFIG_MODE="--alldefconfig"
-KSRC ?= "git://github.com/openbmc/linux;protocol=git;branch=${KBRANCH}"
+KSRC ?= "git://github.com/openbmc/linux;protocol=https;branch=${KBRANCH}"
SRC_URI = "${KSRC}"
SRC_URI += " \
file://defconfig \