diff options
| author | Ross Burton <ross.burton@intel.com> | 2013-08-21 18:15:19 +0100 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-08-22 12:53:41 +0100 |
| commit | 9a3cdfeb73317f3ebff76764c255440fff766b21 (patch) | |
| tree | cf7fb7b33884ab8c6045928e2cd11533c140c0e1 | |
| parent | b2d8f69089ad1b243b69645f07eeeea8d5a271b7 (diff) | |
| download | poky-9a3cdfeb73317f3ebff76764c255440fff766b21.tar.gz | |
genericx86: add v86d to machine recommends so Vesa framebuffer works
(From meta-yocto rev: 63b1950f0b24a19dc3c91f5030c1eba5f9c6882b)
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
| -rw-r--r-- | meta-yocto-bsp/conf/machine/genericx86.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-yocto-bsp/conf/machine/genericx86.conf b/meta-yocto-bsp/conf/machine/genericx86.conf index 88464faeaa..e144754bcb 100644 --- a/meta-yocto-bsp/conf/machine/genericx86.conf +++ b/meta-yocto-bsp/conf/machine/genericx86.conf | |||
| @@ -27,7 +27,7 @@ XSERVER ?= "xserver-xorg \ | |||
| 27 | 27 | ||
| 28 | #MACHINE_EXTRA_RDEPENDS = "rt2860" | 28 | #MACHINE_EXTRA_RDEPENDS = "rt2860" |
| 29 | 29 | ||
| 30 | MACHINE_EXTRA_RRECOMMENDS = "kernel-modules eee-acpi-scripts linux-firmware" | 30 | MACHINE_EXTRA_RRECOMMENDS = "kernel-modules eee-acpi-scripts linux-firmware v86d" |
| 31 | 31 | ||
| 32 | IMAGE_FSTYPES ?= "ext3 cpio.gz live" | 32 | IMAGE_FSTYPES ?= "ext3 cpio.gz live" |
| 33 | 33 | ||
