Alex,
On Tue Nov 12, 2024 at 9:22 PM CET, Alexander Kanavin wrote:
> I'm sorry, this was probably already covered and I'm just forgetful,
> but why not do this in do_install?
>
It was initially performed by a rootfs post-command to mimic what does
rootfs_update_timestamp() but for systemd. And yo
stemd/systemd/commit/863098fdc9cd91e4f760085356ac02c4b7ba6df1
[2]: https://github.com/systemd/systemd/blob/v256/meson.build#L804-L825
Signed-off-by: Gaël PORTAY
---
Hello,
With this patch, one can have a better sane default time set by systemd
very very very early in the boot (i.e. even before systemd outputs its
version
On Wed Oct 23, 2024 at 4:40 AM CEST, ChenQi wrote:
> The timestamps of all files in rootfs will be changed again by
> reproducible_final_image_task. To achieve what you what, what you need
> to do is touching an empty file, $D/usr/lib/clock-epoch, in systemd's
> do_install task.
>
> And when you
Hello Peter,
On Tue Oct 22, 2024 at 8:40 PM CEST, Peter Kjellerstedt wrote:
> > I have created a rootfs-postcommand to be able to set a better time **at
> > image creation** to keep the systemd package untouched (not rebuilt) by
> > updateing the variable $REPRODUCIBLE_TIMESTAMP_ROOTFS.
>
> Can't
On Monday 21 October 2024, Alexander Kanavin wrote:
> On Mon, 21 Oct 2024 at 19:02, Gaël PORTAY wrote:
>
>> Or, linking the file instead:
>>
>> rootfs_update_timestamp () {
>> if [ "${REPRODUCIBLE_TIMESTAMP_ROOTFS}" != ""
Hello Alex,
On Mon Oct 21, 2024 at 12:25 PM CEST, Alexander Kanavin wrote:
> Can this be done from systemd recipe itself? Items in
> rootfs-postprocess list should not be recipe-specific.
>
Sure it could be done in the recipe itself ;) but...
The recipe harcodes already a sane value at configure
This fixes a typo in comment.
Signed-off-by: Gaël PORTAY
---
meta/lib/oe/reproducible.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/meta/lib/oe/reproducible.py b/meta/lib/oe/reproducible.py
index 1957c97434..cdb38d5aa4 100644
--- a/meta/lib/oe/reproducible.py
+++ b/meta
stemd/systemd/commit/863098fdc9cd91e4f760085356ac02c4b7ba6df1
[2]: https://github.com/systemd/systemd/blob/v256/meson.build#L804-L825
Signed-off-by: Gaël PORTAY
---
Hello,
With this patch, one can have a better sane default time set by systemd
very very very early in the boot (i.e. even before systemd
in the ITB.
Note: this patch only concerns fit-images which are not signed by u-boot
or which do not contains initramfs. Only a kernel image with a
device-tree.
Reviewed-by: Denys Dmytriyenko
Signed-off-by: Gaël PORTAY
---
Changes since v1:
- rebase onto master
Hi all,
On Sun, Nov 05, 2017 at 12:52:36PM -0500, Gaël PORTAY wrote:
> Currently, do_deploy installs a standard kernel image as an ITB. This
> image is linux.bin and it is prepared by uboot_prep_kimage.
>
> The real kernel fit-image is build under arch/${ARCH}/boot/fitImage.
>
string concatenation operator when the file is opened (without using
os.path module).
Cc: Ash Charles
Signed-off-by: Gaël PORTAY
---
meta/lib/oe/package_manager.py | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
diff --git a/meta/lib/oe/package_manager.py b/meta/lib/oe
S
4571c9e963 util-linux: collect libs for related libxx-dev package
a7572d7000 util-linux: split libraries dynamically
Signed-off-by: Gaël PORTAY
---
meta/recipes-core/util-linux/util-linux.inc | 7 +++
1 file changed, 7 insertions(+)
diff --git a/meta/recipes-core/util-lin
in the ITB.
Note: this patch only concerns fit-images which are not signed by u-boot
or which do not contains initramfs. Only a kernel image with a
device-tree.
Reviewed-by: Denys Dmytriyenko
Signed-off-by: Gaël PORTAY
---
meta/classes/kernel-fitimage.bbclass | 8
1 file changed, 4
in the ITB.
Note: this patch only concerns fit-images which are not signed by u-boot
or which do not contains initramfs. Only a kernel image with a
device-tree.
Signed-off-by: Gaël PORTAY
---
Hi all,
This patch is a modified version of the one I wrote on a meta-arago/morty
build. Thus it is not
14 matches
Mail list logo