All of lore.kernel.org
 help / color / mirror / Atom feed
* coreutils over uutils-coreutils when selinux in DISTRO_FEATURES
@ 2023-12-31  1:29 Vincent Davis Jr
  2023-12-31 23:18 ` Vincent Davis Jr
  0 siblings, 1 reply; 6+ messages in thread
From: Vincent Davis Jr @ 2023-12-31  1:29 UTC (permalink / raw)
  To: openembedded-devel

[-- Attachment #1: Type: text/plain, Size: 1619 bytes --]

Hello all,

Currently using coreutils over busybox and systemd over sysvinit via:

> 
> 
> 
> 
> SKIP_RECIPE[busybox] = "Don't build this"
> DISTRO_FEATURES_BACKFILL_CONSIDERED:append = " sysvinit"
> VIRTUAL-RUNTIME_syslog = ""
> VIRTUAL-RUNTIME_initscripts = ""
> VIRTUAL-RUNTIME_init_manager = "systemd"
> VIRTUAL-RUNTIME_dev_manager = "udev"
> VIRTUAL-RUNTIME_login_manager = "shadow-base"
> VIRTUAL-RUNTIME_base-utils = "packagegroup-core-base-utils"
> VIRTUAL-RUNTIME_base-utils-hwclock = "util-linux-hwclock"
> VIRTUAL-RUNTIME_base-utils-syslog = ""
> VIRTUAL-RUNTIME_vim = "vim"
> PREFERRED_PROVIDER_udev = "systemd"
> PREFERRED_PROVIDER_udev-utils = "systemd"
> PREFERRED_PROVIDER_virtual/base-utils = "packagegroup-core-base-utils"
> PREFERRED_PROVIDER_coreutils = "coreutils"
> 
> 

Need help determining how to use coreutils over uutils-coreutils?
uutils-coreutils only gets built when I include "selinux" in *DISTRO_FEATURES.
* Thus it leads me to

ERROR: Nothing PROVIDES 'clang-native'
ERROR: Nothing RPROVIDES 'uutils-coreutils'

Of course happens because I'm not including meta-clang.

I've bypassed error by including:

SKIP_RECIPE[uutils-coreutils] = "Don't build this"
BBMASK += "/meta-oe/recipes-core/uutils-coreutils"

Which builds, but doesn't include required tools into target system image
sed,which.

I have tried removing SKIP_RECIPE,BBMASK and set

PREFERRED_PROVIDER_coreutils = "coreutils"

Still wants to build uutils-coreutils over coreutils.

I would like to not include meta-clang and of course not use uutils-coreutils over coreutils.

[-- Attachment #2: Type: text/html, Size: 1778 bytes --]

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2026-03-26  0:53 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-12-31  1:29 coreutils over uutils-coreutils when selinux in DISTRO_FEATURES Vincent Davis Jr
2023-12-31 23:18 ` Vincent Davis Jr
2024-10-10 20:06   ` Clayton Casciato
2024-11-03 17:13     ` Vincent Davis Jr
2026-03-25 23:30       ` [oe] " Clayton Casciato
2026-03-26  0:53         ` Khem Raj

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.