mirror of
https://git.yoctoproject.org/meta-zephyr
synced 2026-01-29 21:58:41 +01:00
Convert recipes-kernel/zephyr-kernel/zephyr-sample.inc file to classes-recipe/zephyr-sample.bbclass. Using this bbclass user can inherit this bbclass from any layer to build custom or out-of-tree zephyr applications. Also update the recipes to inherit zephyr-sample bbclass. Signed-off-by: Sandeep Gundlupet Raju <sandeep.gundlupet-raju@amd.com>
13 lines
275 B
BlitzBasic
13 lines
275 B
BlitzBasic
inherit zephyr-sample
|
|
|
|
|
|
ZEPHYR_MAKE_OUTPUT ?= " \
|
|
zephyr_openamp_rsc_table.elf \
|
|
zephyr_openamp_rsc_table.bin \
|
|
zephyr_openamp_rsc_table.efi \
|
|
"
|
|
|
|
ZEPHYR_SRC_DIR = "${ZEPHYR_BASE}/samples/subsys/ipc/openamp_rsc_table"
|
|
|
|
COMPATIBLE_MACHINE = "(stm32mp157c-dk2)"
|