[yocto] libubootenv setup

2023-06-03 Thread Vipin Vijayan
Hi, I am working on our custom board with dunfell version and we are using a custom u-boot for the board. But when i try to use fw_printenv and fw_setenv iam not being able to access those functionalities. Iam using libubootenv for those specific functionalities . iam adding libubootenv-bin in ima

Re: [yocto] libubootenv setup

2023-06-03 Thread Stefano Babic
Hi Vipin, On 03.06.23 12:29, Vipin Vijayan wrote: Hi, I am working on our custom board with dunfell version and we are using a custom u-boot for the board. But when i try to use fw_printenv and fw_setenv iam not being able to access those functionalities. Iam using libubootenv for those speci

Re: [yocto] [auto-upgrade-helper] Should AUH send patches in-line instead of as attachments?

2023-06-03 Thread Alexander Kanavin
AUH attaches not just the patch (if it was possible to produce), but also buildhistory and build failure logs (if something failed). It also provides a bit of explanation/context/apply-resend instructions in the email text. We can certainly consider options, I'm just not sure how to arrange all tha

[yocto] [yocto-autobuilder-helper][dunfell] config.json: use buildtools for all fedora

2023-06-03 Thread Steve Sakoman
Signed-off-by: Steve Sakoman --- config.json | 1 + 1 file changed, 1 insertion(+) diff --git a/config.json b/config.json index dac9d62..607e3ef 100644 --- a/config.json +++ b/config.json @@ -1149,6 +1149,7 @@ "buildtools" : { "debian8*" : "${BUILDTOOLS_URL}", "centos7*" :

[yocto] [yocto-autobuilder-helper][dunfell] config.json: use buildtools for all alma

2023-06-03 Thread Steve Sakoman
Signed-off-by: Steve Sakoman --- config.json | 1 + 1 file changed, 1 insertion(+) diff --git a/config.json b/config.json index 607e3ef..4084138 100644 --- a/config.json +++ b/config.json @@ -1147,6 +1147,7 @@ }, "buildtools" : { +"alma*" : "${BUILDTOOLS_URL}", "debi