From: "Gundlupet Raju, Sandeep" <sandeep.gundlupet-raju@amd.com>
To: yocto-patches@lists.yoctoproject.org
Subject: Re: [yocto-patches] [meta-zephyr][master][PATCH 11/12] zephyr-kernel: Add rpmsg multi services recipe
Date: Tue, 19 Aug 2025 14:39:56 -0600 [thread overview]
Message-ID: <8e385edc-9dff-43c5-b412-0b408c4e98f0@amd.com> (raw)
In-Reply-To: <7120910e-591a-4e1f-a105-d089b8f9f3fe@amd.com>
On 8/19/2025 1:43 PM, Sandeep Gundlupet Raju via lists.yoctoproject.org
wrote:
>
> On 8/18/2025 8:02 PM, Lee Chee Yang via lists.yoctoproject.org wrote:
>>
>>> -----Original Message-----
>>> From: Sandeep Gundlupet Raju <sandeep.gundlupet-raju@amd.com>
>>> Sent: Friday, 15 August, 2025 11:55 AM
>>> To: yocto-patches@lists.yoctoproject.org; Lee, Chee Yang
>>> <chee.yang.lee@intel.com>
>>> Subject: [meta-zephyr][master][PATCH 11/12] zephyr-kernel: Add rpmsg
>>> multi services recipe
>>>
>>> Add zephyr-openamp-rpmsg-mulit-services recipe to build out of tree
>>> openamp-system-reference example applications.
>>>
>>> Signed-off-by: Sandeep Gundlupet Raju <sandeep.gundlupet-
>>> raju@amd.com>
>>> ---
>>> .../zephyr-openamp-rpmsg-multi-srv.bb | 23
>>> +++++++++++++++++++
>>> 1 file changed, 23 insertions(+)
>>> create mode 100644
>>> meta-zephyr-core/recipes-kernel/zephyr-kernel/zephyr-
>>> openamp-rpmsg-multi-srv.bb
>>>
>>> diff --git
>>> a/meta-zephyr-core/recipes-kernel/zephyr-kernel/zephyr-openamp-
>>> rpmsg-multi-srv.bb
>>> b/meta-zephyr-core/recipes-kernel/zephyr-kernel/zephyr-
>>> openamp-rpmsg-multi-srv.bb
>>> new file mode 100644
>>> index 0000000..222ed2b
>>> --- /dev/null
>>> +++ b/meta-zephyr-core/recipes-kernel/zephyr-kernel/zephyr-openamp-
>>> rpmsg
>>> +++ -multi-srv.bb
>>> @@ -0,0 +1,23 @@
>>> +SUMMARY = "Open AMP rpmsg multi services"
>>> +DESCRIPTION = "Open AMP rpmsg multi services"
>>> +
>>> +inherit zephyr-sample
>>> +
>>> +SRC_URI_ZEPHYR_OPEN_AMP_SYS_REF ?=
>>> "git://github.com/OpenAMP/openamp-system-reference;protocol=https"
>>> +
>>> +BRANCH ?= "v2024.05"
>>> +BRANCHARG = "${@['nobranch=1',
>>> 'branch=${BRANCH}'][d.getVar('BRANCH', True) != '']}"
>>> +
>>> +SRC_URI:append = " \
>>> + ${SRC_URI_ZEPHYR_OPEN_AMP_SYS_REF};name=open-amp-sys-
>>> ref;${BRANCHARG};destsuffix=git/open-amp-sys-ref \
>> should be " destsuffix=${P}/open-amp-sys-ref " for master branch
>>
>> I was facing error while building this recipe
>>
>> CMake Error at
>> /data/master/poky/build-zephyr/tmp/work/qemu-cortex-a9-zephyr/zephyr-openamp-rpmsg-multi-srv/4.1.0+git/sources/zephyr-openamp-rpmsg-multi-srv-4.1.0+git/modules/hal/libmetal/libmetal/CMakeLists.txt:1
>> (cmake_minimum_required):
>> Compatibility with CMake < 3.5 has been removed from CMake.
> [Sandeep]: Let me check why I didn't see this issue. and send a v2 patch.
[Sandeep]: I was able to reproduce the issue on master will send a v2
patch now.
>>
>>
>>
>>
>>
>>
>>
>>
>
>
> -=-=-=-=-=-=-=-=-=-=-=-
> Links: You receive all messages sent to this group.
> View/Reply Online (#2059):
> https://lists.yoctoproject.org/g/yocto-patches/message/2059
> Mute This Topic: https://lists.yoctoproject.org/mt/114713062/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]
> -=-=-=-=-=-=-=-=-=-=-=-
>
>
next prev parent reply other threads:[~2025-08-19 20:40 UTC|newest]
Thread overview: 18+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-08-15 3:54 [meta-zephyr][master][PATCH 00/12] Update for master Sandeep Gundlupet Raju
2025-08-15 3:54 ` [meta-zephyr][master][PATCH 01/12] zephyr-kernel-src.inc.jinja: Update script to generate srcrev Sandeep Gundlupet Raju
2025-08-15 3:54 ` [meta-zephyr][master][PATCH 02/12] qemu-cortex-a9: Fix runqemu errors Sandeep Gundlupet Raju
2025-08-15 3:54 ` [meta-zephyr][master][PATCH 03/12] zephyr-sdk: Add new inc file Sandeep Gundlupet Raju
2025-08-15 3:54 ` [meta-zephyr][master][PATCH 04/12] zephyr-kernel-src: Remove PREFERRED_VERSION_zephyr-kernel Sandeep Gundlupet Raju
2025-08-15 3:54 ` [meta-zephyr][master][PATCH 05/12] zephyr-image: Add image artifacts to output files Sandeep Gundlupet Raju
2025-08-15 3:54 ` [meta-zephyr][master][PATCH 06/12] classes: Move classes to match bbclass scope functionality Sandeep Gundlupet Raju
2025-08-15 3:54 ` [meta-zephyr][master][PATCH 07/12] zephyr-qemuboot: Use image artifact file in qemuimage Sandeep Gundlupet Raju
2025-08-15 3:54 ` [meta-zephyr][master][PATCH 08/12] meta-zephyr: Update README files Sandeep Gundlupet Raju
2025-08-18 22:10 ` [yocto-patches] " Gundlupet Raju, Sandeep
2025-08-19 1:55 ` Lee, Chee Yang
2025-08-15 3:54 ` [meta-zephyr][master][PATCH 09/12] zephyr-kernel: Use relative path Sandeep Gundlupet Raju
2025-08-15 3:54 ` [meta-zephyr][master][PATCH 10/12] classes-recipe: Convert zephyr-sample inc file to bbclass Sandeep Gundlupet Raju
2025-08-15 3:54 ` [meta-zephyr][master][PATCH 11/12] zephyr-kernel: Add rpmsg multi services recipe Sandeep Gundlupet Raju
2025-08-19 2:02 ` Lee, Chee Yang
2025-08-19 19:43 ` [yocto-patches] " Gundlupet Raju, Sandeep
2025-08-19 20:39 ` Gundlupet Raju, Sandeep [this message]
2025-08-15 3:54 ` [meta-zephyr][master][PATCH 12/12] zephyr-kernel-common: Add Board extension support Sandeep Gundlupet Raju
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=8e385edc-9dff-43c5-b412-0b408c4e98f0@amd.com \
--to=sandeep.gundlupet-raju@amd.com \
--cc=yocto-patches@lists.yoctoproject.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.