summaryrefslogtreecommitdiffstats
path: root/recipes-core/busybox/busybox-initrd
Commit message (Collapse)AuthorAgeFilesLines
* busybox-initrd: move static configuration to 'vmsep' distro featureBruce Ashfield2020-09-282-2/+1
| | | | | | | | | | | We already have a distro feature that controls the static/non-static configuration of libgcrypt: 'vmsep' To avoid build errors on distros that don't have static libgcrypt available, we move the CONFIG_STATIC config to a fragment and only enable it whent he distro feature is set. Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
* busybox: add initrd variantBruce Ashfield2020-09-222-0/+15
Add a busybox variant that inherits almost all of its support from the core busybox recipe, but adds configuration values that are appropriate to be used in an initrd. In particular: - we build busybox statically - we enable runlevel and init functionality - mdev is always enabled - applet install support is enabled Signed-off-by: Bruce Ashfield <bruce.ashfield@xilinx.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>