* [PATCH BlueZ 1/2] build: Remove deleted configure option
@ 2025-07-08 10:24 Bastien Nocera
2025-07-08 10:24 ` [PATCH BlueZ 2/2] build: Remove deleted files from .gitignore Bastien Nocera
` (2 more replies)
0 siblings, 3 replies; 4+ messages in thread
From: Bastien Nocera @ 2025-07-08 10:24 UTC (permalink / raw)
To: linux-bluetooth
Remove this option now that that the supporting code has been
removed, fixes a configure warning:
configure: WARNING: unrecognized options: --enable-android
Fixes: f0512114aacf ("Remove android support")
---
bootstrap-configure | 1 -
1 file changed, 1 deletion(-)
diff --git a/bootstrap-configure b/bootstrap-configure
index 1c26909b9212..f89759bd2a78 100755
--- a/bootstrap-configure
+++ b/bootstrap-configure
@@ -20,7 +20,6 @@ fi
--enable-nfc \
--enable-sap \
--enable-health \
- --enable-android \
--enable-sixaxis \
--enable-hid2hci \
--enable-midi \
--
2.50.0
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [PATCH BlueZ 2/2] build: Remove deleted files from .gitignore
2025-07-08 10:24 [PATCH BlueZ 1/2] build: Remove deleted configure option Bastien Nocera
@ 2025-07-08 10:24 ` Bastien Nocera
2025-07-08 11:58 ` [BlueZ,1/2] build: Remove deleted configure option bluez.test.bot
2025-07-08 14:20 ` [PATCH BlueZ 1/2] " patchwork-bot+bluetooth
2 siblings, 0 replies; 4+ messages in thread
From: Bastien Nocera @ 2025-07-08 10:24 UTC (permalink / raw)
To: linux-bluetooth
As all the android support was removed in
f0512114aacf ("Remove android support").
---
.gitignore | 11 -----------
1 file changed, 11 deletions(-)
diff --git a/.gitignore b/.gitignore
index 108c3b820a7f..155a65c5a5d5 100644
--- a/.gitignore
+++ b/.gitignore
@@ -174,17 +174,6 @@ unit/test-vcp
unit/test-*.log
unit/test-*.trs
-android/system-emulator
-android/bluetoothd
-android/avdtptest
-android/haltest
-android/android-tester
-android/ipc-tester
-android/bluetoothd-snoop
-android/test-ipc
-android/test-*.log
-android/test-*.trs
-
compile_commands.json
cscope.in.out
cscope.out
--
2.50.0
^ permalink raw reply related [flat|nested] 4+ messages in thread
* RE: [BlueZ,1/2] build: Remove deleted configure option
2025-07-08 10:24 [PATCH BlueZ 1/2] build: Remove deleted configure option Bastien Nocera
2025-07-08 10:24 ` [PATCH BlueZ 2/2] build: Remove deleted files from .gitignore Bastien Nocera
@ 2025-07-08 11:58 ` bluez.test.bot
2025-07-08 14:20 ` [PATCH BlueZ 1/2] " patchwork-bot+bluetooth
2 siblings, 0 replies; 4+ messages in thread
From: bluez.test.bot @ 2025-07-08 11:58 UTC (permalink / raw)
To: linux-bluetooth, hadess
[-- Attachment #1: Type: text/plain, Size: 1261 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=979993
---Test result---
Test Summary:
CheckPatch PENDING 0.29 seconds
GitLint PENDING 0.36 seconds
BuildEll PASS 20.56 seconds
BluezMake PASS 2747.52 seconds
MakeCheck PASS 20.36 seconds
MakeDistcheck PASS 184.59 seconds
CheckValgrind PASS 232.17 seconds
CheckSmatch PASS 303.47 seconds
bluezmakeextell PASS 126.80 seconds
IncrementalBuild PENDING 0.33 seconds
ScanBuild PASS 905.13 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 1/2] build: Remove deleted configure option
2025-07-08 10:24 [PATCH BlueZ 1/2] build: Remove deleted configure option Bastien Nocera
2025-07-08 10:24 ` [PATCH BlueZ 2/2] build: Remove deleted files from .gitignore Bastien Nocera
2025-07-08 11:58 ` [BlueZ,1/2] build: Remove deleted configure option bluez.test.bot
@ 2025-07-08 14:20 ` patchwork-bot+bluetooth
2 siblings, 0 replies; 4+ messages in thread
From: patchwork-bot+bluetooth @ 2025-07-08 14:20 UTC (permalink / raw)
To: Bastien Nocera; +Cc: linux-bluetooth
Hello:
This series was applied to bluetooth/bluez.git (master)
by Luiz Augusto von Dentz <luiz.von.dentz@intel.com>:
On Tue, 8 Jul 2025 12:24:08 +0200 you wrote:
> Remove this option now that that the supporting code has been
> removed, fixes a configure warning:
> configure: WARNING: unrecognized options: --enable-android
>
> Fixes: f0512114aacf ("Remove android support")
> ---
> bootstrap-configure | 1 -
> 1 file changed, 1 deletion(-)
Here is the summary with links:
- [BlueZ,1/2] build: Remove deleted configure option
https://git.kernel.org/pub/scm/bluetooth/bluez.git/?id=f3db585b5f6f
- [BlueZ,2/2] build: Remove deleted files from .gitignore
https://git.kernel.org/pub/scm/bluetooth/bluez.git/?id=a5d517dd4134
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:[~2025-07-08 14:19 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-07-08 10:24 [PATCH BlueZ 1/2] build: Remove deleted configure option Bastien Nocera
2025-07-08 10:24 ` [PATCH BlueZ 2/2] build: Remove deleted files from .gitignore Bastien Nocera
2025-07-08 11:58 ` [BlueZ,1/2] build: Remove deleted configure option bluez.test.bot
2025-07-08 14:20 ` [PATCH BlueZ 1/2] " 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