aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/conf
diff options
context:
space:
mode:
authorEtienne Cordonnier <ecordonnier@snap.com>2022-07-21 11:22:46 +0200
committerKhem Raj <raj.khem@gmail.com>2022-08-24 08:26:55 -0700
commita9bb79e1b9bef281e4d83eb575426c60b5abc5e1 (patch)
tree62ac095e1160ea195a65b88c3b8460935e21c187 /meta-oe/conf
parent6d54ec022d8c09bf900e47f1e38c4fafc7529209 (diff)
downloadmeta-openembedded-contrib-a9bb79e1b9bef281e4d83eb575426c60b5abc5e1.tar.gz
uutils-coreutils: add recipe
uutils-coreutils is a rewrite of GNU coreutils in Rust. It is licensed under MIT license. To use this recipe add this line to your distro configuration: PREFERRED_PROVIDER_coreutils = "uutils-coreutils" Signed-off-by: Etienne Cordonnier <ecordonnier@snap.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/conf')
-rw-r--r--meta-oe/conf/layer.conf2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-oe/conf/layer.conf b/meta-oe/conf/layer.conf
index 34aa29561c..6a0f05d930 100644
--- a/meta-oe/conf/layer.conf
+++ b/meta-oe/conf/layer.conf
@@ -48,6 +48,8 @@ LICENSE_PATH += "${LAYERDIR}/licenses"
PREFERRED_RPROVIDER_libdevmapper = "lvm2"
PREFERRED_PROVIDER_android-tools-conf ?= "android-tools-conf"
+# Configures whether coreutils or uutils-coreutils is used.
+PREFERRED_PROVIDER_coreutils = "coreutils"
SIGGEN_EXCLUDERECIPES_ABISAFE += " \
fbset-modes \