mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-05-07 05:10:20 +00:00
systemd-machine-units: add machine specific recipe for BSPs
* some machines like n900/gta02/palmpre are using extra units to initialize something (g_ether, cmt, ...), so make it easy to bbappend such units * stuff like INHERIT_append_crespo = " systemd" from BSP doesn't play well with systemd.bbclass Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
DESCRIPTION = "Machine specific systemd units"
|
||||
|
||||
LICENSE = "MIT"
|
||||
LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=3f40d7994397109285ec7b81fdeb3b58"
|
||||
|
||||
PACKAGE_ARCH = "${MACHINE_ARCH}"
|
||||
|
||||
inherit systemd
|
||||
SYSTEMD_SERVICE = ""
|
||||
SYSTEMD_PACKAGES = "${PN}"
|
||||
NATIVE_SYSTEMD_SUPPORT = "1"
|
||||
ALLOW_EMPTY_${PN} = "1"
|
||||
Reference in New Issue
Block a user