aboutsummaryrefslogtreecommitdiffstats
path: root/meta-app-framework/recipes-core/af-platform-setup/files/udev-shared.conf
diff options
context:
space:
mode:
authorJosé Bollo <jose.bollo@iot.bzh>2019-06-11 22:58:40 +0200
committerJan-Simon Moeller <jsmoeller@linuxfoundation.org>2019-06-19 13:05:28 +0000
commit8655b9d299af00bf771c59b9f22ff48119897377 (patch)
tree231d27164ac43af8278d1a490946d8e79fffe2d6 /meta-app-framework/recipes-core/af-platform-setup/files/udev-shared.conf
parent9d9c024ba9de04965aff3e0e2e8caa2abb80ab7c (diff)
af-platform-setup: Add recipe for setting platform
The Application Framework has implications on platform setup. This commit introduces a recipe that at the end would group all these required setup at on place. Bug-AGL: SPEC-1015 Change-Id: I45904ba269883329295bcbc3c70427edbfdd674f Signed-off-by: José Bollo <jose.bollo@iot.bzh>
Diffstat (limited to 'meta-app-framework/recipes-core/af-platform-setup/files/udev-shared.conf')
-rw-r--r--meta-app-framework/recipes-core/af-platform-setup/files/udev-shared.conf4
1 files changed, 4 insertions, 0 deletions
diff --git a/meta-app-framework/recipes-core/af-platform-setup/files/udev-shared.conf b/meta-app-framework/recipes-core/af-platform-setup/files/udev-shared.conf
new file mode 100644
index 000000000..cce02bc58
--- /dev/null
+++ b/meta-app-framework/recipes-core/af-platform-setup/files/udev-shared.conf
@@ -0,0 +1,4 @@
+[Service]
+ExecStartPre=/bin/mkdir -p /run/udev
+ExecStartPre=/usr/bin/chsmack -r -a System::Shared -t /run/udev
+