summaryrefslogtreecommitdiff
path: root/meta-google/recipes-core
diff options
context:
space:
mode:
authorYong Zhao <yozhao@google.com>2021-07-03 04:30:39 +0300
committerYong Zhao <yozhao@google.com>2021-07-08 05:36:47 +0300
commitb2d1231c54aa0299a775e297f27ce95c30247cb0 (patch)
tree9e2c5a6a97940a8f577c3c01e0b21d657938294c /meta-google/recipes-core
parentb36f36320b5671ab1dd0606dbeeb5eb8b36c5906 (diff)
downloadopenbmc-b2d1231c54aa0299a775e297f27ce95c30247cb0.tar.xz
meta-google: Add bc to busybox
bc is a command-line, arbitrary-precision calculator with a Turing-complete language. Tested: The bc command is usable on target system. Signed-off-by: Yong Zhao <yozhao@google.com> Change-Id: Id91f5470e7b2a2b42da485e44eda63c97c096842
Diffstat (limited to 'meta-google/recipes-core')
-rw-r--r--meta-google/recipes-core/busybox/files/gbmc.cfg3
1 files changed, 3 insertions, 0 deletions
diff --git a/meta-google/recipes-core/busybox/files/gbmc.cfg b/meta-google/recipes-core/busybox/files/gbmc.cfg
index e097a921a..158f771b3 100644
--- a/meta-google/recipes-core/busybox/files/gbmc.cfg
+++ b/meta-google/recipes-core/busybox/files/gbmc.cfg
@@ -16,3 +16,6 @@ CONFIG_FEATURE_UDHCPC6_RFC3646=y
CONFIG_FEATURE_UDHCPC6_RFC4704=y
CONFIG_FEATURE_UDHCPC6_RFC4833=y
CONFIG_FEATURE_UDHCPC6_RFC5970=y
+
+# Misc
+CONFIG_BC=y