From: "Roberto A. Foglietta" <roberto.foglietta@gmail.com>
To: Jan Kiszka <jan.kiszka@siemens.com>
Cc: Zhihang Wei <wzh@ilbers.de>,
Quirin Gylstorff <quirin.gylstorff@siemens.com>,
isar-users@googlegroups.com,
Felix Moessbauer <felix.moessbauer@siemens.com>,
Baurzhan Ismagulov <ibr@ilbers.de>
Subject: Re: [PATCH v9 0/3] Deploy DTBs and other image artifacts into subdirs to avoid conflicts
Date: Sat, 11 Apr 2026 10:47:03 +0200 [thread overview]
Message-ID: <CAJGKYO4XZmYCEKC87Q4mGyyQ889AYe2rx-QU=WnhTNtN=jthrQ@mail.gmail.com> (raw)
In-Reply-To: <CAJGKYO7anVNdqX2QzZLgeXQFNEDT2Wto89S0YLdLG-ESMXD2tw@mail.gmail.com>
On Thu, 9 Apr 2026 at 19:09, Roberto A. Foglietta
<roberto.foglietta@gmail.com> wrote:
>
> On Thu, 9 Apr 2026 at 18:38, 'Jan Kiszka' via isar-users
> <isar-users@googlegroups.com> wrote:
> >
>
> [...]
>
> > The problem is that Isar upstream lacks a realistic use case for
> > customized initramfs. One would be to embed it into a rootfs, as
> > replacement of the default one.
>
> It lacks as far as you know. However, I am moving towards the rootfs
> paradigm but the custom initramfs will not get out the scene anyway
>
> + 6ce8d8c - 2026-04-06 - Makefile: revisiting internal logic, p.8 (fix)
> + cfa451a - 2026-04-06 - Makefile: revisiting internal logic, p.8
> + 4878752 - 2026-04-06 - Makefile: revisiting internal logic, p.7
> + e20935f - 2026-04-06 - Makefile: revisiting internal logic, p.6
> + 6bc2f9a - 2026-04-06 - Makefile: revisiting internal logic, p.5
> + 289fe7e - 2026-04-06 - Makefile: revisiting internal logic, p.4
> + 59a9435 - 2026-04-06 - Makefile: revisiting internal logic, p.3
> + 4421faa - 2026-04-06 - Makefile: revisiting internal logic, p.2
> + e30267a - 2026-04-06 - Makefile: revisiting internal logic
>
> If you wonder why, here we are: Europe talks about what other countries do.
>
> https://github.com/robang74/uchaosys/blob/main/docs/uchaos-sponsorship-presentation.md#trust-sovereignty-for-security-strategy
>
Seriously?
+:git-shell:v067:uchaosys> sw ee84a56
commit ee84a561842e3608da0a914b33a05bf322979acd (HEAD -> v067,
origin/v067, origin/HEAD)
Author: Roberto A. Foglietta <roberto.foglietta@gmail.com>
Date: Sat Apr 11 10:41:13 2026 +0200
musl,cfng: lib.net download wget reression fix
Signed-off-by: Roberto A. Foglietta <roberto.foglietta@gmail.com>
diff --git a/cnfg/Makefile.musl b/cnfg/Makefile.musl
index e6295b5..cdd7b8a 100644
--- a/cnfg/Makefile.musl
+++ b/cnfg/Makefile.musl
@@ -27,7 +27,7 @@ MPFR_SITE = $(GNU_SITE)/mpfr
ISL_SITE = https://downloads.sourceforge.net/project/libisl/
PCRE2_SITE = https://github.com/PCRE2Project/pcre2/releases/download/pcre2-$(PCRE2_VER)
-ZLIB_SITE = https://zlib.net/
+ZLIB_SITE = https://zlib.net
MUSL_SITE = https://musl.libc.org/releases
MUSL_REPO = https://git.musl-libc.org/git/musl
diff --git a/cnfg/musl-125x.config.mak b/cnfg/musl-125x.config.mak
index d92422e..273589a 100644
--- a/cnfg/musl-125x.config.mak
+++ b/cnfg/musl-125x.config.mak
@@ -49,7 +49,7 @@ LINUX_VER = 5.15.202
# By default source archives are downloaded with wget. curl is also an option.
-DL_CMD = wget -c -O
+DL_CMD = wget -U "Mozilla/5.0" -c -O
# DL_CMD = curl -C - -L -o
# Check sha-1 hashes of downloaded source archives. On gnu systems this is
________________________________________________________________________
files in commited:
cnfg/Makefile.musl
--
Roberto A. Foglietta
+49.176.274.75.661
+39.349.33.30.697
--
You received this message because you are subscribed to the Google Groups "isar-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to isar-users+unsubscribe@googlegroups.com.
To view this discussion visit https://groups.google.com/d/msgid/isar-users/CAJGKYO4XZmYCEKC87Q4mGyyQ889AYe2rx-QU%3DWnhTNtN%3DjthrQ%40mail.gmail.com.
next prev parent reply other threads:[~2026-04-11 8:47 UTC|newest]
Thread overview: 15+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-04-01 10:49 Zhihang Wei
2026-04-01 10:49 ` [PATCH v9 1/3] wic: Obtain real machine name in isoimage source plugin Zhihang Wei
2026-04-01 10:49 ` [PATCH v9 2/3] testsuite: Add testcases to check dtb deployment Zhihang Wei
2026-04-01 10:49 ` [PATCH v9 3/3] meta: Deploy image build artifacts into distro- and image-specific subdirs Zhihang Wei
2026-04-02 16:04 ` [PATCH v9 0/3] Deploy DTBs and other image artifacts into subdirs to avoid conflicts Zhihang Wei
2026-04-07 14:29 ` 'Quirin Gylstorff' via isar-users
2026-04-08 13:10 ` 'Jan Kiszka' via isar-users
2026-04-08 13:20 ` 'Quirin Gylstorff' via isar-users
2026-04-08 13:27 ` 'Jan Kiszka' via isar-users
2026-04-08 13:30 ` 'Quirin Gylstorff' via isar-users
2026-04-09 15:35 ` Zhihang Wei
2026-04-09 16:38 ` 'Jan Kiszka' via isar-users
2026-04-09 17:09 ` Roberto A. Foglietta
2026-04-11 8:47 ` Roberto A. Foglietta [this message]
2026-04-10 8:28 ` 'MOESSBAUER, Felix' via isar-users
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='CAJGKYO4XZmYCEKC87Q4mGyyQ889AYe2rx-QU=WnhTNtN=jthrQ@mail.gmail.com' \
--to=roberto.foglietta@gmail.com \
--cc=felix.moessbauer@siemens.com \
--cc=ibr@ilbers.de \
--cc=isar-users@googlegroups.com \
--cc=jan.kiszka@siemens.com \
--cc=quirin.gylstorff@siemens.com \
--cc=wzh@ilbers.de \
/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