diff options
author | Manjukumar Matha <manjukumar.harthikote-matha@xilinx.com> | 2019-05-06 16:53:16 -0700 |
---|---|---|
committer | Manjukumar Matha <manjukumar.harthikote-matha@xilinx.com> | 2019-08-15 17:09:03 -0700 |
commit | 16b536092def8b567681e1519cdb786e51a33610 (patch) | |
tree | 5c460503b668bd1f05bf6729cbd529b6a2f05357 | |
parent | 3f7bdbb8b4c01a87ecd8630aa1b8397be470147f (diff) | |
download | meta-xilinx-16b536092def8b567681e1519cdb786e51a33610.tar.gz |
-generic.conf: Add generic machines for Zynq and ZU+
Add generic machines for Zynq and ZU+. These are used to build
sstate-cache and feeds for respective machines
Signed-off-by: Manjukumar Matha <manjukumar.harthikote-matha@xilinx.com>
-rw-r--r-- | meta-xilinx-bsp/conf/machine/zynq-generic.conf | 11 | ||||
-rw-r--r-- | meta-xilinx-bsp/conf/machine/zynqmp-generic.conf | 15 |
2 files changed, 26 insertions, 0 deletions
diff --git a/meta-xilinx-bsp/conf/machine/zynq-generic.conf b/meta-xilinx-bsp/conf/machine/zynq-generic.conf new file mode 100644 index 00000000..12fd1388 --- /dev/null +++ b/meta-xilinx-bsp/conf/machine/zynq-generic.conf | |||
@@ -0,0 +1,11 @@ | |||
1 | #@TYPE: Machine | ||
2 | #@NAME: | ||
3 | #@DESCRIPTION: zynq devices | ||
4 | |||
5 | require conf/machine/include/tune-zynq.inc | ||
6 | require conf/machine/include/machine-xilinx-overrides.inc | ||
7 | require conf/machine/include/machine-xilinx-default.inc | ||
8 | |||
9 | MACHINE_FEATURES = "rtc ext2 ext3 vfat usbhost usbgadget" | ||
10 | |||
11 | EXTRA_IMAGEDEPENDS += "libyaml-native python3-cython-native python3-pyyaml-native" | ||
diff --git a/meta-xilinx-bsp/conf/machine/zynqmp-generic.conf b/meta-xilinx-bsp/conf/machine/zynqmp-generic.conf new file mode 100644 index 00000000..98385d25 --- /dev/null +++ b/meta-xilinx-bsp/conf/machine/zynqmp-generic.conf | |||
@@ -0,0 +1,15 @@ | |||
1 | #@TYPE: Machine | ||
2 | #@NAME: | ||
3 | #@DESCRIPTION: zynqmp devices | ||
4 | |||
5 | require conf/machine/include/tune-zynqmp.inc | ||
6 | require conf/machine/include/machine-xilinx-overrides.inc | ||
7 | require conf/machine/include/machine-xilinx-default.inc | ||
8 | require conf/machine/include/machine-xilinx-qemu.inc | ||
9 | |||
10 | MACHINE_FEATURES = "rtc ext2 ext3 vfat usbhost" | ||
11 | |||
12 | PREFERRED_PROVIDER_qemu-helper-native = "qemu-xilinx-helper-native" | ||
13 | |||
14 | EXTRA_IMAGEDEPENDS += "libyaml-native python3-cython-native python3-pyyaml-native" | ||
15 | |||