diff options
| author | Manjukumar Matha <manjukumar.harthikote-matha@xilinx.com> | 2019-05-06 15:50:47 -0700 |
|---|---|---|
| committer | Manjukumar Matha <manjukumar.harthikote-matha@xilinx.com> | 2019-08-15 17:08:56 -0700 |
| commit | 3f7bdbb8b4c01a87ecd8630aa1b8397be470147f (patch) | |
| tree | fa125fbef2c78801fd49f431fedf8fea429de239 | |
| parent | 10bfd0a246b40c9daeedba705871637639a5d2cf (diff) | |
| download | meta-xilinx-3f7bdbb8b4c01a87ecd8630aa1b8397be470147f.tar.gz | |
microblazeel*.conf: Add microblaze generic machines
Add microblaze generic machines to build sstate-cache and package feeds
Signed-off-by: Manjukumar Matha <manjukumar.harthikote-matha@xilinx.com>
| -rw-r--r-- | meta-xilinx-bsp/conf/machine/microblazeel-v11.0-bs-cmp-mh-div-generic.conf | 17 | ||||
| -rw-r--r-- | meta-xilinx-bsp/conf/machine/microblazeel-v11.0-bs-cmp-ml-generic.conf | 17 |
2 files changed, 34 insertions, 0 deletions
diff --git a/meta-xilinx-bsp/conf/machine/microblazeel-v11.0-bs-cmp-mh-div-generic.conf b/meta-xilinx-bsp/conf/machine/microblazeel-v11.0-bs-cmp-mh-div-generic.conf new file mode 100644 index 00000000..00aede11 --- /dev/null +++ b/meta-xilinx-bsp/conf/machine/microblazeel-v11.0-bs-cmp-mh-div-generic.conf | |||
| @@ -0,0 +1,17 @@ | |||
| 1 | #@TYPE: Machine | ||
| 2 | #@NAME: microblazeel-v11.0-bs-cmp-mh-div-generic | ||
| 3 | #@DESCRIPTION: microblazeel-v11.0-bs-cmp-mh-div | ||
| 4 | |||
| 5 | require conf/machine/include/tune-microblaze.inc | ||
| 6 | require conf/machine/include/machine-xilinx-default.inc | ||
| 7 | |||
| 8 | TUNE_FEATURES_tune-microblaze += "v11.0 barrel-shift pattern-compare reorder divide-hard multiply-high" | ||
| 9 | |||
| 10 | MACHINE_FEATURES = "" | ||
| 11 | |||
| 12 | KERNEL_IMAGETYPE = "linux.bin.ub" | ||
| 13 | KERNEL_IMAGETYPES = "" | ||
| 14 | |||
| 15 | SERIAL_CONSOLE = "115200 ttyS0" | ||
| 16 | |||
| 17 | EXTRA_IMAGEDEPENDS += "libyaml-native python3-cython-native python3-pyyaml-native" | ||
diff --git a/meta-xilinx-bsp/conf/machine/microblazeel-v11.0-bs-cmp-ml-generic.conf b/meta-xilinx-bsp/conf/machine/microblazeel-v11.0-bs-cmp-ml-generic.conf new file mode 100644 index 00000000..30afbd71 --- /dev/null +++ b/meta-xilinx-bsp/conf/machine/microblazeel-v11.0-bs-cmp-ml-generic.conf | |||
| @@ -0,0 +1,17 @@ | |||
| 1 | #@TYPE: Machine | ||
| 2 | #@NAME: microblazeel-v11.0-bs-cmp-ml-generic | ||
| 3 | #@DESCRIPTION: microblazeel-v11.0-bs-cmp-ml | ||
| 4 | |||
| 5 | require conf/machine/include/tune-microblaze.inc | ||
| 6 | require conf/machine/include/machine-xilinx-default.inc | ||
| 7 | |||
| 8 | TUNE_FEATURES_tune-microblaze += "v11.0 barrel-shift reorder pattern-compare multiply-low" | ||
| 9 | |||
| 10 | MACHINE_FEATURES = "" | ||
| 11 | |||
| 12 | KERNEL_IMAGETYPE = "linux.bin.ub" | ||
| 13 | KERNEL_IMAGETYPES = "" | ||
| 14 | |||
| 15 | SERIAL_CONSOLE = "115200 ttyS0" | ||
| 16 | |||
| 17 | EXTRA_IMAGEDEPENDS += "libyaml-native python3-cython-native python3-pyyaml-native" | ||
