From b2d1231c54aa0299a775e297f27ce95c30247cb0 Mon Sep 17 00:00:00 2001 From: Yong Zhao Date: Fri, 2 Jul 2021 18:30:39 -0700 Subject: 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 Change-Id: Id91f5470e7b2a2b42da485e44eda63c97c096842 --- meta-google/recipes-core/busybox/files/gbmc.cfg | 3 +++ 1 file changed, 3 insertions(+) (limited to 'meta-google/recipes-core/busybox') diff --git a/meta-google/recipes-core/busybox/files/gbmc.cfg b/meta-google/recipes-core/busybox/files/gbmc.cfg index e097a921ae..158f771b3a 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 -- cgit v1.2.3