Files
poky/meta/recipes-core/systemd/systemd-machine-units_1.0.bb
Martin Jansa e7888878ee 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>
2017-08-23 12:06:52 +01:00

14 lines
260 B
BlitzBasic

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"