On 7 October 2014 15:44, Burton, Ross wrote:
> That's not a world build but it does include many packages with systemd units.
Just finished a world build:
$ buildhistory-diff |grep -v PKGR| tee systemd-builddiff
packages/corei7-64-poky-linux/openssh/openssh-sshd: PKGSIZE changed
from 739893 to 9
On 7 October 2014 11:40, Andreas Müller wrote:
> What other packages are missing after this change? Any buildhistory on this?
$ git checkout master
$ bitbake core-image-sato
$ git checkout systemd
$ bitbake core-image-sato
$ buildhistory-diff | grep -v PKGR
Changes to images/nuc/glibc/core-image-
On Tue, Oct 7, 2014 at 9:18 AM, Erik Botö wrote:
> This patch works well for me. Any chance of it getting cherry-picked
> into Daisy as well?
>
> Cheers,
> Erik
>
> On Tue, Oct 7, 2014 at 12:10 AM, Ross Burton
> wrote:
> > Adding dependencies and moving files based on Conflicts tags in unit
> fi
This patch works well for me. Any chance of it getting cherry-picked
into Daisy as well?
Cheers,
Erik
On Tue, Oct 7, 2014 at 12:10 AM, Ross Burton wrote:
> Adding dependencies and moving files based on Conflicts tags in unit files
> isn't
> right, mainly as it means that systemd depends on syst
Adding dependencies and moving files based on Conflicts tags in unit files isn't
right, mainly as it means that systemd depends on systemd-binfmt, because the
latter ends up containing the shutdown.target unit.
Signed-off-by: Ross Burton
---
meta/classes/systemd.bbclass |5 +
1 file chan