Re: [ptxdist] [PATCH] vim: allow vim to be installed alongside busybox vi and xxd

2024-05-03 Thread Alexander Dahl
Hello Ian, Am Fri, May 03, 2024 at 01:24:15PM +0100 schrieb Ian Abbott: > On 03/05/2024 10:40, Alexander Dahl wrote: > > Hello Ian, > > > > Am Fri, May 03, 2024 at 10:12:47AM +0100 schrieb Ian Abbott: > > > On 03/05/2024 07:59, Alexander Dahl wrote: > > > > Am Thu, May 02, 2024 at 03:53:22PM

Re: [ptxdist] [PATCH 4/4] ptxd_make_world_inject: Introduce separate destination directory

2024-05-03 Thread Michael Olbrich
On Fri, May 03, 2024 at 12:08:34PM +0200, Alexander Dahl wrote: > Am Fri, May 03, 2024 at 11:48:52AM +0200 schrieb Michael Olbrich: > > On Wed, Apr 24, 2024 at 04:31:09PM +0200, Alexander Dahl wrote: > > > Setting the optional _INJECT_DEST now allows to give a different > > > target for putting

Re: [ptxdist] [PATCH] vim: allow vim to be installed alongside busybox vi and xxd

2024-05-03 Thread Ian Abbott
On 03/05/2024 10:40, Alexander Dahl wrote: Hello Ian, Am Fri, May 03, 2024 at 10:12:47AM +0100 schrieb Ian Abbott: On 03/05/2024 07:59, Alexander Dahl wrote: Am Thu, May 02, 2024 at 03:53:22PM +0100 schrieb Ian Abbott: + +comment "BusyBox' vi is selected!" + depends on VIM_VIM &&

Re: [ptxdist] [PATCH v2] vim: allow vim to be installed alongside busybox vi and xxd

2024-05-03 Thread Michael Olbrich
On Fri, May 03, 2024 at 10:14:44AM +0100, Ian Abbott wrote: > Commit ad2eb34a07ed ("vim: prevent file name conflicts with busybox") > prevented vim being selected if busybox vi is selected. However, the vim > package does not currently install /usr/bin/vi, so the only conflict is > between vim's

Re: [ptxdist] [PATCH 4/4] ptxd_make_world_inject: Introduce separate destination directory

2024-05-03 Thread Alexander Dahl
Hello Michael, Am Fri, May 03, 2024 at 05:31:29PM +0200 schrieb Michael Olbrich: > On Fri, May 03, 2024 at 12:08:34PM +0200, Alexander Dahl wrote: > > Am Fri, May 03, 2024 at 11:48:52AM +0200 schrieb Michael Olbrich: > > > On Wed, Apr 24, 2024 at 04:31:09PM +0200, Alexander Dahl wrote: > > > >

[ptxdist] [PATCH v4] vim: allow vim to be installed alongside busybox vi and xxd

2024-05-03 Thread Ian Abbott
Commit ad2eb34a07ed ("vim: prevent file name conflicts with busybox") prevented vim being selected if busybox vi is selected. However, the vim package does not currently install /usr/bin/vi, so the only conflict is between vim's xxd and busybox's xxd. Allow vim to be installed alongside busybox

[ptxdist] [PATCH v3] vim: allow vim to be installed alongside busybox vi and xxd

2024-05-03 Thread Ian Abbott
Commit ad2eb34a07ed ("vim: prevent file name conflicts with busybox") prevented vim being selected if busybox vi is selected. However, the vim package does not currently install /usr/bin/vi, so the only conflict is between vim's xxd and busybox's xxd. Allow vim to be installed alongside busybox

[ptxdist] Race condition between rc-once.service and systemd-remount-fs.service

2024-05-03 Thread Ian Abbott
Hi, If the root file system is initially mounted read-only, there is a possible race between rc-once.service and the systemd-remount-fs.service. If rc-once.service sees the root filesystem is mounted read-only, then it will temporarily remount it read-write and later mount it read-only

Re: [ptxdist] [PATCH] vim: allow vim to be installed alongside busybox vi and xxd

2024-05-03 Thread Ian Abbott
On 03/05/2024 07:59, Alexander Dahl wrote: Hello Ian, I like the idea. Maybe it confuses users if 'vi' calls busybox and 'vim' the full featured Vim, but I appreciate it anyway. More feedback below. Thanks for the review. Feedback below. Am Thu, May 02, 2024 at 03:53:22PM +0100 schrieb

[ptxdist] [PATCH v2] vim: allow vim to be installed alongside busybox vi and xxd

2024-05-03 Thread Ian Abbott
Commit ad2eb34a07ed ("vim: prevent file name conflicts with busybox") prevented vim being selected if busybox vi is selected. However, the vim package does not currently install /usr/bin/vi, so the only conflict is between vim's xxd and busybox's xxd. Allow vim to be installed alongside busybox

Re: [ptxdist] [PATCH] vim: allow vim to be installed alongside busybox vi and xxd

2024-05-03 Thread Alexander Dahl
Hello Ian, I like the idea. Maybe it confuses users if 'vi' calls busybox and 'vim' the full featured Vim, but I appreciate it anyway. More feedback below. Am Thu, May 02, 2024 at 03:53:22PM +0100 schrieb Ian Abbott: > Commit ad2eb34a07ed ("vim: prevent file name conflicts with busybox") >

Re: [ptxdist] [APPLIED] linux-firmware: Version bump. 20240312 -> 20240410

2024-05-03 Thread Michael Olbrich
Thanks, applied as df5a93146d57e03ce217923eda901272bc39dbef. Michael [sent from post-receive hook] On Fri, 03 May 2024 10:29:46 +0200, Christian Melki wrote: > No license file changes. > https://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-firmware.git/log/?h=20240410 > >

Re: [ptxdist] [APPLIED] wayland-protocols: version bump 1.34 -> 1.35

2024-05-03 Thread Michael Olbrich
Thanks, applied as 549a207826f541515b26c8f8bdcc1b8df23fe3c5. Michael [sent from post-receive hook] On Fri, 03 May 2024 10:29:47 +0200, Philipp Zabel wrote: > Marks the tablet-v2 protocol as stable. New protocol: alpha-modifier. > Some small buf fixes and clarifications. > >

Re: [ptxdist] [APPLIED] mesalib: version bump 24.0.4 -> 24.0.5

2024-05-03 Thread Michael Olbrich
Thanks, applied as f1838e1f4b5aa2cb9deb5bf59828ea71c00e. Michael [sent from post-receive hook] On Fri, 03 May 2024 10:29:45 +0200, Philipp Zabel wrote: > https://docs.mesa3d.org/relnotes/24.0.5.html > > Signed-off-by: Philipp Zabel > Message-Id:

[ptxdist] [ANNOUNCE] PTXdist 2024.05.0 released

2024-05-03 Thread Michael Olbrich
Hi, I'm happy to announce that I've just released ptxdist-2024.05.0. This is a smaller and rather boring release. No really big changes. There is a new polkit version that makes it more usable for embedded use cases. It comes with a JavaScript engine that makes it rather easy to write policies

Re: [ptxdist] [PATCH] vim: allow vim to be installed alongside busybox vi and xxd

2024-05-03 Thread Alexander Dahl
Hello Ian, Am Fri, May 03, 2024 at 10:12:47AM +0100 schrieb Ian Abbott: > On 03/05/2024 07:59, Alexander Dahl wrote: > > Hello Ian, > > > > I like the idea. Maybe it confuses users if 'vi' calls busybox and > > 'vim' the full featured Vim, but I appreciate it anyway. More > > feedback below. >

Re: [ptxdist] [PATCH 4/4] ptxd_make_world_inject: Introduce separate destination directory

2024-05-03 Thread Michael Olbrich
On Wed, Apr 24, 2024 at 04:31:09PM +0200, Alexander Dahl wrote: > Setting the optional _INJECT_DEST now allows to give a different > target for putting the binary blobs into. When building out-of-tree > some bootloaders like U-Boot expect injected files in the build dir, not > in the source dir.

Re: [ptxdist] [PATCH 4/4] ptxd_make_world_inject: Introduce separate destination directory

2024-05-03 Thread Alexander Dahl
Hello Michael, thanks for reviewing, answers below … Am Fri, May 03, 2024 at 11:48:52AM +0200 schrieb Michael Olbrich: > On Wed, Apr 24, 2024 at 04:31:09PM +0200, Alexander Dahl wrote: > > Setting the optional _INJECT_DEST now allows to give a different > > target for putting the binary blobs