mirror of
https://git.yoctoproject.org/meta-zephyr
synced 2026-01-29 21:58:41 +01:00
zephyr-kernel: add openamp-rsc-table sample
The recipe to build rpmsg sample demonstrating messaging between main core dunning Linux and and the coprocessor running Zephyr. Useful to demonstrate inter-processing communication. Signed-off-by: Arnaud Pouliquen <arnaud.pouliquen@foss.st.com> Signed-off-by: Naveen Saini <naveen.kumar.saini@intel.com>
This commit is contained in:
committed by
Naveen Saini
parent
55524eacc4
commit
2e66889f20
10
recipes-kernel/zephyr-kernel/zephyr-openamp-rsc-table.bb
Normal file
10
recipes-kernel/zephyr-kernel/zephyr-openamp-rsc-table.bb
Normal file
@@ -0,0 +1,10 @@
|
||||
include zephyr-sample.inc
|
||||
|
||||
|
||||
ZEPHYR_MAKE_OUTPUT = "zephyr_openamp_rsc_table.elf"
|
||||
ZEPHYR_MAKE_BIN_OUTPUT = "zephyr_openamp_rsc_table.bin"
|
||||
ZEPHYR_MAKE_EFI_OUTPUT = "zephyr_openamp_rsc_table.efi"
|
||||
|
||||
ZEPHYR_SRC_DIR = "${S}/samples/subsys/ipc/openamp_rsc_table"
|
||||
|
||||
COMPATIBLE_MACHINE = "(stm32mp157c-dk2)"
|
||||
Reference in New Issue
Block a user