diff options
author | Scott Murray <scott.murray@konsulko.com> | 2021-05-30 14:47:34 -0400 |
---|---|---|
committer | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2021-06-01 08:38:04 +0000 |
commit | ff827503f54f4b1a9aad35c244b6585edc0eb41c (patch) | |
tree | ffe0f4017a8f831ef9b0b26c985fded1a18760c7 /meta-agl-core/conf/distro | |
parent | 109051d8049fde31ca9421d6d590fef51131c01b (diff) |
meta-agl-core: Rework packagegroup-agl-core-boot
To avoid the problem of it drift with respect to the upstream
packagegroup-core-boot that it was originally derived from, rework
packagegroup-agl-core-boot to just RDEPEND on it instead. This
has the benefit of making the AGL additions more clearly visible.
Additionally:
- Define VIRTUAL-RUNTIME_base-utils-syslog for packagegroup-core-boot
to match AGL's current default.
- Add a VIRTUAL-RUNTIME_rngd variable to allow downstream users to
remove or replace rng-tools in their distro configuration.
- Explicitly add the packagegroup to IMAGE_INSTALL in the base
agl-image-boot.inc to better match upstream core-image-minimal in
definition, and make sure that any derived image that is created by
including the inc file (instead of the bb file) is usable.
Bug-AGL: SPEC-3932
Signed-off-by: Scott Murray <scott.murray@konsulko.com>
Change-Id: Ib82d5d6b561eca4d059c56b01a0caddefcb48776
Reviewed-on: https://gerrit.automotivelinux.org/gerrit/c/AGL/meta-agl/+/26376
Reviewed-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org>
Tested-by: Jenkins Job builder account
Diffstat (limited to 'meta-agl-core/conf/distro')
-rw-r--r-- | meta-agl-core/conf/distro/poky-agl.conf | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-agl-core/conf/distro/poky-agl.conf b/meta-agl-core/conf/distro/poky-agl.conf index 7689f049d..95b8fbec7 100644 --- a/meta-agl-core/conf/distro/poky-agl.conf +++ b/meta-agl-core/conf/distro/poky-agl.conf @@ -60,6 +60,8 @@ DISTRO_FEATURES_BACKFILL_CONSIDERED = "pulseaudio" INIT_MANAGER = "systemd" # Override default of "systemd-compat-units" VIRTUAL-RUNTIME_initscripts = "" +# Override default of "busybox-syslog" +VIRTUAL-RUNTIME_base-utils-syslog = "" # network manager to use (possible values: systemd, connman) VIRTUAL-RUNTIME_net_manager = "connman" |