mirror of
https://git.yoctoproject.org/poky
synced 2026-05-30 12:29:55 +00:00
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>
This commit is contained in:
committed by
Richard Purdie
parent
2f2b4c5cbe
commit
e7888878ee
@@ -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"
|
||||||
Reference in New Issue
Block a user