Commit ab5a365 1 parent a5e611e commit ab5a365 Copy full SHA for ab5a365
File tree 1 file changed +12
-1
lines changed
1 file changed +12
-1
lines changed Original file line number Diff line number Diff line change 1
- <!-- spell-checker:ignore pacman pamac nixpkgs openmandriva conda winget -->
1
+ <!-- spell-checker:ignore pacman pamac nixpkgs openmandriva conda winget openembedded yocto bblayers bitbake -->
2
2
3
3
# Installation
4
4
@@ -151,6 +151,17 @@ scoop install uutils-coreutils
151
151
conda install -c conda-forge uutils-coreutils
152
152
```
153
153
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
+
154
165
## Non-standard packages
155
166
156
167
### ` coreutils-hybrid ` (AUR)
You can’t perform that action at this time.
0 commit comments