diff options
author | Alejandro Joya <alejandro.joya.cruz@intel.com> | 2015-11-17 16:13:13 -0600 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-01-06 15:27:33 +0000 |
commit | 9349f424297d88571f427b4fdf3a9cfcd0533058 (patch) | |
tree | c2aa9cf9473a5cdadc33616f634ebacb1087234f | |
parent | c44b76abc3dc95eb1c42eaf862749a5c9c1c6d3f (diff) | |
download | poky-9349f424297d88571f427b4fdf3a9cfcd0533058.tar.gz |
base-utils:flexible dependency for command utilities
add base-line configuration for command utilities, this will be used instead
of hardcoded uses of busybox around the environment.
(From OE-Core rev: b14027e361fc0393fa4ee060ecb1088742607533)
Signed-off-by: Alejandro Joya <alejandro.joya.cruz@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/conf/distro/include/default-providers.inc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/meta/conf/distro/include/default-providers.inc b/meta/conf/distro/include/default-providers.inc index 9f84d5ced2..bb382bd686 100644 --- a/meta/conf/distro/include/default-providers.inc +++ b/meta/conf/distro/include/default-providers.inc | |||
@@ -13,6 +13,7 @@ PREFERRED_PROVIDER_virtual/mesa ?= "mesa" | |||
13 | PREFERRED_PROVIDER_virtual/update-alternatives ?= "opkg-utils" | 13 | PREFERRED_PROVIDER_virtual/update-alternatives ?= "opkg-utils" |
14 | PREFERRED_PROVIDER_virtual/update-alternatives-native ?= "opkg-utils-native" | 14 | PREFERRED_PROVIDER_virtual/update-alternatives-native ?= "opkg-utils-native" |
15 | PREFERRED_PROVIDER_virtual/libx11 ?= "libx11" | 15 | PREFERRED_PROVIDER_virtual/libx11 ?= "libx11" |
16 | PREFERRED_PROVIDER_virtual/base-utils ?= "busybox" | ||
16 | PREFERRED_PROVIDER_xf86-video-intel ?= "xf86-video-intel" | 17 | PREFERRED_PROVIDER_xf86-video-intel ?= "xf86-video-intel" |
17 | 18 | ||
18 | # | 19 | # |
@@ -23,6 +24,8 @@ VIRTUAL-RUNTIME_apm ?= "apm" | |||
23 | VIRTUAL-RUNTIME_alsa-state ?= "alsa-state" | 24 | VIRTUAL-RUNTIME_alsa-state ?= "alsa-state" |
24 | VIRTUAL-RUNTIME_getopt ?= "util-linux-getopt" | 25 | VIRTUAL-RUNTIME_getopt ?= "util-linux-getopt" |
25 | VIRTUAL-RUNTIME_wireless-tools ?= "iw wireless-tools" | 26 | VIRTUAL-RUNTIME_wireless-tools ?= "iw wireless-tools" |
27 | VIRTUAL-RUNTIME_base-utils ?= "busybox" | ||
28 | VIRTUAL-RUNTIME_base-utils-hwclock ?= "busybox-hwclock" | ||
26 | 29 | ||
27 | # | 30 | # |
28 | # Default recipe providers | 31 | # Default recipe providers |