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
69243bfa
Commit
69243bfa
authored
May 17, 2017
by
Florent Revest
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
sensorfw: Get rid of a couple of boot warnings
parent
68a3f5b5
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
19 additions
and
2 deletions
+19
-2
sensorfwd.service
recipes-nemomobile/sensorfw/sensorfw/sensorfwd.service
+15
-0
sensorfw_git.bb
recipes-nemomobile/sensorfw/sensorfw_git.bb
+4
-2
No files found.
recipes-nemomobile/sensorfw/sensorfw/sensorfwd.service
0 → 100644
View file @
69243bfa
[Unit]
Description=Sensor daemon for sensor framework
After=dbus.socket
Requires=dbus.service
Conflicts=actdead.target
[Service]
Type=forking
ExecStart=/usr/sbin/sensorfwd -c=/etc/sensorfw/primaryuse.conf -d --log-level=warning --no-magnetometer-bg-calibration
ExecReload=/bin/kill -HUP $MAINPID
Restart=always
RestartSec=1
[Install]
WantedBy=graphical.target
recipes-nemomobile/sensorfw/sensorfw_git.bb
View file @
69243bfa
...
...
@@ -3,7 +3,8 @@ HOMEPAGE = "https://git.merproject.org/mer-core/sensorfw"
LICENSE = "LGPL-2.1+"
LIC_FILES_CHKSUM = "file://COPYING;md5=2d5025d4aa3495befef8f17206a5b0a1"
SRC_URI = "git://git.merproject.org/mer-core/sensorfw.git;protocol=https"
SRC_URI = "git://git.merproject.org/mer-core/sensorfw.git;protocol=https \
file://sensorfwd.service"
SRCREV = "9efd97d298131a116e4e93fa223072def9268e81"
PR = "r1"
PV = "+git${SRCPV}"
...
...
@@ -19,7 +20,8 @@ do_configure_prepend() {
do_install_append() {
install -d ${D}/etc/sensorfw/ ${D}/lib/systemd/system/multi-user.target.wants/
cp ${S}/config/sensord-hybris.conf ${D}/etc/sensorfw/sensord.conf
cp ${S}/config/sensord-hybris.conf ${D}/etc/sensorfw/primaryuse.conf
cp ../sensorfwd.service ${D}/lib/systemd/system/sensorfwd.service
ln -s ../sensorfwd.service ${D}/lib/systemd/system/multi-user.target.wants/
}
...
...
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