Re: [yocto] How to migrate an older version of Yocto?

2023-08-03 Thread Alexander Kanavin
Sorry that you got confused by various outdated or inaccurate guides and tutorials. meta-xilinx for example does have a langdale branch https://github.com/Xilinx/meta-xilinx/branches/active If you think later version has less recipes than an earlier version, that is almost certainly a misunderstand

Re: [yocto] How to migrate an older version of Yocto?

2023-08-03 Thread msenturk
I am currently trying to build a custom Linux for Zedboard. Supported Yocto versions are limited for Xilinx: https://xilinx-wiki.atlassian. net/wiki/spaces/A/pages/188418 83/Yocto ( https://xilinx-wiki.atlassian.net/wiki/spaces/A/pages/18841883/Yocto ). I chose Gatesgarth because It has more re

[yocto] Minutes: Yocto Project Weekly Triage Meeting 13/07/2023

2023-08-03 Thread sakib.sajal via lists.yoctoproject.org
*Wiki: *https://wiki.yoctoproject.org/wiki/Bug_Triage *Attendees: *Richard Purdie, Steve Sakoman, Stephen Jolley, Bruce Ashfield, Tim Orling, Joshua Watt, Ross Burton, Randy Macleod, Trevor Gamblin, Alexandre Belloni, Michael Opdenacker, Antonio, Yoann Congal, Pavel ZhukovEdi Feschiyan *ARs:

Re: [yocto] How to migrate an older version of Yocto?

2023-08-03 Thread Alexander Kanavin
It helps if you provide context. Why do you want to do this? What problem do you need to solve? Both versions have been end of life for a long time, and the only correct answer is to first transition to something that is currently supported. Alex On Thu 3. Aug 2023 at 14.51, msenturk wrote: > H

[yocto] How to migrate an older version of Yocto?

2023-08-03 Thread msenturk
Hello everyone, I know It sounds kinda weird but how can I migrate to an older version of Yocto? I build an Image using Gatesgarth but now I want to build a new Image using Zeus. The documentation I found is generally about migration to a newer version. Thank you. -=-=-=-=-=-=-=-=-=-=-=- Links:

[yocto] [meta-security][PATCH 2/2] layer: add QA_WARNINGS to all layers

2023-08-03 Thread Armin Kuster
Signed-off-by: Armin Kuster --- conf/layer.conf| 2 ++ meta-hardening/conf/layer.conf | 2 ++ meta-integrity/conf/layer.conf | 2 ++ meta-parsec/conf/layer.conf| 2 ++ meta-tpm/conf/layer.conf | 2 ++ 5 files changed, 10 insertions(+) diff --git a/conf/layer.conf b/conf

[yocto] [meta-security][PATCH 1/2] meta-tpm linux-yocto-rt: Add the bbappend for rt kernel

2023-08-03 Thread Armin Kuster
So that the security features in this layer can be used on the rt kernel. Signed-off-by: Armin Kuster --- meta-tpm/recipes-kernel/linux/linux-yocto-rt_%.bbappend | 1 + 1 file changed, 1 insertion(+) create mode 100644 meta-tpm/recipes-kernel/linux/linux-yocto-rt_%.bbappend diff --git a/meta-t