From 74a8a74a553a33dc5f41939f8070d75e6d57d3da Mon Sep 17 00:00:00 2001 From: Alejandro Hernandez Samaniego Date: Sat, 22 Jan 2022 15:33:17 -0700 Subject: busybox: Add shell arithmetic to work with poky-tiny Fix error when trying to boot core-image-tiny-initramfs: /init: line 144: syntax error: support for $((arith)) is disabled Kernel panic - not syncing: Attempted to kill init! [YOCTO #14702] (From meta-yocto rev: 50ac1fcadb07fdbeb4169cdd7a0c4a805a0f8588) Signed-off-by: Alejandro Enedino Hernandez Samaniego Signed-off-by: Richard Purdie --- meta-poky/recipes-core/busybox/busybox/poky-tiny/defconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta-poky') diff --git a/meta-poky/recipes-core/busybox/busybox/poky-tiny/defconfig b/meta-poky/recipes-core/busybox/busybox/poky-tiny/defconfig index b0fb88a0c1..6e9faa4119 100644 --- a/meta-poky/recipes-core/busybox/busybox/poky-tiny/defconfig +++ b/meta-poky/recipes-core/busybox/busybox/poky-tiny/defconfig @@ -1160,7 +1160,7 @@ CONFIG_CTTYHACK=y # # Options common to all shells # -# CONFIG_FEATURE_SH_MATH is not set +CONFIG_FEATURE_SH_MATH=y # CONFIG_FEATURE_SH_MATH_64 is not set # CONFIG_FEATURE_SH_MATH_BASE is not set CONFIG_FEATURE_SH_EXTRA_QUIET=y -- cgit v1.2.3-54-g00ecf