| Message ID | 20260217170544.829944-1-reatmon@ti.com |
|---|---|
| State | Accepted |
| Delegated to: | Ryan Eatmon |
| Headers | show |
| Series | [meta-arago,master] busybox: Turn on sha3sum support | expand |
meta-arago / na / 20260217170544.829944-1-reatmon PRC Results: FAIL ========================================================= check-yocto-patches: PASS ========================================================= Patches ---------------------------------------- All patches passed ========================================================= apply-yocto-patch: PASS ========================================================= master ===================== Summary: - Patch Series: [meta-arago][master][PATCH] busybox: Turn on sha3sum support - Submitter: From: Ryan Eatmon <reatmon@ti.com> - Date: Date: Tue, 17 Feb 2026 11:05:44 -0600 - Num Patches: 1 - Mailing List (public inbox) Commit SHA: 7942ec8fc90c23e11c91c679a60bd00d171299bb Applied to: - Repository: lcpd-prc-meta-arago - Base Branch: master-next - Commit Author: LCPD Automation Script <lcpdbld@list.ti.com> - Commit Subject: CI/CD Auto-Merger: cicd.master-ltsprep.202602130934 - Commit SHA: 61171ba24123649fe6cd3ef567ca3e767d9a7d6a Patches ---------------------------------------- All patches applied ========================================================= check-yocto-repo: PASS ========================================================= master ===================== PASS ========================================================= yocto-check-layers: FAIL ========================================================= master - FAIL ===================== ERROR: Nothing RPROVIDES 'systemd' (but <build-dir>/sources/meta-virtualization/recipes-core/packagegroups/packagegroup-yocto-builder.bb RDEPENDS on or otherwise requires it) ERROR: Required build target 'meta-world-pkgdata' has no buildable providers.
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
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 <reatmon@ti.com> --- meta-arago-distro/recipes-core/busybox/busybox/utils.cfg | 1 + 1 file changed, 1 insertion(+)