From ab5a3656bf1af10a6d7b228cde56488bcf43ed18 Mon Sep 17 00:00:00 2001 From: Etienne Date: Tue, 30 Jan 2024 15:18:14 +0100 Subject: [PATCH] docs: add paragraph about yocto recipe (#5918) * docs: add paragraph about yocto recipe Signed-off-by: Etienne Cordonnier * add words to the spell ignore * docs: add "Yocto" header --------- Signed-off-by: Etienne Cordonnier Co-authored-by: Sylvestre Ledru Co-authored-by: Daniel Hofstetter --- docs/src/installation.md | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/docs/src/installation.md b/docs/src/installation.md index dc631d240..80afdda53 100644 --- a/docs/src/installation.md +++ b/docs/src/installation.md @@ -1,4 +1,4 @@ - + # Installation @@ -151,6 +151,17 @@ scoop install uutils-coreutils conda install -c conda-forge uutils-coreutils ``` +### Yocto + +[Yocto recipe](https://github.com/openembedded/meta-openembedded/tree/master/meta-oe/recipes-core/uutils-coreutils) + +The uutils-coreutils recipe is provided as part of the meta-openembedded yocto layer. +Clone [poky](https://github.com/yoctoproject/poky) and [meta-openembedded](https://github.com/openembedded/meta-openembedded/tree/master), add +`meta-openembedded/meta-oe` as layer in your `build/conf/bblayers.conf` file, +and then either call `bitbake uutils-coreutils`, or use +`PREFERRED_PROVIDER_coreutils = "uutils-coreutils"` in your `build/conf/local.conf` file and +then build your usual yocto image. + ## Non-standard packages ### `coreutils-hybrid` (AUR)