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:46 +0100 |
commit | 5f3dbcf71059939f1c33af7b8848eb18b311365a (patch) | |
tree | 2e17956b0af7f7f9cd8bf43ead389f1e630b78ba /meta | |
parent | 0e4e43e2e6e4a906dfa45b9e89d179e46d593158 (diff) | |
download | openembedded-core-5f3dbcf71059939f1c33af7b8848eb18b311365a.tar.gz openembedded-core-5f3dbcf71059939f1c33af7b8848eb18b311365a.tar.bz2 openembedded-core-5f3dbcf71059939f1c33af7b8848eb18b311365a.zip |
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.
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 @@ +SUMMARY = "Machine specific systemd units" + +LICENSE = "MIT" +LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=4d92cd373abda3937c2bc47fbc49d690" + +PACKAGE_ARCH = "${MACHINE_ARCH}" + +PR = "r19" + +inherit systemd +SYSTEMD_SERVICE_${PN} = "" + +ALLOW_EMPTY_${PN} = "1" |