aboutsummaryrefslogtreecommitdiffstats
path: root/meta-xilinx-standalone/recipes-bsp/device-tree/device-tree.bbappend
blob: fcc041fdfd3ac6c180c486fafc892c0c752309f2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
COMPATIBLE_HOST:xilinx-standalone = "${HOST_SYS}"
COMPATIBLE_HOST:xilinx-freertos = "${HOST_SYS}"

COMPATIBLE_MACHINE:cortexa53-zynqmp = ".*"
COMPATIBLE_MACHINE:cortexr5-zynqmp = ".*"
COMPATIBLE_MACHINE:microblaze-pmu = ".*"
COMPATIBLE_MACHINE:microblaze-plm = ".*"
COMPATIBLE_MACHINE:cortexa72-versal = ".*"
COMPATIBLE_MACHINE:cortexr5-versal = ".*"
COMPATIBLE_MACHINE:cortexa9-zynq = ".*"

# Enable @ flag on dtc which is required by libxil
DTC_FLAGS:append:xilinx-standalone = " -@"
DT_INCLUDE:append:xilinx-standalone = " ${WORKDIR}/git/device_tree/data/kernel_dtsi/${XILINX_RELEASE_VERSION}/include/"
DTC_FLAGS:append:xilinx-freertos = " -@"
DT_INCLUDE:append:xilinx-freertos = " ${WORKDIR}/git/device_tree/data/kernel_dtsi/${XILINX_RELEASE_VERSION}/include/"