diff options
Diffstat (limited to 'meta-xilinx-core/conf/machine/zynqmp-common.conf')
| -rw-r--r-- | meta-xilinx-core/conf/machine/zynqmp-common.conf | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/meta-xilinx-core/conf/machine/zynqmp-common.conf b/meta-xilinx-core/conf/machine/zynqmp-common.conf new file mode 100644 index 00000000..e2e112f9 --- /dev/null +++ b/meta-xilinx-core/conf/machine/zynqmp-common.conf | |||
| @@ -0,0 +1,17 @@ | |||
| 1 | #@TYPE: Machine | ||
| 2 | #@NAME: zynqmp-common | ||
| 3 | #@DESCRIPTION: Machine configuration for a common ZynqMP (MPSOC) filesystem devices w/o mali400 | ||
| 4 | |||
| 5 | #### Preamble | ||
| 6 | MACHINEOVERRIDES =. "${@['', 'zynqmp-common:']['zynqmp-common' != '${MACHINE}']}" | ||
| 7 | #### Regular settings follow | ||
| 8 | |||
| 9 | DEFAULTTUNE = "cortexa53" | ||
| 10 | |||
| 11 | require conf/machine/zynqmp-generic.conf | ||
| 12 | |||
| 13 | MACHINE_FEATURES += "vcu rfsoc" | ||
| 14 | |||
| 15 | #### No additional settings should be after the Postamble | ||
| 16 | #### Postamble | ||
| 17 | PACKAGE_EXTRA_ARCHS:append = "${@['', ' zynqmp_common']['zynqmp-common' != "${MACHINE}"]}" | ||
