Message ID | 20211006201300.186055-1-hj.tedd.an@gmail.com (mailing list archive) |
---|---|
State | Superseded |
Headers | show |
Series | [BlueZ,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=558775 ---Test result--- Test Summary: CheckPatch PASS 4.20 seconds GitLint PASS 2.80 seconds Prep - Setup ELL PASS 43.71 seconds Build - Prep PASS 0.49 seconds Build - Configure PASS 7.98 seconds Build - Make PASS 184.67 seconds Make Check PASS 9.53 seconds Make Distcheck PASS 224.44 seconds Build w/ext ELL - Configure PASS 8.74 seconds Build w/ext ELL - Make PASS 184.53 seconds --- Regards, Linux Bluetooth
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(+)