summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/busybox
diff options
context:
space:
mode:
authorBartosz Golaszewski <bgolaszewski@baylibre.com>2020-05-06 15:29:32 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2020-05-07 12:16:00 +0100
commitbc88819c45fc26dfdd520dbfd0613970eea59578 (patch)
tree7806749c424b9a75da48f361251448d5d5838d87 /meta/recipes-core/busybox
parent13e49c2af060bd64adcae8df80ebe195838b3703 (diff)
downloadpoky-bc88819c45fc26dfdd520dbfd0613970eea59578.tar.gz
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. (From OE-Core rev: c01da7f80db119bc87a25d68c2bcf49bb703c3b4) Signed-off-by: Bartosz Golaszewski <bgolaszewski@baylibre.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-core/busybox')
-rw-r--r--meta/recipes-core/busybox/busybox/defconfig1
1 files changed, 1 insertions, 0 deletions
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=""
785# CONFIG_I2CSET is not set 785# CONFIG_I2CSET is not set
786# CONFIG_I2CDUMP is not set 786# CONFIG_I2CDUMP is not set
787# CONFIG_I2CDETECT is not set 787# CONFIG_I2CDETECT is not set
788# CONFIG_I2CTRANSFER is not set
788# CONFIG_INOTIFYD is not set 789# CONFIG_INOTIFYD is not set
789CONFIG_LESS=y 790CONFIG_LESS=y
790CONFIG_FEATURE_LESS_MAXLINES=9999999 791CONFIG_FEATURE_LESS_MAXLINES=9999999