diff options
Diffstat (limited to 'meta-phosphor/common')
-rw-r--r-- | meta-phosphor/common/recipes-kernel/linux/linux-obmc.inc | 2 | ||||
-rw-r--r-- | meta-phosphor/common/recipes-kernel/linux/linux-obmc_4.10.bb | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/meta-phosphor/common/recipes-kernel/linux/linux-obmc.inc b/meta-phosphor/common/recipes-kernel/linux/linux-obmc.inc index 72c2334ba..07b2f71c0 100644 --- a/meta-phosphor/common/recipes-kernel/linux/linux-obmc.inc +++ b/meta-phosphor/common/recipes-kernel/linux/linux-obmc.inc @@ -8,7 +8,7 @@ FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" inherit obmc-phosphor-utils -KSRC ?= "git://github.com/openbmc/linux;protocol=git;branch=${KBRANCH}" +KSRC ?= "git://scm.raptorcs.com/scm/git/talos-obmc-linux;protocol=https;branch=${KBRANCH}" SRC_URI = "${KSRC}" SRC_URI += "file://phosphor-gpio-keys.scc" SRC_URI += "file://phosphor-gpio-keys.cfg" diff --git a/meta-phosphor/common/recipes-kernel/linux/linux-obmc_4.10.bb b/meta-phosphor/common/recipes-kernel/linux/linux-obmc_4.10.bb index 3c91d5f13..5daf8c52b 100644 --- a/meta-phosphor/common/recipes-kernel/linux/linux-obmc_4.10.bb +++ b/meta-phosphor/common/recipes-kernel/linux/linux-obmc_4.10.bb @@ -1,6 +1,6 @@ KBRANCH ?= "dev-4.10" LINUX_VERSION ?= "4.10.17" -SRCREV="72b52ebab574eaf0bcd2256ae16a25976a37c407" +SRCREV="212eadd9a2238947362c6642a96edb17f674d769" require linux-obmc.inc |