Acked-by: Denys Dmytriyenko <denys@ti.com>
(From meta-openembedded rev:
397dba1ab21184317019e9808a3cc36e61050680)
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
PKGV = "v${GITPKGVTAG}"
PV = "git"
-PR = "r26"
+PR = "r27"
inherit useradd pkgconfig autotools vala perlnative
# create dir for journal
install -d ${D}${localstatedir}/log/journal
+
+ # create machine-id
+ # 20:12 < mezcalero> koen: you have three options: a) run systemd-machine-id-setup at install time, b) have / read-only and an empty file there (for stateless) and c) boot with / writable
+ touch ${D}${sysconfdir}/machine-id
}
python populate_packages_prepend (){