blob: d3994bf42d7e26d75acb7f44645c0a8e6ec188ad (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
require recipes-bsp/embeddedsw/embeddedsw-source.inc
BPN = "embeddedsw-source"
EXCLUDE_FROM_WORLD = "1"
FILESPATH .= ":${FILE_DIRNAME}/embeddedsw/${PV}:${FILE_DIRNAME}/embeddedsw"
SRC_URI = " \
${EMBEDDEDSW_SRCURI} \
file://makefile-skip-copy_bsp.sh.patch \
file://fsbl-fixups.patch \
file://0001-versal_fw-Fixup-core-makefiles.patch \
"
# file://fix-xil-assert-filename.patch \
#
|