diff options
author | Mark Hatle <mark.hatle@windriver.com> | 2018-10-17 12:43:23 -0400 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2018-10-21 21:30:35 +0100 |
commit | 28c2f0dfe3ae06d87772b2a88fcace5a03e09143 (patch) | |
tree | 83097d1031d4c24034045a6bdc9bd9a042b70576 /meta/conf/layer.conf | |
parent | 5293bee5f77f49a4318517d77103c818a36fafa0 (diff) | |
download | poky-28c2f0dfe3ae06d87772b2a88fcace5a03e09143.tar.gz |
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.
(From OE-Core rev: d3395418758ed414eee3e95e13d2d8bc5dca88cc)
Signed-off-by: Mark Hatle <mark.hatle@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/conf/layer.conf')
-rw-r--r-- | meta/conf/layer.conf | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/conf/layer.conf b/meta/conf/layer.conf index 6221a057ce..504f7fa07a 100644 --- a/meta/conf/layer.conf +++ b/meta/conf/layer.conf | |||
@@ -74,6 +74,7 @@ SIGGEN_EXCLUDE_SAFE_RECIPE_DEPS += " \ | |||
74 | gnome-icon-theme->librsvg \ | 74 | gnome-icon-theme->librsvg \ |
75 | font-alias->font-util \ | 75 | font-alias->font-util \ |
76 | systemd-boot->systemd-bootconf \ | 76 | systemd-boot->systemd-bootconf \ |
77 | systemd->systemd-conf \ | ||
77 | weston-init->weston \ | 78 | weston-init->weston \ |
78 | weston-init->kbd \ | 79 | weston-init->kbd \ |
79 | " | 80 | " |