public inbox for linux-bluetooth@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH BlueZ 0/1] build: Don't install btmgmt man page as tool isn't
@ 2026-01-29 12:57 Bastien Nocera
  2026-01-29 12:57 ` [PATCH BlueZ 1/1] " Bastien Nocera
  2026-01-29 16:30 ` [PATCH BlueZ 0/1] " patchwork-bot+bluetooth
  0 siblings, 2 replies; 4+ messages in thread
From: Bastien Nocera @ 2026-01-29 12:57 UTC (permalink / raw)
  To: linux-bluetooth

As discussed in "[PATCH BlueZ v6 10/20] tools: Install btmgmt along with
other tools".

I have a similar patch for meson, not sure whether you would prefer it
integrated in the existing meson patchset (which would require more
rebase work) or as a fix afterwards.

I double-checked that both btmgmt.rst and the generated btmgmt.1 end up
in the distcheck, and btmgmt.1 isn't installed.

Bastien Nocera (1):
  build: Don't install btmgmt man page as tool isn't

 Makefile.tools | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

-- 
2.52.0


^ permalink raw reply	[flat|nested] 4+ messages in thread

* [PATCH BlueZ 1/1] build: Don't install btmgmt man page as tool isn't
  2026-01-29 12:57 [PATCH BlueZ 0/1] build: Don't install btmgmt man page as tool isn't Bastien Nocera
@ 2026-01-29 12:57 ` Bastien Nocera
  2026-01-29 14:24   ` bluez.test.bot
  2026-01-29 16:30 ` [PATCH BlueZ 0/1] " patchwork-bot+bluetooth
  1 sibling, 1 reply; 4+ messages in thread
From: Bastien Nocera @ 2026-01-29 12:57 UTC (permalink / raw)
  To: linux-bluetooth

The btmgmt tool isn't installed through the Makefiles, so the
man page shouldn't be installed either.
---
 Makefile.tools | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile.tools b/Makefile.tools
index b75e9782cd75..4f4ee88defa0 100644
--- a/Makefile.tools
+++ b/Makefile.tools
@@ -349,7 +349,7 @@ profiles_iap_iapd_LDADD = gdbus/libgdbus-internal.la $(GLIB_LIBS) $(DBUS_LIBS)
 
 if MANPAGES
 man_MANS += doc/rctest.1 doc/l2ping.1 doc/btattach.1 doc/isotest.1 \
-		doc/btmgmt.1 doc/bluetoothctl.1 \
+		doc/bluetoothctl.1 \
 		doc/bluetoothctl-mgmt.1 \
 		doc/bluetoothctl-monitor.1 doc/bluetoothctl-admin.1 \
 		doc/bluetoothctl-advertise.1 doc/bluetoothctl-endpoint.1 \
-- 
2.52.0


^ permalink raw reply related	[flat|nested] 4+ messages in thread

* RE: build: Don't install btmgmt man page as tool isn't
  2026-01-29 12:57 ` [PATCH BlueZ 1/1] " Bastien Nocera
@ 2026-01-29 14:24   ` bluez.test.bot
  0 siblings, 0 replies; 4+ messages in thread
From: bluez.test.bot @ 2026-01-29 14:24 UTC (permalink / raw)
  To: linux-bluetooth, hadess

[-- Attachment #1: Type: text/plain, Size: 1262 bytes --]

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=1048529

---Test result---

Test Summary:
CheckPatch                    PENDING   0.34 seconds
GitLint                       PENDING   0.36 seconds
BuildEll                      PASS      20.54 seconds
BluezMake                     PASS      657.46 seconds
MakeCheck                     PASS      18.49 seconds
MakeDistcheck                 PASS      247.04 seconds
CheckValgrind                 PASS      300.76 seconds
CheckSmatch                   PASS      360.98 seconds
bluezmakeextell               PASS      189.95 seconds
IncrementalBuild              PENDING   0.33 seconds
ScanBuild                     PASS      1089.17 seconds

Details
##############################
Test: CheckPatch - PENDING
Desc: Run checkpatch.pl script
Output:

##############################
Test: GitLint - PENDING
Desc: Run gitlint
Output:

##############################
Test: IncrementalBuild - PENDING
Desc: Incremental build with the patches in the series
Output:



---
Regards,
Linux Bluetooth


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH BlueZ 0/1] build: Don't install btmgmt man page as tool isn't
  2026-01-29 12:57 [PATCH BlueZ 0/1] build: Don't install btmgmt man page as tool isn't Bastien Nocera
  2026-01-29 12:57 ` [PATCH BlueZ 1/1] " Bastien Nocera
@ 2026-01-29 16:30 ` patchwork-bot+bluetooth
  1 sibling, 0 replies; 4+ messages in thread
From: patchwork-bot+bluetooth @ 2026-01-29 16:30 UTC (permalink / raw)
  To: Bastien Nocera; +Cc: linux-bluetooth

Hello:

This patch was applied to bluetooth/bluez.git (master)
by Luiz Augusto von Dentz <luiz.von.dentz@intel.com>:

On Thu, 29 Jan 2026 13:57:01 +0100 you wrote:
> As discussed in "[PATCH BlueZ v6 10/20] tools: Install btmgmt along with
> other tools".
> 
> I have a similar patch for meson, not sure whether you would prefer it
> integrated in the existing meson patchset (which would require more
> rebase work) or as a fix afterwards.
> 
> [...]

Here is the summary with links:
  - [BlueZ,1/1] build: Don't install btmgmt man page as tool isn't
    https://git.kernel.org/pub/scm/bluetooth/bluez.git/?id=a2d140d70b1c

You are awesome, thank you!
-- 
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html



^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2026-01-29 16:30 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-01-29 12:57 [PATCH BlueZ 0/1] build: Don't install btmgmt man page as tool isn't Bastien Nocera
2026-01-29 12:57 ` [PATCH BlueZ 1/1] " Bastien Nocera
2026-01-29 14:24   ` bluez.test.bot
2026-01-29 16:30 ` [PATCH BlueZ 0/1] " patchwork-bot+bluetooth

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox