Github messages for voidlinux
 help / color / mirror / Atom feed
From: JamiKettunen <JamiKettunen@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: Re: [PR PATCH] [Updated] waydroid: update to 1.3.4.
Date: Sat, 17 Dec 2022 01:34:40 +0100	[thread overview]
Message-ID: <20221217003440.fNN4ttHrzKDoXu5w7j7MVSar9KNMx1D91PYwEANskQA@z> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-41087@inbox.vuxu.org>

[-- 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"

  reply	other threads:[~2022-12-17  0:34 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-12-14 18:52 [PR PATCH] " JamiKettunen
2022-12-17  0:34 ` JamiKettunen [this message]
2022-12-19  3:01 ` [PR PATCH] [Merged]: " sgn
2022-12-29 15:57 ` sgn

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20221217003440.fNN4ttHrzKDoXu5w7j7MVSar9KNMx1D91PYwEANskQA@z \
    --to=jamikettunen@users.noreply.github.com \
    --cc=ml@inbox.vuxu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).