Signed-off-by: Changhyeok Bae
---
meta/recipes-devtools/repo/{repo_2.27.bb => repo_2.28.bb} | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
rename meta/recipes-devtools/repo/{repo_2.27.bb => repo_2.28.bb} (95%)
diff --git a/meta/recipes-devtools/repo/repo_2.27.bb
b/meta/recipes-devtools/
On Fri, Jul 29, 2022 at 13:12 Alexander Kanavin
wrote:
I can do that, but I'm curious about this 80 character limit. Who
> cares, in 2022, and why?
I care :)
Why? It is an expectation built into a lot of tools for one thing.
The git commit log is one notable example. Wrapping commit messages
On Sat, 30 Jul 2022 at 11:55, Peter Kjellerstedt
wrote:
> Well, I care since all my windows happen to be 80 characters wide (and I have
> a lot of them on my 4K monitor). And since I care and most don't, keeping the
> 80 character width should hopefully not be too much of a problem. ;)
On the oth
> -Original Message-
> From: Alexander Kanavin
> Sent: den 29 juli 2022 22:12
> To: Peter Kjellerstedt
> Cc: openembedded-core@lists.openembedded.org; Alexander Kanavin
>
> Subject: Re: [OE-core] [PATCH 1/6] scripts/oe-setup-builddir: make it
> known where configurations come from
>
> O
From: Jan Kiszka
For device tree using systems, add support to set a custom devices tree
during UEFI boot. This requires to copy the DTB file to the boot
partition and to add the respective loader entries to the configuration
files.
Both grub and systemd-boot support only loading a specific devi
From: Jan Kiszka
The paths for configuring grub and systemd-boot have some common bits
around copying the initrd files. This will even grow when adding dtb
support. Factor this out into a class function.
Along this, avoid evaluating 'create-unified-kernel-image' multiple
times in do_configure_sy