From 5f3dbcf71059939f1c33af7b8848eb18b311365a Mon Sep 17 00:00:00 2001 From: Martin Jansa Date: Tue, 22 Aug 2017 21:31:30 +0200 Subject: 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 Signed-off-by: Richard Purdie --- meta/recipes-core/systemd/systemd-machine-units_1.0.bb | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 meta/recipes-core/systemd/systemd-machine-units_1.0.bb 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" -- cgit 1.2.3-korg