mirror of
https://git.yoctoproject.org/git/poky
synced 2026-01-01 13:58:04 +00:00
Ubuntu 25.10 has changed the default coreutils implementation from GNU coreutils to uutils/coreutils. Unfortunately this causes build problems: couldn't allocate absolute path for 'null'. tail: cannot open 'standard input' for reading: No such file or directory install: failed to chown '...': Invalid argument (os error 22) Clear build failures happen in 'install' and 'tail', but there may be further breakage. Luckily, Ubuntu also installs GNU coreutils with a binary prefix of 'gnu', so whilst these issues are root-caused and fixed in either pseudo or uutils we can prefer the gnu-prefixed binaries where they are present. [ YOCTO #16028 ] (From OE-Core rev: 16f2684ebeffa72b5d90525cf9102751b68c298e) Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> |
||
|---|---|---|
| .. | ||
| base.bbclass | ||
| buildstats.bbclass | ||
| debian.bbclass | ||
| devshell.bbclass | ||
| insane.bbclass | ||
| license.bbclass | ||
| logging.bbclass | ||
| mirrors.bbclass | ||
| package_deb.bbclass | ||
| package_ipk.bbclass | ||
| package_pkgdata.bbclass | ||
| package_rpm.bbclass | ||
| package.bbclass | ||
| packagedata.bbclass | ||
| patch.bbclass | ||
| retain.bbclass | ||
| sanity.bbclass | ||
| sstate.bbclass | ||
| staging.bbclass | ||
| uninative.bbclass | ||
| utility-tasks.bbclass | ||
| utils.bbclass | ||
| yocto-check-layer.bbclass | ||