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)