blob: 25e2f47f4d68c8b130dada59acf476cf4daa6bf0 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
FILESPATH .= ":${FILE_DIRNAME}/embeddedsw/${PV}:${FILE_DIRNAME}/embeddedsw"
SRC_URI += " \
file://makefile-skip-copy_bsp.sh.patch \
file://0001-versal_fw-Fixup-core-makefiles.patch \
file://0001-xilpm-versal-Fixed-2023.1-compile-error.patch \
"
EXTRA_COMPILER_FLAGS = "-g -ffunction-sections -fdata-sections -Wall -Wextra"
do_compile() {
oe_runmake
${MB_OBJCOPY} -O binary ${B}/${ESW_COMPONENT} ${B}/${ESW_COMPONENT}.bin
}
|