The current oe-core busybox defconfig dates back to busybox v1.20.2, so configure options introduced in busybox v1.21.x, v1.22.x and v1.23.x take on default values when the oe-core defconfig is run through 'make oldconfig'.
The first 4 patches just refresh the oe-core defconfig file (with no change to the resulting busybox binary). The final 4 patches disable busybox features added since v1.20.2 which may not be ideal for oe-core. Andre McCurdy (8): busybox: merge login-utilities.cfg into defconfig busybox: re-order defconfig to align with busybox 1.23.2 busybox: remove CONFIG_FEATURE_VI_OPTIMIZE_CURSOR from defconfig busybox: refresh defconfig for busybox v1.23.2 busybox: disable sha3sum in defconfig busybox: disable fatattr in defconfig busybox: disable fstrim in defconfig busybox: disable volumeid support for exFAT, F2FS and NILFS meta/recipes-core/busybox/busybox/defconfig | 158 +++++++++++++-------- .../busybox/busybox/login-utilities.cfg | 13 -- meta/recipes-core/busybox/busybox_1.23.2.bb | 1 - meta/recipes-core/busybox/busybox_git.bb | 1 - 4 files changed, 98 insertions(+), 75 deletions(-) delete mode 100644 meta/recipes-core/busybox/busybox/login-utilities.cfg -- 1.9.1 -- _______________________________________________ Openembedded-core mailing list [email protected] http://lists.openembedded.org/mailman/listinfo/openembedded-core
