diff options
Diffstat (limited to 'meta-xilinx-standalone')
| -rw-r--r-- | meta-xilinx-standalone/conf/distro/xilinx-standalone.inc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-xilinx-standalone/conf/distro/xilinx-standalone.inc b/meta-xilinx-standalone/conf/distro/xilinx-standalone.inc index 27c19081..62c5a211 100644 --- a/meta-xilinx-standalone/conf/distro/xilinx-standalone.inc +++ b/meta-xilinx-standalone/conf/distro/xilinx-standalone.inc | |||
| @@ -15,6 +15,8 @@ ESW_CFLAGS ?= "" | |||
| 15 | 15 | ||
| 16 | # Cortex R5 requires an additional cflag to be passed for compatibility with the embeddedsw | 16 | # Cortex R5 requires an additional cflag to be passed for compatibility with the embeddedsw |
| 17 | TUNE_CCARGS .= "${@bb.utils.contains('TUNE_FEATURES', 'cortexr5', ' -DARMR5', '', d)}" | 17 | TUNE_CCARGS .= "${@bb.utils.contains('TUNE_FEATURES', 'cortexr5', ' -DARMR5', '', d)}" |
| 18 | TUNE_CCARGS:append:versal = " -Dversal" | ||
| 19 | TUNE_CCARGS:append:versal-net = " -DVERSAL_NET" | ||
| 18 | 20 | ||
| 19 | # Make sure all regular recipes are excluded from compatibility | 21 | # Make sure all regular recipes are excluded from compatibility |
| 20 | # Avoid using this for native, nativesdk or cross recipes | 22 | # Avoid using this for native, nativesdk or cross recipes |
