Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] waydroid: update to 1.3.4.
@ 2022-12-14 18:52 JamiKettunen
  2022-12-17  0:34 ` [PR PATCH] [Updated] " JamiKettunen
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: JamiKettunen @ 2022-12-14 18:52 UTC (permalink / raw)
  To: ml

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

There is a new pull request by JamiKettunen against master on the void-packages repository

https://github.com/JamiKettunen/void-packages waydroid
https://github.com/void-linux/void-packages/pull/41087

waydroid: update to 1.3.4.
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **YES**

<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


A patch file from https://github.com/void-linux/void-packages/pull/41087.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-waydroid-41087.patch --]
[-- Type: text/x-diff, Size: 2945 bytes --]

From a1f1e60b68f9b269db5e9cbdc800618d6bb4208d Mon Sep 17 00:00:00 2001
From: Jami Kettunen <jami.kettunen@protonmail.com>
Date: Mon, 5 Dec 2022 15:53:23 +0200
Subject: [PATCH] waydroid: update to 1.3.4.

"Waydroid waiting for initialization..." could show up on tty1
interrupting agetty login flow for example, so add vlogger.

Also clarify README.voidlinux now that Android 11 system images are the
default, mention GRUB wiki example for changing cmdline on a typical x86
setup.
---
 srcpkgs/waydroid/files/README.voidlinux           | 9 ++++++---
 srcpkgs/waydroid/files/waydroid-container/log/run | 1 +
 srcpkgs/waydroid/template                         | 6 +++---
 3 files changed, 10 insertions(+), 6 deletions(-)
 create mode 120000 srcpkgs/waydroid/files/waydroid-container/log/run

diff --git a/srcpkgs/waydroid/files/README.voidlinux b/srcpkgs/waydroid/files/README.voidlinux
index f185f4f454d8..b8dd76821536 100644
--- a/srcpkgs/waydroid/files/README.voidlinux
+++ b/srcpkgs/waydroid/files/README.voidlinux
@@ -1,10 +1,13 @@
 To finish Waydroid installation run:
 
-	# waydroid init
 	# ln -s /etc/sv/waydroid-container /var/service
+	# waydroid init
 
-Additionally for Android 11+ system images ensure 'psi=1' is present on your
-/proc/cmdline (unless the kernel is configured with CONFIG_PSI_DEFAULT_DISABLED=n).
+Additionally ensure 'psi=1' is present on your /proc/cmdline (unless the kernel
+is configured with CONFIG_PSI_DEFAULT_DISABLED=n); without this /system/bin/lmkd
+will keep crashing and the LXC container won't finish booting.
+For more details on kernel command line arguments and their configuration see
+https://docs.voidlinux.org/config/kernel.html#cmdline
 
 Currently for audio support you need a PulseAudio server running (pipewire-pulse
 also works).
diff --git a/srcpkgs/waydroid/files/waydroid-container/log/run b/srcpkgs/waydroid/files/waydroid-container/log/run
new file mode 120000
index 000000000000..3a5b4a586051
--- /dev/null
+++ b/srcpkgs/waydroid/files/waydroid-container/log/run
@@ -0,0 +1 @@
+/usr/bin/vlogger
\ No newline at end of file
diff --git a/srcpkgs/waydroid/template b/srcpkgs/waydroid/template
index f24a4a3d00cb..cbc1d8587efe 100644
--- a/srcpkgs/waydroid/template
+++ b/srcpkgs/waydroid/template
@@ -1,7 +1,7 @@
 # Template file for 'waydroid'
 pkgname=waydroid
-version=1.3.3
-revision=2
+version=1.3.4
+revision=1
 # https://developer.android.com/ndk/guides/abis#sa
 archs="aarch64* armv7* i686* x86_64*"
 build_style=gnu-makefile
@@ -13,7 +13,7 @@ license="GPL-3.0-or-later"
 homepage="https://waydro.id"
 changelog="https://raw.githubusercontent.com/waydroid/waydroid/main/debian/changelog"
 distfiles="https://github.com/waydroid/waydroid/archive/refs/tags/${version}.tar.gz"
-checksum=63d174dabff4af2ad862f129bba8eb60aa96c8cd31ee4896df18dd407d661859
+checksum=32e30e6c7384a514649daeac68b1326e2781362692ae143927628ff2f1387c4e
 
 python_version=3
 pycompile_dirs="usr/lib/waydroid"

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

* Re: [PR PATCH] [Updated] waydroid: update to 1.3.4.
  2022-12-14 18:52 [PR PATCH] waydroid: update to 1.3.4 JamiKettunen
@ 2022-12-17  0:34 ` JamiKettunen
  2022-12-19  3:01 ` [PR PATCH] [Merged]: " sgn
  2022-12-29 15:57 ` sgn
  2 siblings, 0 replies; 4+ messages in thread
From: JamiKettunen @ 2022-12-17  0:34 UTC (permalink / raw)
  To: ml

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

There is an updated pull request by JamiKettunen against master on the void-packages repository

https://github.com/JamiKettunen/void-packages waydroid
https://github.com/void-linux/void-packages/pull/41087

waydroid: update to 1.3.4.
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **YES**

<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


A patch file from https://github.com/void-linux/void-packages/pull/41087.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-waydroid-41087.patch --]
[-- Type: text/x-diff, Size: 2870 bytes --]

From 5e8e9e1ba1e181842cfd8d451f04fb49266d0faf Mon Sep 17 00:00:00 2001
From: Jami Kettunen <jami.kettunen@protonmail.com>
Date: Mon, 5 Dec 2022 15:53:23 +0200
Subject: [PATCH] waydroid: update to 1.3.4.

"Waydroid waiting for initialization..." could show up on tty1
interrupting agetty login flow for example, so add vlogger.

Also clarify README.voidlinux now that Android 11 system images are the
default, mention kernel cmdline wiki page.
---
 srcpkgs/waydroid/files/README.voidlinux           | 9 ++++++---
 srcpkgs/waydroid/files/waydroid-container/log/run | 1 +
 srcpkgs/waydroid/template                         | 6 +++---
 3 files changed, 10 insertions(+), 6 deletions(-)
 create mode 120000 srcpkgs/waydroid/files/waydroid-container/log/run

diff --git a/srcpkgs/waydroid/files/README.voidlinux b/srcpkgs/waydroid/files/README.voidlinux
index f185f4f454d8..5efed75858fe 100644
--- a/srcpkgs/waydroid/files/README.voidlinux
+++ b/srcpkgs/waydroid/files/README.voidlinux
@@ -1,10 +1,13 @@
 To finish Waydroid installation run:
 
-	# waydroid init
 	# ln -s /etc/sv/waydroid-container /var/service
+	# waydroid init
 
-Additionally for Android 11+ system images ensure 'psi=1' is present on your
-/proc/cmdline (unless the kernel is configured with CONFIG_PSI_DEFAULT_DISABLED=n).
+Additionally ensure /proc/pressure/cpu exists, otherwise add 'psi=1' to your
+kernel cmdline; without this /system/bin/lmkd will keep crashing and the LXC
+container won't finish booting.
+For more details on kernel command line arguments and their configuration see
+https://docs.voidlinux.org/config/kernel.html#cmdline
 
 Currently for audio support you need a PulseAudio server running (pipewire-pulse
 also works).
diff --git a/srcpkgs/waydroid/files/waydroid-container/log/run b/srcpkgs/waydroid/files/waydroid-container/log/run
new file mode 120000
index 000000000000..3a5b4a586051
--- /dev/null
+++ b/srcpkgs/waydroid/files/waydroid-container/log/run
@@ -0,0 +1 @@
+/usr/bin/vlogger
\ No newline at end of file
diff --git a/srcpkgs/waydroid/template b/srcpkgs/waydroid/template
index f24a4a3d00cb..cbc1d8587efe 100644
--- a/srcpkgs/waydroid/template
+++ b/srcpkgs/waydroid/template
@@ -1,7 +1,7 @@
 # Template file for 'waydroid'
 pkgname=waydroid
-version=1.3.3
-revision=2
+version=1.3.4
+revision=1
 # https://developer.android.com/ndk/guides/abis#sa
 archs="aarch64* armv7* i686* x86_64*"
 build_style=gnu-makefile
@@ -13,7 +13,7 @@ license="GPL-3.0-or-later"
 homepage="https://waydro.id"
 changelog="https://raw.githubusercontent.com/waydroid/waydroid/main/debian/changelog"
 distfiles="https://github.com/waydroid/waydroid/archive/refs/tags/${version}.tar.gz"
-checksum=63d174dabff4af2ad862f129bba8eb60aa96c8cd31ee4896df18dd407d661859
+checksum=32e30e6c7384a514649daeac68b1326e2781362692ae143927628ff2f1387c4e
 
 python_version=3
 pycompile_dirs="usr/lib/waydroid"

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

* Re: [PR PATCH] [Merged]: waydroid: update to 1.3.4.
  2022-12-14 18:52 [PR PATCH] waydroid: update to 1.3.4 JamiKettunen
  2022-12-17  0:34 ` [PR PATCH] [Updated] " JamiKettunen
@ 2022-12-19  3:01 ` sgn
  2022-12-29 15:57 ` sgn
  2 siblings, 0 replies; 4+ messages in thread
From: sgn @ 2022-12-19  3:01 UTC (permalink / raw)
  To: ml

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

There's a merged pull request on the void-packages repository

waydroid: update to 1.3.4.
https://github.com/void-linux/void-packages/pull/41087

Description:
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **YES**

<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


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

* Re: waydroid: update to 1.3.4.
  2022-12-14 18:52 [PR PATCH] waydroid: update to 1.3.4 JamiKettunen
  2022-12-17  0:34 ` [PR PATCH] [Updated] " JamiKettunen
  2022-12-19  3:01 ` [PR PATCH] [Merged]: " sgn
@ 2022-12-29 15:57 ` sgn
  2 siblings, 0 replies; 4+ messages in thread
From: sgn @ 2022-12-29 15:57 UTC (permalink / raw)
  To: ml

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

New comment by sgn on void-packages repository

https://github.com/void-linux/void-packages/pull/41087#issuecomment-1367428202

Comment:
On fresh installation of `waydroid` (no previous installation):
```
Regenerating Waydroid configs...
ERROR: WayDroid is not initialized, run "waydroid init"
```

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

end of thread, other threads:[~2022-12-29 15:57 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-12-14 18:52 [PR PATCH] waydroid: update to 1.3.4 JamiKettunen
2022-12-17  0:34 ` [PR PATCH] [Updated] " JamiKettunen
2022-12-19  3:01 ` [PR PATCH] [Merged]: " sgn
2022-12-29 15:57 ` sgn

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).