Commit 519054e9 authored by Florent Revest's avatar Florent Revest

asteroid-launcher: Installs a qemu config file that setups an eglfs/fbdev environment

parent 2c542c18
EGL_PLATFORM=hwcomposer EGL_PLATFORM=hwcomposer
LIPSTICK_OPTIONS="-plugin evdevtouch:/dev/input/event0 -platform hwcomposer" QT_QPA_PLATFORM=hwcomposer
LIPSTICK_OPTIONS="-plugin evdevtouch:/dev/input/event0"
EGL_PLATFORM=fbdev
QT_QPA_PLATFORM=eglfs
QT_QPA_EGLFS_HIDECURSOR=1
QT_QPA_EGLFS_DISABLE_INPUT=1
...@@ -6,6 +6,7 @@ LIC_FILES_CHKSUM = "file://qml/MainScreen.qml;beginline=1;endline=29;md5=3d250dd ...@@ -6,6 +6,7 @@ LIC_FILES_CHKSUM = "file://qml/MainScreen.qml;beginline=1;endline=29;md5=3d250dd
SRC_URI = "git://github.com/AsteroidOS/asteroid-launcher.git;protocol=https \ SRC_URI = "git://github.com/AsteroidOS/asteroid-launcher.git;protocol=https \
file://asteroid-launcher.service \ file://asteroid-launcher.service \
file://default.conf" file://default.conf"
SRC_URI_append_qemux86 = " file://qemu.conf"
SRCREV = "${AUTOREV}" SRCREV = "${AUTOREV}"
PR = "r1" PR = "r1"
PV = "+git${SRCPV}" PV = "+git${SRCPV}"
...@@ -23,6 +24,9 @@ do_install_append() { ...@@ -23,6 +24,9 @@ do_install_append() {
install -d ${D}/var/lib/environment/compositor/ install -d ${D}/var/lib/environment/compositor/
cp ../default.conf ${D}/var/lib/environment/compositor/ cp ../default.conf ${D}/var/lib/environment/compositor/
if [ -f ../qemu.conf ] ; then
cp ../qemu.conf ${D}/var/lib/environment/compositor/
fi
install -d ${D}/usr/lib/systemd/user/default.target.wants/ install -d ${D}/usr/lib/systemd/user/default.target.wants/
cp ../asteroid-launcher.service ${D}/usr/lib/systemd/user/ cp ../asteroid-launcher.service ${D}/usr/lib/systemd/user/
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment