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