From c6efc3ea161222d1c08b2e6aac39645dbaec3d97 Mon Sep 17 00:00:00 2001 From: California Sullivan Date: Mon, 28 Mar 2016 19:03:58 -0700 Subject: machine: add i915 firmware to initramfs for intel-core* MACHINEs Skylake and Broxton graphics require firmware blobs to run properly. The firmware must be built into the initramfs since the i915 driver is built into the kernel and won't have rootfs access on initialization. Signed-off-by: California Sullivan Signed-off-by: Saul Wold --- conf/machine/intel-core2-32.conf | 2 ++ conf/machine/intel-corei7-64.conf | 2 ++ 2 files changed, 4 insertions(+) (limited to 'conf') diff --git a/conf/machine/intel-core2-32.conf b/conf/machine/intel-core2-32.conf index d9587c0d..d2a4c30d 100644 --- a/conf/machine/intel-core2-32.conf +++ b/conf/machine/intel-core2-32.conf @@ -30,3 +30,5 @@ XSERVER ?= "${XSERVER_X86_BASE} \ SYSLINUX_OPTS = "serial 0 115200" SERIAL_CONSOLES = "115200;ttyS0 115200;ttyPCH0" APPEND += "console=ttyS0,115200 console=ttyPCH0,115200 console=tty0" + +PACKAGE_INSTALL_append_pn-core-image-minimal-initramfs = " linux-firmware-i915" diff --git a/conf/machine/intel-corei7-64.conf b/conf/machine/intel-corei7-64.conf index 1f28ba8c..8c7a21d5 100644 --- a/conf/machine/intel-corei7-64.conf +++ b/conf/machine/intel-corei7-64.conf @@ -29,3 +29,5 @@ XSERVER ?= "${XSERVER_X86_BASE} \ SYSLINUX_OPTS = "serial 0 115200" SERIAL_CONSOLE = "115200 ttyS0" APPEND += "console=ttyS0,115200 console=tty0" + +PACKAGE_INSTALL_append_pn-core-image-minimal-initramfs = " linux-firmware-i915" -- cgit v1.2.3-54-g00ecf