summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/systemd
diff options
context:
space:
mode:
authorMartin Jansa <martin.jansa@gmail.com>2017-08-22 21:31:30 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2017-08-23 12:06:52 +0100
commite7888878eec21514fe88b7e38dcfcef45ce991c3 (patch)
tree7916830b4b255e2abc3995e1e4b4763f034c9dfc /meta/recipes-core/systemd
parent2f2b4c5cbecaff89803cb3a03373a06272291748 (diff)
downloadpoky-e7888878eec21514fe88b7e38dcfcef45ce991c3.tar.gz
systemd-machine-units: import last recipe from meta-systemd
* this recipe is intentionally empty, but useful for BSP layers to provide machine specific systemd services in this MACHINE_ARCH package. (From OE-Core rev: 5f3dbcf71059939f1c33af7b8848eb18b311365a) Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-core/systemd')
-rw-r--r--meta/recipes-core/systemd/systemd-machine-units_1.0.bb13
1 files changed, 13 insertions, 0 deletions
diff --git a/meta/recipes-core/systemd/systemd-machine-units_1.0.bb b/meta/recipes-core/systemd/systemd-machine-units_1.0.bb
new file mode 100644
index 0000000000..a64464cffe
--- /dev/null
+++ b/meta/recipes-core/systemd/systemd-machine-units_1.0.bb
@@ -0,0 +1,13 @@
1SUMMARY = "Machine specific systemd units"
2
3LICENSE = "MIT"
4LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=4d92cd373abda3937c2bc47fbc49d690"
5
6PACKAGE_ARCH = "${MACHINE_ARCH}"
7
8PR = "r19"
9
10inherit systemd
11SYSTEMD_SERVICE_${PN} = ""
12
13ALLOW_EMPTY_${PN} = "1"