mirror of
git://git.yoctoproject.org/meta-intel
synced 2026-01-01 13:58:05 +00:00
linux-intel: bump srcrevs
This includes the release from the Intel Production Kernel team:
These kernels have been tested on Broxton / Apollo Lake SOC based platforms.
Updates:
- 4.9/dnt: new debug/tracing patches for Android
- 4.9/audio updates
- 4.9/drm updates
- 4.9/usb updates
And updates from Bruce in the kernel config metadata
Integrating the following kernel configuration changes to
clean up the SMP configuration fragments and fix a configuration
audit warning.
d0e5ea0e199b smp: Separate smp into 32 and 64 bit versions to avoid kernel warnings
f1369c1d817e bsp/mohonpeak: smp gets added by default, remove unnecessary include
6fc22aa1200b bsp/rangeley: smp gets added by default, remove unnecessary include
[YOCTO #11743]
Signed-off-by: Saul Wold <sgw@linux.intel.com>
This commit is contained in:
parent
d5a6d49a89
commit
e12c30b1a2
|
|
@ -11,8 +11,8 @@ python () {
|
|||
}
|
||||
|
||||
KBRANCH = "base-rt"
|
||||
SRCREV_machine ?= "c0e7159d21a3246ddc77e1143eac857254ac4522"
|
||||
SRCREV_meta ?= "de57de86e23493d9356fc4cc0e92a3df58a29032"
|
||||
SRCREV_machine ?= "cd65d037683c92be2c7dedc846f4bfd9ef84ecf4"
|
||||
SRCREV_meta ?= "299f12a06ca1d6fd90b24450dae3b9f257a536be"
|
||||
|
||||
SRC_URI = "git://github.com/01org/linux-intel-4.9.git;protocol=https;name=machine;branch=${KBRANCH}; \
|
||||
git://git.yoctoproject.org/yocto-kernel-cache;type=kmeta;name=meta;branch=yocto-4.9;destsuffix=${KMETA}"
|
||||
|
|
|
|||
|
|
@ -2,8 +2,8 @@
|
|||
require recipes-kernel/linux/linux-yocto.inc
|
||||
|
||||
KBRANCH = "base"
|
||||
SRCREV_machine ?= "3e4a75d40c7dc4e7ec5ae7eeb0bb74f0cbd361c0"
|
||||
SRCREV_meta ?= "de57de86e23493d9356fc4cc0e92a3df58a29032"
|
||||
SRCREV_machine ?= "22a3e397584619839ec645c7378dc40bdd5ad2d1"
|
||||
SRCREV_meta ?= "299f12a06ca1d6fd90b24450dae3b9f257a536be"
|
||||
|
||||
SRC_URI = "git://github.com/01org/linux-intel-4.9.git;protocol=https;name=machine;branch=${KBRANCH}; \
|
||||
git://git.yoctoproject.org/yocto-kernel-cache;type=kmeta;name=meta;branch=yocto-4.9;destsuffix=${KMETA}"
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user