All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/1] busybox: Add shell arithmetic to work with poky-tiny
@ 2022-01-22 22:33 Alejandro Hernandez Samaniego
  2022-01-24 17:38 ` [poky] " Khem Raj
  0 siblings, 1 reply; 5+ messages in thread
From: Alejandro Hernandez Samaniego @ 2022-01-22 22:33 UTC (permalink / raw)
  To: poky; +Cc: Alejandro Enedino Hernandez Samaniego

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]

Signed-off-by: Alejandro Enedino Hernandez Samaniego <alhe@linux.microsoft.com>
---
 meta-poky/recipes-core/busybox/busybox/poky-tiny/defconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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
-- 
2.25.1


^ permalink raw reply related	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2022-01-26  6:53 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-01-22 22:33 [PATCH 1/1] busybox: Add shell arithmetic to work with poky-tiny Alejandro Hernandez Samaniego
2022-01-24 17:38 ` [poky] " Khem Raj
2022-01-26  6:38   ` Alejandro Hernandez Samaniego
2022-01-26  6:44     ` Khem Raj
2022-01-26  6:53       ` Alejandro Hernandez Samaniego

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.