blob: 7a5b74ab160ee3d1229ce76432285145fb9d65ef (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
inherit xsctapp
FILESEXTRAPATHS:append := ":${XLNX_SCRIPTS_DIR}"
SRC_URI:append =" \
file://fsboot.tcl \
file://base-hsi.tcl \
"
XSCTH_BUILD_CONFIG = ""
XSCTH_SCRIPT = "${WORKDIR}/fsboot.tcl"
|