]> code.ossystems Code Review - openembedded-core.git/commit
v86d, qemuboot-x86.inc: use KERNEL_MODULE_AUTOLOAD+KERNEL_MODULE_PROBECONF for uvesaf...
authorMartin Jansa <martin.jansa@gmail.com>
Sat, 12 Aug 2017 00:34:52 +0000 (02:34 +0200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 29 Aug 2017 10:54:25 +0000 (11:54 +0100)
commit3a8613a101aebf4f2a75ea95dac72202bbda8238
tree25eb878332c0a71629d1c8231119a827a1d1264c
parent3683fdd01e76bc54121bb8421f908c183e8d66fc
v86d, qemuboot-x86.inc: use KERNEL_MODULE_AUTOLOAD+KERNEL_MODULE_PROBECONF for uvesafb instead of fbsetup init script

* also add UVESA_MODE variable for easier change of resolution and respect it in QB_KERNEL_CMDLINE_APPEND
  as well
* don't use init script just to call modprobe
* I wasn't able to test this all the way with runqemu, because runqemu
  doesn't work on my system, but I've verified that the right params
  appear there and that I can easily change UVESA_MODE from
  conf/local.conf, the modules.d and modprobe.d files look OK:
  OE qemux86@ ~/build/oe-core/tmp-glibc/deploy/images/qemux86/core-image-sato-qemux86-20170427212613.rootfs
  $ cat etc/modules-load.d/uvesafb.conf
  uvesafb

  OE qemux86@ ~/build/oe-core/tmp-glibc/deploy/images/qemux86/core-image-sato-qemux86-20170427212613.rootfs
  $ cat etc/modprobe.d/uvesafb.conf
  options uvesafb mode_option=1600x1200-32

  so I'll be able to drop this KERNEL_MODULE_AUTOLOAD +
  KERNEL_MODULE_PROBECONF from my DISTRO conf.

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
meta/conf/machine/include/qemuboot-x86.inc
meta/recipes-bsp/v86d/v86d/fbsetup [deleted file]
meta/recipes-bsp/v86d/v86d/uvesafb.conf [deleted file]
meta/recipes-bsp/v86d/v86d_0.1.10.bb