Skip to content

Commit ab5a365

Browse files
Ecordonniersylvestrecakebaker
authored
docs: add paragraph about yocto recipe (#5918)
* docs: add paragraph about yocto recipe Signed-off-by: Etienne Cordonnier <ecordonnier@snap.com> * add words to the spell ignore * docs: add "Yocto" header --------- Signed-off-by: Etienne Cordonnier <ecordonnier@snap.com> Co-authored-by: Sylvestre Ledru <sylvestre@debian.org> Co-authored-by: Daniel Hofstetter <daniel.hofstetter@42dh.com>
1 parent a5e611e commit ab5a365

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

docs/src/installation.md

+12-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<!-- spell-checker:ignore pacman pamac nixpkgs openmandriva conda winget -->
1+
<!-- spell-checker:ignore pacman pamac nixpkgs openmandriva conda winget openembedded yocto bblayers bitbake -->
22

33
# Installation
44

@@ -151,6 +151,17 @@ scoop install uutils-coreutils
151151
conda install -c conda-forge uutils-coreutils
152152
```
153153

154+
### Yocto
155+
156+
[Yocto recipe](https://github.com/openembedded/meta-openembedded/tree/master/meta-oe/recipes-core/uutils-coreutils)
157+
158+
The uutils-coreutils recipe is provided as part of the meta-openembedded yocto layer.
159+
Clone [poky](https://github.com/yoctoproject/poky) and [meta-openembedded](https://github.com/openembedded/meta-openembedded/tree/master), add
160+
`meta-openembedded/meta-oe` as layer in your `build/conf/bblayers.conf` file,
161+
and then either call `bitbake uutils-coreutils`, or use
162+
`PREFERRED_PROVIDER_coreutils = "uutils-coreutils"` in your `build/conf/local.conf` file and
163+
then build your usual yocto image.
164+
154165
## Non-standard packages
155166

156167
### `coreutils-hybrid` (AUR)

0 commit comments

Comments
 (0)