aboutsummaryrefslogtreecommitdiffstats
path: root/meta-xilinx-standalone/recipes-libraries/xilstandalone_git.bb
blob: a4a393c377b59c953197a2a0c172f67754241770 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
inherit esw python3native

ESW_COMPONENT_SRC = "/lib/bsp/standalone/src/"
ESW_COMPONENT_NAME = "libxilstandalone.a"

DEPENDS += "dtc-native python3-dtc-native python3-pyyaml-native libgloss device-tree"

do_configure_prepend() {
    # This script should also not rely on relative paths and such
    cd ${S}
    nativepython3 ${S}/scripts/generate_libdata.py -d ${DTBFILE}
}