mirror of
https://git.yoctoproject.org/poky
synced 2026-05-04 22:39:49 +02:00
* 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>
14 lines
260 B
BlitzBasic
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"
|