linux-yocto/4.x: configuration updates

Integrating the following configuration changes to the 4.x linux
yocto kernels:

  common-pc*.scc: Add igb to common-pc drivers
  mti-malta32: enable CONFIG_HIGHMEM for qemumips to support up to 2GiB RAM
  features/i915/i915.cfg: compile i915 as a module

(From OE-Core rev: b0343ff286b413745579b371f48917099e0a9bef)

Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Bruce Ashfield
2017-12-21 10:49:15 -05:00
committed by Richard Purdie
parent 253f2a1da0
commit e506a6a131
6 changed files with 7 additions and 7 deletions

View File

@@ -10,7 +10,7 @@ KMETA = "kernel-meta"
KCONF_BSP_AUDIT_LEVEL = "2"
SRCREV_machine ?= "5174e51fa08d0942ddcf8b19540e90ec10eeb621"
SRCREV_meta ?= "10f8ed198a4188625c9b5ac59de4d691b56a2617"
SRCREV_meta ?= "4553798a3e73b0791f4d5065ec5ad4b45027914f"
PV = "${LINUX_VERSION}+git${SRCPV}"