diff options
author | Martin Jansa <martin.jansa@gmail.com> | 2017-08-22 21:31:30 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-08-23 12:06:52 +0100 |
commit | e7888878eec21514fe88b7e38dcfcef45ce991c3 (patch) | |
tree | 7916830b4b255e2abc3995e1e4b4763f034c9dfc /meta | |
parent | 2f2b4c5cbecaff89803cb3a03373a06272291748 (diff) | |
download | poky-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')
-rw-r--r-- | meta/recipes-core/systemd/systemd-machine-units_1.0.bb | 13 |
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 @@ | |||
1 | SUMMARY = "Machine specific systemd units" | ||
2 | |||
3 | LICENSE = "MIT" | ||
4 | LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=4d92cd373abda3937c2bc47fbc49d690" | ||
5 | |||
6 | PACKAGE_ARCH = "${MACHINE_ARCH}" | ||
7 | |||
8 | PR = "r19" | ||
9 | |||
10 | inherit systemd | ||
11 | SYSTEMD_SERVICE_${PN} = "" | ||
12 | |||
13 | ALLOW_EMPTY_${PN} = "1" | ||