From: Bartosz Golaszewski Date: Wed, 6 May 2020 13:29:32 +0000 (+0200) Subject: busybox: disable i2ctransfer X-Git-Tag: uninative-2.9~879 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=c01da7f80db119bc87a25d68c2bcf49bb703c3b4;p=openembedded-core.git busybox: disable i2ctransfer I2C tools are built by default in busybox. OE-core on the other hand disables them all in the busybox defconfig except i2ctransfer. Since this looks like an oversight, this patch proposes to disable this tool as well. Signed-off-by: Bartosz Golaszewski Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-core/busybox/busybox/defconfig b/meta/recipes-core/busybox/busybox/defconfig index 0b27fcd4b3..4334a9d738 100644 --- a/meta/recipes-core/busybox/busybox/defconfig +++ b/meta/recipes-core/busybox/busybox/defconfig @@ -785,6 +785,7 @@ CONFIG_FEATURE_CROND_DIR="" # CONFIG_I2CSET is not set # CONFIG_I2CDUMP is not set # CONFIG_I2CDETECT is not set +# CONFIG_I2CTRANSFER is not set # CONFIG_INOTIFYD is not set CONFIG_LESS=y CONFIG_FEATURE_LESS_MAXLINES=9999999