Message ID | 20211008193628.39347-1-hj.tedd.an@gmail.com (mailing list archive) |
---|---|
State | Accepted |
Delegated to: | Luiz Von Dentz |
Headers | show |
Series | [BlueZ,v3,1/3] doc/tester-config: Enable Runtime Debugging Feature | expand |
Context | Check | Description |
---|---|---|
tedd_an/checkpatch | success | Checkpatch PASS |
tedd_an/gitlint | success | Gitlint PASS |
tedd_an/setupell | success | Setup ELL PASS |
tedd_an/buildprep | success | Build Prep PASS |
tedd_an/build | success | Build Configuration PASS |
tedd_an/makecheck | success | Make Check PASS |
tedd_an/makedistcheck | success | Make Distcheck PASS |
tedd_an/build_extell | success | Build External ELL PASS |
tedd_an/build_extell_make | success | Build Make with External ELL PASS |
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=560147 ---Test result--- Test Summary: CheckPatch PASS 4.39 seconds GitLint PASS 2.75 seconds Prep - Setup ELL PASS 40.26 seconds Build - Prep PASS 0.45 seconds Build - Configure PASS 7.46 seconds Build - Make PASS 174.06 seconds Make Check PASS 9.00 seconds Make Distcheck PASS 211.98 seconds Build w/ext ELL - Configure PASS 7.81 seconds Build w/ext ELL - Make PASS 162.27 seconds --- Regards, Linux Bluetooth
Hi Tedd, On Fri, Oct 8, 2021 at 12:55 PM <bluez.test.bot@gmail.com> wrote: > > 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=560147 > > ---Test result--- > > Test Summary: > CheckPatch PASS 4.39 seconds > GitLint PASS 2.75 seconds > Prep - Setup ELL PASS 40.26 seconds > Build - Prep PASS 0.45 seconds > Build - Configure PASS 7.46 seconds > Build - Make PASS 174.06 seconds > Make Check PASS 9.00 seconds > Make Distcheck PASS 211.98 seconds > Build w/ext ELL - Configure PASS 7.81 seconds > Build w/ext ELL - Make PASS 162.27 seconds > > > > --- > Regards, > Linux Bluetooth Applied, thanks.
diff --git a/doc/tester.config b/doc/tester.config index 892fd5eb3..011475661 100644 --- a/doc/tester.config +++ b/doc/tester.config @@ -32,6 +32,7 @@ CONFIG_BT_LE=y CONFIG_BT_HS=y CONFIG_BT_MSFTEXT=y CONFIG_BT_AOSPEXT=y +CONFIG_BT_FEATURE_DEBUG=y CONFIG_BT_HCIVHCI=y
From: Tedd Ho-Jeong An <tedd.an@intel.com> This patch adds CONFIG_BT_FEATURE_DEBUG=y in tester config to enable the runtime debug option. --- doc/tester.config | 1 + 1 file changed, 1 insertion(+)