Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
M
meta-nemo
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
NemoMobile
meta-nemo
Commits
519054e9
Commit
519054e9
authored
Apr 11, 2017
by
Florent Revest
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
asteroid-launcher: Installs a qemu config file that setups an eglfs/fbdev environment
parent
2c542c18
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
10 additions
and
1 deletion
+10
-1
default.conf
...asteroid/asteroid-launcher/asteroid-launcher/default.conf
+2
-1
qemu.conf
...es-asteroid/asteroid-launcher/asteroid-launcher/qemu.conf
+4
-0
asteroid-launcher_git.bb
recipes-asteroid/asteroid-launcher/asteroid-launcher_git.bb
+4
-0
No files found.
recipes-asteroid/asteroid-launcher/asteroid-launcher/default.conf
View file @
519054e9
EGL_PLATFORM
=
hwcomposer
LIPSTICK_OPTIONS
=
"-plugin evdevtouch:/dev/input/event0 -platform hwcomposer"
QT_QPA_PLATFORM
=
hwcomposer
LIPSTICK_OPTIONS
=
"-plugin evdevtouch:/dev/input/event0"
recipes-asteroid/asteroid-launcher/asteroid-launcher/qemu.conf
0 → 100644
View file @
519054e9
EGL_PLATFORM
=
fbdev
QT_QPA_PLATFORM
=
eglfs
QT_QPA_EGLFS_HIDECURSOR
=
1
QT_QPA_EGLFS_DISABLE_INPUT
=
1
recipes-asteroid/asteroid-launcher/asteroid-launcher_git.bb
View file @
519054e9
...
...
@@ -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 \
file://asteroid-launcher.service \
file://default.conf"
SRC_URI_append_qemux86 = " file://qemu.conf"
SRCREV = "${AUTOREV}"
PR = "r1"
PV = "+git${SRCPV}"
...
...
@@ -23,6 +24,9 @@ do_install_append() {
install -d ${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/
cp ../asteroid-launcher.service ${D}/usr/lib/systemd/user/
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment