mirror of
git://git.yoctoproject.org/meta-intel
synced 2026-01-01 13:58:05 +00:00
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:
parent
4cd63f5782
commit
8a2c9aee14
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user