[oe-commits] Martin Jansa : systemd-machine-units: add machine specific recipe for BSPs

git at git.openembedded.org git at git.openembedded.org
Fri Apr 27 07:06:01 UTC 2012


Module: meta-openembedded.git
Branch: denzil
Commit: 7f237b806e38ddfe5c0fdd511a615c75cdaed82e
URL:    http://git.openembedded.org/?p=meta-openembedded.git&a=commit;h=7f237b806e38ddfe5c0fdd511a615c75cdaed82e

Author: Martin Jansa <Martin.Jansa at gmail.com>
Date:   Sun Apr 22 11:12:01 2012 +0200

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 at gmail.com>

---

 .../systemd/systemd-machine-units_1.0.bb           |   12 ++++++++++++
 1 files changed, 12 insertions(+), 0 deletions(-)

diff --git a/meta-oe/recipes-core/systemd/systemd-machine-units_1.0.bb b/meta-oe/recipes-core/systemd/systemd-machine-units_1.0.bb
new file mode 100644
index 0000000..f223364
--- /dev/null
+++ b/meta-oe/recipes-core/systemd/systemd-machine-units_1.0.bb
@@ -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"





More information about the Openembedded-commits mailing list