When we moved [1] from our old defconfig to the upstream oe-core defconfig, there were a few config features that were lost in translation. There were items that were not specified in our defconfig at all, but were marked as "not set" in the oe-core defconfig.
We have had a customer reach out complaining that sha3sum is missing, so add it to the utils.cfg file to make sure it is included in busybox. [1] https://git.ti.com/cgit/arago-project/meta-arago/commit/?id=b49f3a05d1e3c7ad3458fae6b1359d7fd7619280 Signed-off-by: Ryan Eatmon <[email protected]> --- meta-arago-distro/recipes-core/busybox/busybox/utils.cfg | 1 + 1 file changed, 1 insertion(+) diff --git a/meta-arago-distro/recipes-core/busybox/busybox/utils.cfg b/meta-arago-distro/recipes-core/busybox/busybox/utils.cfg index c020f638..0a5b4481 100644 --- a/meta-arago-distro/recipes-core/busybox/busybox/utils.cfg +++ b/meta-arago-distro/recipes-core/busybox/busybox/utils.cfg @@ -9,6 +9,7 @@ CONFIG_FEATURE_PS_ADDITIONAL_COLUMNS=y CONFIG_TASKSET=y CONFIG_FEATURE_TASKSET_FANCY=y CONFIG_FEATURE_SHOW_THREADS=y +CONFIG_SHA3SUM=y CONFIG_TIMEOUT=y CONFIG_UUDECODE=y CONFIG_UUENCODE=y -- 2.43.0 -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#17107): https://lists.yoctoproject.org/g/meta-arago/message/17107 Mute This Topic: https://lists.yoctoproject.org/mt/117860136/21656 Group Owner: [email protected] Unsubscribe: https://lists.yoctoproject.org/g/meta-arago/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
