Message ID | 20250808175829.3830489-1-sandeep.gundlupet-raju@amd.com |
---|---|
Headers | show |
Series | Update for scarthgap release | expand |
I will send v2 patch with somemore changes. Thanks, Sandeep On 8/8/2025 11:58 AM, Sandeep Gundlupet Raju via lists.yoctoproject.org wrote: > Description of change: > 1. Fix runqemu errors for qemu-cortex-a9 machine. > 2. Add new inc file and update to 0.16.9 version for scathgap > 3. Remove PREFERRED_VERSION_zephyr-kernel from zephyr-kernel-src and > move to layer.conf > 4. Add image artifacts to output files and use these files for qemuimage. > 5. Add Zephyr LTS3.7.0 support for scarthgap release. > 6. Update README files. > 7. Add rpmsg multi services recipe for openamp. > > Testing: > Run the following commands. > > $ MACHINE=<machine-name> bitbake zephyr-helloworld > $ MACHINE=<machine-name> runqemu nographic > > Summary of changes: > > meta-zephyr (scarthgap): > Sandeep Gundlupet Raju > zephyr-kernel: Add rpmsg multi services recipe > Sandeep Gundlupet Raju > meta-zephyr: Update README files > Sandeep Gundlupet Raju > zephyr-kernel: Add Zephyr LTS3.7.0 support > Sandeep Gundlupet Raju > zephyr-qemuboot: Use image artifact file in qemuimage > Sandeep Gundlupet Raju > zephyr-image: Add image artifacts to output files > Sandeep Gundlupet Raju > layer: Set PREFERRED_VERSION for kernel and sdk > Sandeep Gundlupet Raju > zephyr-kernel-src: Remove PREFERRED_VERSION_zephyr-kernel > Sandeep Gundlupet Raju > zephyr-sdk: Add new inc file and update to 0.16.9 version > Sandeep Gundlupet Raju > qemu-cortex-a9: Fix runqemu errors > > b/README.md | 163 +++-- > b/meta-zephyr-bsp/README.md | 5 > b/meta-zephyr-bsp/conf/machine/qemu-cortex-a9.conf | 1 > b/meta-zephyr-core/README.md | 6 > b/meta-zephyr-core/classes/zephyr-qemuboot.bbclass | 6 > b/meta-zephyr-core/conf/layer.conf | 4 > b/meta-zephyr-core/recipes-devtools/zephyr-sdk/zephyr-sdk.inc | 3 > b/meta-zephyr-core/recipes-devtools/zephyr-sdk/zephyr-sdk_0.16.9.bb | 4 > b/meta-zephyr-core/recipes-kernel/zephyr-kernel/files/0001-3.7-x86-fix-efi-binary-generation-issue-in-cross-compila.patch | 106 +++ > b/meta-zephyr-core/recipes-kernel/zephyr-kernel/zephyr-image.inc | 28 - > b/meta-zephyr-core/recipes-kernel/zephyr-kernel/zephyr-kernel-src-3.7.0.inc | 274 ++++++++++ > b/meta-zephyr-core/recipes-kernel/zephyr-kernel/zephyr-kernel-src.inc | 2 > b/meta-zephyr-core/recipes-kernel/zephyr-kernel/zephyr-openamp-rpmsg-multi-srv.bb | 23 > meta-zephyr-bsp/README.txt | 1 > meta-zephyr-core/README.txt | 1 > 15 files changed, 559 insertions(+), 68 deletions(-) > --- > > > -=-=-=-=-=-=-=-=-=-=-=- > Links: You receive all messages sent to this group. > View/Reply Online (#1905): https://lists.yoctoproject.org/g/yocto-patches/message/1905 > Mute This Topic: https://lists.yoctoproject.org/mt/114604775/8188369 > Group Owner: yocto-patches+owner@lists.yoctoproject.org > Unsubscribe: https://lists.yoctoproject.org/g/yocto-patches/leave/14211927/8188369/518048116/xyzzy [santraju@amd.com] > -=-=-=-=-=-=-=-=-=-=-=- > >