]> code.ossystems Code Review - openembedded-core.git/commit
systemd: Remove items that made this machine (qemu) specific
authorMark Hatle <mark.hatle@windriver.com>
Wed, 17 Oct 2018 16:43:23 +0000 (12:43 -0400)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sat, 20 Oct 2018 21:39:38 +0000 (22:39 +0100)
commitd3395418758ed414eee3e95e13d2d8bc5dca88cc
tree338a5b444c5ad77a868ec3af2757e361bb557331
parent37841ec56d7756ec9ee00e2a2005681b220f6f5d
systemd: Remove items that made this machine (qemu) specific

Create a new systemd-conf recipe to contain the specific system/machine
configuration items.  This new package is now machine specific.

Without doing this trying to create a single system with multiple BSPs,
one of which was qemu based, would result in the systemd -and- everything that
dependend upon systemd to have their hash changed.  The hash changing means
lots of rebuilds, but worse if it's a package based system each different
machine ends with a new PR value and a newly generated package.

Signed-off-by: Mark Hatle <mark.hatle@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/conf/distro/include/maintainers.inc
meta/conf/layer.conf
meta/recipes-core/systemd/systemd-conf.bb [new file with mode: 0644]
meta/recipes-core/systemd/systemd/0001-core-device.c-Change-the-default-device-timeout-to-2.patch [deleted file]
meta/recipes-core/systemd/systemd_239.bb