mirror of
https://git.yoctoproject.org/meta-zephyr
synced 2026-09-12 09:49:32 +02:00
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:
committed by
Lee Chee Yang
parent
bb40a1860c
commit
b1127c9744
@@ -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 \
|
||||
"
|
||||
|
||||
SRCREV_open-amp-sys-ref = "d78315763fbacba8a74552d0ad570bd01c42ccf9"
|
||||
|
||||
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" \
|
||||
"
|
||||
Reference in New Issue
Block a user