]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commit
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:01:52 +0000 (23:01 +0100)
commitd42f7fc333495dc35227a6d1027492ab70f29b23
tree14e09a4c5e4288d2d36203c16c012cd93587c53f
parentc0551436974d179df23418567f18a082830380f6
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 ]

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