Message ID | 20220601212255.1356507-1-luiz.dentz@gmail.com |
---|---|
State | New |
Headers | show |
Series | [BlueZ] test-runner: Enable BT_HCIUART and BT_HCIUART_H4 | expand |
This is automated email and please do not reply to this email! Dear submitter, Thank you for submitting the patches to the linux bluetooth mailing list. This is a CI test results with your patch series: PW Link:https://patchwork.kernel.org/project/bluetooth/list/?series=646685 ---Test result--- Test Summary: CheckPatch PASS 1.14 seconds GitLint PASS 0.79 seconds Prep - Setup ELL PASS 41.66 seconds Build - Prep PASS 0.60 seconds Build - Configure PASS 8.05 seconds Build - Make PASS 1208.89 seconds Make Check PASS 11.86 seconds Make Check w/Valgrind PASS 438.43 seconds Make Distcheck PASS 226.28 seconds Build w/ext ELL - Configure PASS 7.99 seconds Build w/ext ELL - Make PASS 1167.79 seconds Incremental Build with patchesPASS 0.00 seconds --- Regards, Linux Bluetooth
Hello: This patch was applied to bluetooth/bluez.git (master) by Luiz Augusto von Dentz <luiz.von.dentz@intel.com>: On Wed, 1 Jun 2022 14:22:55 -0700 you wrote: > From: Luiz Augusto von Dentz <luiz.von.dentz@intel.com> > > These options are required when running with -u option since that uses > H4 headers to serialize the communication of host and guest. > --- > doc/test-runner.txt | 2 ++ > doc/tester.config | 2 ++ > 2 files changed, 4 insertions(+) Here is the summary with links: - [BlueZ] test-runner: Enable BT_HCIUART and BT_HCIUART_H4 https://git.kernel.org/pub/scm/bluetooth/bluez.git/?id=67b325c614e5 You are awesome, thank you!
diff --git a/doc/test-runner.txt b/doc/test-runner.txt index fe0a0d479..683c622a2 100644 --- a/doc/test-runner.txt +++ b/doc/test-runner.txt @@ -41,6 +41,8 @@ For Bluetooth functionality: CONFIG_BT_HIDP=y CONFIG_BT_LE=y + CONFIG_BT_HCIUART=y + CONFIG_BT_HCIUART_H4=y CONFIG_BT_HCIVHCI=y CONFIG_CRYPTO_CMAC=y diff --git a/doc/tester.config b/doc/tester.config index 011475661..4429a7222 100644 --- a/doc/tester.config +++ b/doc/tester.config @@ -34,6 +34,8 @@ CONFIG_BT_MSFTEXT=y CONFIG_BT_AOSPEXT=y CONFIG_BT_FEATURE_DEBUG=y +CONFIG_BT_HCIUART=y +CONFIG_BT_HCIUART_H4=y CONFIG_BT_HCIVHCI=y CONFIG_CRYPTO_CMAC=y
From: Luiz Augusto von Dentz <luiz.von.dentz@intel.com> These options are required when running with -u option since that uses H4 headers to serialize the communication of host and guest. --- doc/test-runner.txt | 2 ++ doc/tester.config | 2 ++ 2 files changed, 4 insertions(+)