linux-intel/4.9: Update SRC_URI to use new git repository

We have moved from a single linux-intel-4.9 repo to a linux-intel-lts
repo that will contain all LTS branches. Commit IDs remain the same.

Signed-off-by: California Sullivan <california.l.sullivan@intel.com>
This commit is contained in:
California Sullivan 2018-01-19 17:03:48 -08:00
parent 4cd63f5782
commit 8a2c9aee14
2 changed files with 4 additions and 4 deletions

View File

@ -10,13 +10,13 @@ python () {
raise bb.parse.SkipPackage("Set PREFERRED_PROVIDER_virtual/kernel to linux-intel-rt to enable it")
}
KBRANCH = "base-rt"
KBRANCH = "4.9/yocto/base-rt"
SRCREV_machine ?= "44f76edc2079f1551be33b8ab473349d00f814a7"
SRCREV_meta ?= "cdbd35c54b6a62e4fd543164f1dcdf92c85cff2d"
FILESEXTRAPATHS_prepend := "${THISDIR}/linux-intel:"
SRC_URI = "git://github.com/01org/linux-intel-4.9.git;protocol=https;name=machine;branch=${KBRANCH}; \
SRC_URI = "git://github.com/intel/linux-intel-lts.git;protocol=https;name=machine;branch=${KBRANCH}; \
git://git.yoctoproject.org/yocto-kernel-cache;type=kmeta;name=meta;branch=yocto-4.9;destsuffix=${KMETA}"
SRC_URI_append_core2-32-intel-common = " file://disable_skylake_sound.cfg"

View File

@ -1,11 +1,11 @@
require recipes-kernel/linux/linux-yocto.inc
KBRANCH = "base"
KBRANCH = "4.9/yocto/base"
SRCREV_machine ?= "e8405acd549563650e2e4774a49e069d161e8fe1"
SRCREV_meta ?= "cdbd35c54b6a62e4fd543164f1dcdf92c85cff2d"
SRC_URI = "git://github.com/01org/linux-intel-4.9.git;protocol=https;name=machine;branch=${KBRANCH}; \
SRC_URI = "git://github.com/intel/linux-intel-lts.git;protocol=https;name=machine;branch=${KBRANCH}; \
git://git.yoctoproject.org/yocto-kernel-cache;type=kmeta;name=meta;branch=yocto-4.9;destsuffix=${KMETA}"
SRC_URI_append_core2-32-intel-common = " file://disable_skylake_sound.cfg"