summaryrefslogtreecommitdiffstats
path: root/recipes-core/busybox/busybox-initrd.bb
Commit message (Collapse)AuthorAgeFilesLines
* busybox-initrd: auto pv from busyboxAdrian Freihofer2023-05-171-0/+35
Not hardcoding the version of busybox from the core layer in this layer is a small improvement for maintenance. But the main motivation is to support the following layer combination without getting a parse error from bitbake: - poky LTS, branch = kirkstone - meta-lts-mixins, branch = kirkstone/go - meta-lts-mixins, branch = kirkstone/rust - meta-virtualization, branch = master Signed-off-by: Adrian Freihofer <adrian.freihofer@siemens.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>