* [PATCH 0/2] Move BfA repositories to GitHub
@ 2015-11-13 10:46 Andrzej Kaczmarek
2015-11-13 10:46 ` [PATCH 1/2] android/README: Update links to BfA on GitHub Andrzej Kaczmarek
` (2 more replies)
0 siblings, 3 replies; 4+ messages in thread
From: Andrzej Kaczmarek @ 2015-11-13 10:46 UTC (permalink / raw)
To: linux-bluetooth; +Cc: Andrzej Kaczmarek
Hi,
Since projects hosted on code.google.com are read-only now and soon it
won't be possible to access code using git client, I moved repositories
to GitHub and created project page on GitHub Pages. You can find new
page at http://bluez-android.github.io/. Links in readme are updated
in following patch.
Andrzej Kaczmarek (2):
android/README: Update links to BfA on GitHub
android/README: Fix typo
android/README | 24 ++++++++++++------------
1 file changed, 12 insertions(+), 12 deletions(-)
--
2.6.2
^ permalink raw reply [flat|nested] 4+ messages in thread
* [PATCH 1/2] android/README: Update links to BfA on GitHub
2015-11-13 10:46 [PATCH 0/2] Move BfA repositories to GitHub Andrzej Kaczmarek
@ 2015-11-13 10:46 ` Andrzej Kaczmarek
2015-11-13 10:46 ` [PATCH 2/2] android/README: Fix typo Andrzej Kaczmarek
2015-11-13 12:18 ` [PATCH 0/2] Move BfA repositories to GitHub Szymon Janc
2 siblings, 0 replies; 4+ messages in thread
From: Andrzej Kaczmarek @ 2015-11-13 10:46 UTC (permalink / raw)
To: linux-bluetooth; +Cc: Andrzej Kaczmarek
Since code.google.com is now read-only, sample implementation of BfA is
moved to GitHub. README is updated with new links.
---
android/README | 22 +++++++++++-----------
1 file changed, 11 insertions(+), 11 deletions(-)
diff --git a/android/README b/android/README
index fff4562..83a902b 100644
--- a/android/README
+++ b/android/README
@@ -23,7 +23,7 @@ Build requirements
- GLib - Android 4.2 or later don't provide GLib and one must provide it in
'external/bluetooth/glib' folder of Android tree. Sample Android GLib port
-is available at https://code.google.com/p/aosp-bluez.glib/
+is available at https://github.com/bluez-android/glib
- SBC - A2DP code requires SBC library (version 1.2 or higher) present in
'external/bluetooth/sbc' directory. Library is build from Android.mk provided
@@ -33,7 +33,7 @@ by BlueZ. SBC code is available at git://git.kernel.org/pub/scm/bluetooth/sbc
BlueZ on Android 4.4 requires backporting missing features (epoll_create1 and
ppoll calls). Sample Bionic for Android 4.4 with all required features
backported is available at
-https://code.google.com/p/aosp-bluez.platform-bionic/
+https://github.com/bluez-android/aosp_platform_bionic
Runtime requirements
--------------------
@@ -46,9 +46,9 @@ board:
import init.bluetooth.rc
For convenience examples are provided at:
-https://code.google.com/p/aosp-bluez.device-lge-mako/ (Nexus 4)
-https://code.google.com/p/aosp-bluez.device-lge-ham/ (Nexus 5)
-https://code.google.com/p/aosp-bluez.device-asus-flo/ (Nexus 7 2013)
+https://github.com/bluez-android/aosp_device_lge_mako (Nexus 4)
+https://github.com/bluez-android/aosp_device_lge_hammerhead (Nexus 5)
+https://github.com/bluez-android/aosp_device_asus_flo (Nexus 7 2013)
Security-Enhanced Linux in Android
----------------------------------
@@ -62,14 +62,14 @@ bluetoothd.te
bluetoothd_snoop.te
For convenience sepolicy.git with all required policies is available at:
-https://code.google.com/p/aosp-bluez.external-sepolicy/
+https://github.com/bluez-android/aosp_platform_external_sepolicy
Downloading and building
------------------------
Building for Android requires full Android AOSP source tree. Sample Android tree
with all required components present is available at
-http://code.google.com/p/aosp-bluez/
+https://github.com/bluez-android
This tree provides support for Nexus4 (mako), Nexus 5 (hammerhead) and
Nexus 7 2013 (flo, deb). Tree does not provide binary blobs needed to run
@@ -81,7 +81,8 @@ Downloading:
Android 5.0 - 'lollipop' branch
Android 4.4 - 'kitkat' branch
-repo init -u https://code.google.com/p/aosp-bluez.platform-manifest -b lollipop
+repo init -u https://github.com/bluez-android/aosp_platform_manifest \
+ -b lollipop
repo sync
Building:
@@ -152,8 +153,7 @@ CONFIG_BT_HCIBTUSB
If it is not possible to use new enough Linux kernel one can use updated
bluetooth subsystem from Backports project. More information about Backports can
be found at https://backports.wiki.kernel.org. Sample kernels using backports
-for running BlueZ on Android are available at
-https://code.google.com/p/aosp-bluez.
+for running BlueZ on Android are available at https://github.com/bluez-android.
Running with Valgrind
@@ -176,7 +176,7 @@ It's recommended to have unstripped libglib.so installed which will enable
complete backtraces in Valgrind output. Otherwise, in many cases backtrace
will break at e.g. g_free() function without prior callers. It's possible to
have proper library installed automatically by appropriate entry in Android.mk,
-see https://code.google.com/p/aosp-bluez.glib/ for an example.
+see https://github.com/bluez-android/glib for an example.
When running with valgrind SElinux needs to be set into permissive mode. This
can be done by executing 'setenforce 0' from root shell.
--
2.6.2
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [PATCH 2/2] android/README: Fix typo
2015-11-13 10:46 [PATCH 0/2] Move BfA repositories to GitHub Andrzej Kaczmarek
2015-11-13 10:46 ` [PATCH 1/2] android/README: Update links to BfA on GitHub Andrzej Kaczmarek
@ 2015-11-13 10:46 ` Andrzej Kaczmarek
2015-11-13 12:18 ` [PATCH 0/2] Move BfA repositories to GitHub Szymon Janc
2 siblings, 0 replies; 4+ messages in thread
From: Andrzej Kaczmarek @ 2015-11-13 10:46 UTC (permalink / raw)
To: linux-bluetooth; +Cc: Andrzej Kaczmarek
---
android/README | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/android/README b/android/README
index 83a902b..fa4c42a 100644
--- a/android/README
+++ b/android/README
@@ -207,7 +207,7 @@ It is possible to customize BlueZ for Android through Android system properties.
This may include enabling extra profiles or features inside HALs implementation
These properties are read on Bluetooth stack startup only and require stack
restart if changed. All customization properties names start with
-"persist.sys.bluetooth." or "ro.bluerooth." followed by specific HAL name e.g.
+"persist.sys.bluetooth." or "ro.bluetooth." followed by specific HAL name e.g.
"persist.sys.bluetooth.handsfree". If both are present "persist.sys.bluetooth."
takes precedence. This allows for read only properties to be set during build
leaving enough flexibility for developing or debugging purposes.
--
2.6.2
^ permalink raw reply related [flat|nested] 4+ messages in thread
* Re: [PATCH 0/2] Move BfA repositories to GitHub
2015-11-13 10:46 [PATCH 0/2] Move BfA repositories to GitHub Andrzej Kaczmarek
2015-11-13 10:46 ` [PATCH 1/2] android/README: Update links to BfA on GitHub Andrzej Kaczmarek
2015-11-13 10:46 ` [PATCH 2/2] android/README: Fix typo Andrzej Kaczmarek
@ 2015-11-13 12:18 ` Szymon Janc
2 siblings, 0 replies; 4+ messages in thread
From: Szymon Janc @ 2015-11-13 12:18 UTC (permalink / raw)
To: Andrzej Kaczmarek; +Cc: linux-bluetooth
Hi Andrzej,
On Friday 13 November 2015 11:46:06 Andrzej Kaczmarek wrote:
> Hi,
>
> Since projects hosted on code.google.com are read-only now and soon it
> won't be possible to access code using git client, I moved repositories
> to GitHub and created project page on GitHub Pages. You can find new
> page at http://bluez-android.github.io/. Links in readme are updated
> in following patch.
>
>
> Andrzej Kaczmarek (2):
> android/README: Update links to BfA on GitHub
> android/README: Fix typo
>
> android/README | 24 ++++++++++++------------
> 1 file changed, 12 insertions(+), 12 deletions(-)
Both patches applied, thanks.
--
pozdrawiam
Szymon Janc
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2015-11-13 12:18 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-11-13 10:46 [PATCH 0/2] Move BfA repositories to GitHub Andrzej Kaczmarek
2015-11-13 10:46 ` [PATCH 1/2] android/README: Update links to BfA on GitHub Andrzej Kaczmarek
2015-11-13 10:46 ` [PATCH 2/2] android/README: Fix typo Andrzej Kaczmarek
2015-11-13 12:18 ` [PATCH 0/2] Move BfA repositories to GitHub Szymon Janc
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).