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
dc5e3402
Commit
dc5e3402
authored
Jan 24, 2019
by
Florent Revest
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
systemd: Install logind.conf as part of systemd-conf
parent
2cf04aa2
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
3 deletions
+6
-3
systemd-conf.bbappend
recipes-core/systemd/systemd-conf.bbappend
+6
-0
logind.conf
recipes-core/systemd/systemd-conf/logind.conf
+0
-0
systemd_%.bbappend
recipes-core/systemd/systemd_%.bbappend
+0
-3
No files found.
recipes-core/systemd/systemd-conf.bbappend
0 → 100644
View file @
dc5e3402
FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
SRC_URI_append = " file://logind.conf"
do_install_append() {
install -m 0644 ${WORKDIR}/logind.conf ${D}/etc/systemd/logind.conf
}
recipes-core/systemd/systemd/logind.conf
→
recipes-core/systemd/systemd
-conf
/logind.conf
View file @
dc5e3402
File moved
recipes-core/systemd/systemd_%.bbappend
View file @
dc5e3402
FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
SRC_URI_append = " file://50-video.rules \
file://65-android.rules \
file://logind.conf \
file://0001-Hardcode-the-firmware-path-value-which-can-not-be-se.patch"
do_install_append() {
...
...
@@ -13,8 +12,6 @@ do_install_append() {
install -d ${D}/var/lib/systemd/linger
touch ${D}/var/lib/systemd/linger/ceres
sed -i "s@agetty --noclear @agetty --autologin ceres @" ${D}/lib/systemd/system/getty@.service
install -m 0644 ${WORKDIR}/logind.conf ${D}/etc/systemd/logind.conf
}
PACKAGECONFIG_append += "pam"
...
...
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