aboutsummaryrefslogtreecommitdiffstats
path: root/meta-zephyr-core/recipes-kernel/zephyr-kernel/zephyr-openamp-rsc-table.bb
blob: 3eec58adb17b86fecf8226e862de76b5cc707be6 (plain)
1
2
3
4
5
6
7
8
9
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)"