From 28c2f0dfe3ae06d87772b2a88fcace5a03e09143 Mon Sep 17 00:00:00 2001 From: Mark Hatle Date: Wed, 17 Oct 2018 12:43:23 -0400 Subject: 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 Signed-off-by: Richard Purdie --- meta/conf/distro/include/maintainers.inc | 1 + 1 file changed, 1 insertion(+) (limited to 'meta/conf/distro/include/maintainers.inc') diff --git a/meta/conf/distro/include/maintainers.inc b/meta/conf/distro/include/maintainers.inc index 49d9f70481..d32e07d899 100644 --- a/meta/conf/distro/include/maintainers.inc +++ b/meta/conf/distro/include/maintainers.inc @@ -629,6 +629,7 @@ RECIPE_MAINTAINER_pn-systemd = "Chen Qi " RECIPE_MAINTAINER_pn-systemd-boot = "Chen Qi " RECIPE_MAINTAINER_pn-systemd-bootchart = "Chen Qi " RECIPE_MAINTAINER_pn-systemd-bootconf = "Chen Qi " +RECIPE_MAINTAINER_pn-systemd-conf = "Chen Qi " RECIPE_MAINTAINER_pn-systemd-compat-units = "Chen Qi " RECIPE_MAINTAINER_pn-systemd-serialgetty = "Chen Qi " RECIPE_MAINTAINER_pn-systemd-systemctl-native = "Chen Qi " -- cgit v1.2.3-54-g00ecf