diff options
author | Max Krummenacher <max.oss.09@gmail.com> | 2015-08-13 15:30:59 +0200 |
---|---|---|
committer | Max Krummenacher <max.oss.09@gmail.com> | 2015-08-13 17:11:27 +0200 |
commit | b1eab398473522721041af25de46ad1049977f9b (patch) | |
tree | a0933e80c067d94a3a6899294c18b8ccc1e09254 /recipes | |
parent | 72a1330f5025ce831bba73a4e605ece3db1d172c (diff) |
angstrom-lxde-image: add xf86-video-modesetting
Prepare the rootfs for a future kernel which allows to use modesetting.
Diffstat (limited to 'recipes')
-rw-r--r-- | recipes/images/angstrom-lxde-image.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/recipes/images/angstrom-lxde-image.bb b/recipes/images/angstrom-lxde-image.bb index ae4bee9..394d10a 100644 --- a/recipes/images/angstrom-lxde-image.bb +++ b/recipes/images/angstrom-lxde-image.bb @@ -121,6 +121,7 @@ IMAGE_INSTALL_append_mx6 = " \ " IMAGE_INSTALL_append_vf = " \ gpioconfig \ + xf86-video-modesetting \ " IMAGE_INSTALL += " \ |