Go to file
Deepesh Varatharajan 9be6b9680d
fd-find: Add fd-find recipe
fd is a simple, fast and user-friendly alternative to 'find' written in rust.
Add recipe for the latest release (10.3.0)

- Ignores hidden and .gitignore files by default
- Supports regular expressions and highlights matches
- Faster and easier to use than traditional 'find'

More information: https://crates.io/crates/fd-find

Upstream Benchmarks:
Tool & Command                 Time (mean ± σ)          Range (min … max)      Speedup vs find
fd -u '[0-9]\.jpg$' ~        854.8 ms ±  10.0 ms       839.2 ms … 868.9 ms        ~13x faster
find ~ -iname '*[0-9].jpg'   11.226 s ±  0.104 s       11.119 s … 11.466 s            —

Bechmarks inside qemu (fd built from this recipe):
Tool & Command	                  Real Time	 User Time	 Sys Time	 Speedup vs find
fd (fd /path/to/search)	            2.115 s	  2.660 s	  5.083 s          ≈2.1× faster
find (find /path/to/search)         4.401 s	  1.607 s	  2.788 s	        —

Signed-off-by: Deepesh Varatharajan <Deepesh.Varatharajan@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2025-12-10 08:56:13 -08:00
contrib contrib: oe-stylize: Use Python3 explicitly 2023-06-04 22:29:46 -07:00
meta-filesystems e2tools: Fix buildpaths in ptests 2025-11-25 14:59:17 -08:00
meta-gnome accountservice: ignore CVE-2023-3297 2025-12-10 08:56:11 -08:00
meta-initramfs ubi-utils-klibc: Upgrade 2.0.2 -> 2.3.0 2025-11-04 16:52:47 -08:00
meta-multimedia dleyna-server: drop recipe 2025-12-10 08:56:13 -08:00
meta-networking dante: upgrade 1.4.3 -> 1.4.4 2025-12-10 08:56:12 -08:00
meta-oe fd-find: Add fd-find recipe 2025-12-10 08:56:13 -08:00
meta-perl libunix-statgrab: Put LD export in do_configure 2025-11-23 00:12:01 -08:00
meta-python python3-txaio: upgrade 25.9.2 -> 25.12.1 2025-12-09 15:11:01 -08:00
meta-webserver apache2: upgrade 2.4.65 -> 2.4.66 2025-12-05 10:13:24 -08:00
meta-xfce xfce4-screenshooter: Add gtk-layer-shell to depends with wayland 2025-11-18 08:17:56 -08:00
.b4-config Add toplevel b4 config file 2025-04-10 08:31:06 -07:00
.gitignore
COPYING.MIT
README.md layers: Move READMEs to markdown format 2023-06-17 08:30:01 -07:00

Collection of layers for the OE-core universe

Main layer maintainer: Khem Raj raj.khem@gmail.com

This repository is a collection of layers to suppliment OE-Core with additional packages, Each layer have designated maintainer Please see the respective READMEs in the layer subdirectories