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>
Signed-off-by: Lee Chee Yang <chee.yang.lee@intel.com>
This commit is contained in:
Sandeep Gundlupet Raju
2026-03-06 21:43:53 -07:00
committed by Lee Chee Yang
parent 2d20311e0a
commit 2141703dd6

View File

@@ -0,0 +1,25 @@
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=${P}/open-amp-sys-ref \
"
SRCREV_open-amp-sys-ref = "d78315763fbacba8a74552d0ad570bd01c42ccf9"
COMPATIBLE_MACHINE = "(qemu-cortex-r5|stm32mp157c-dk2)"
ZEPHYR_SRC_DIR = "${ZEPHYR_BASE}/../open-amp-sys-ref/examples/zephyr/rpmsg_multi_services"
ZEPHYR_MAKE_OUTPUT = "rpmsg_multi_services.elf"
EXTRA_OECMAKE += " \
-DCONF_FILE="prj.conf" \
"