]> code.ossystems Code Review - openembedded-core.git/commit
v86d: fix for systemd to load uvesafb module correctly
authorChen Qi <Qi.Chen@windriver.com>
Thu, 7 Aug 2014 06:58:12 +0000 (02:58 -0400)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 11 Aug 2014 09:46:59 +0000 (10:46 +0100)
commit6d55a03d5cc8070d589c1fe7df74279208833383
tree8cd36d0ba44be1981b618007ca42592d37039cbd
parent39759640c8abe51c8ded4c1ca6853b523a81c2f5
v86d: fix for systemd to load uvesafb module correctly

The /etc/init.d/fbsetup script doesn't have any effect in a systemd
image. Its purpose is to load the uvesafb kernel module at boot.
This functionality could be achieved by adding a configuration file
under /etc/modules-load.d/ directory which would be parsed by the
systemd-modules-load.service.

[YOCTO #4420]

Signed-off-by: Chen Qi <Qi.Chen@windriver.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
meta/recipes-bsp/v86d/v86d/uvesafb.conf [new file with mode: 0644]
meta/recipes-bsp/v86d/v86d_0.1.10.bb