systemd: split out systemd-binfmt as a separate package
authorRoss Burton <ross.burton@intel.com>
Fri, 6 Sep 2013 14:44:14 +0000 (15:44 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 6 Sep 2013 22:04:51 +0000 (23:04 +0100)
commit2e37038506ff484e9927a77870f87b3ba1c744c1
tree84dcf71aee825c35787dbc47f148b824a7445ef9
parente72cb6e05c9dc8da6ffc08b826c00d6b52a281e1
systemd: split out systemd-binfmt as a separate package

If binfmt_misc was compiled as a module but isn't installed then systemd-binfmt
will put an automounter on /proc/sys/fs/binfmt_misc and when it attempts to
automount (e.g. when df is called) it can't find support for the filesystem, and
throws an error.

As binfmt_misc isn't commonly used, split this helper into it's own package, add
a dependency on kernel-module-binfmt-misc, and ensure the service gets started
when it's installed.

[ YOCTO #4863 ]

(From OE-Core rev: d42f7fc333495dc35227a6d1027492ab70f29b23)

Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-core/systemd/systemd/binfmt-install.patch [new file with mode: 0644]
meta/recipes-core/systemd/systemd_206.bb