diff options
| author | Appana Durga Kedareswara rao <appana.durga.kedareswara.rao@amd.com> | 2022-11-15 17:33:03 +0530 |
|---|---|---|
| committer | Mark Hatle <mark.hatle@amd.com> | 2022-11-21 11:03:23 -0600 |
| commit | 0ba2651d60275333125efad9456e7b6b484bbf3d (patch) | |
| tree | 094e2b54337bb6b07df3c031410bea3ab115b8d3 /meta-xilinx-standalone-experimental/classes | |
| parent | 4921181108bec2d765d847555026ecf1ba09cb8e (diff) | |
| download | meta-xilinx-0ba2651d60275333125efad9456e7b6b484bbf3d.tar.gz | |
meta-xilinx-standalone-experimental: Update as per latest lopper updates
lopper baremeal assists got updated to take cpu name as input instead of
yocto machine name this commit updates the dt-processor.sh script for the
same, and also adds support for generating mulit config machine for Other
processor cores (Cortexr5-1 etc...)
Signed-off-by: Appana Durga Kedareswara rao <appana.durga.kedareswara.rao@amd.com>
Signed-off-by: Mark Hatle <mark.hatle@amd.com>
Diffstat (limited to 'meta-xilinx-standalone-experimental/classes')
| -rw-r--r-- | meta-xilinx-standalone-experimental/classes/esw.bbclass | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-xilinx-standalone-experimental/classes/esw.bbclass b/meta-xilinx-standalone-experimental/classes/esw.bbclass index 0b179a61..c85e7ad2 100644 --- a/meta-xilinx-standalone-experimental/classes/esw.bbclass +++ b/meta-xilinx-standalone-experimental/classes/esw.bbclass | |||
| @@ -45,9 +45,9 @@ def get_xlnx_cmake_machine(fam, d): | |||
| 45 | def get_xlnx_cmake_processor(tune, machine, d): | 45 | def get_xlnx_cmake_processor(tune, machine, d): |
| 46 | cmake_processor = tune | 46 | cmake_processor = tune |
| 47 | if tune.startswith('microblaze'): | 47 | if tune.startswith('microblaze'): |
| 48 | if (machine == 'microblaze-pmu'): | 48 | if (machine == 'ub1_cpu_pmu'): |
| 49 | cmake_processor = 'pmu_microblaze' | 49 | cmake_processor = 'pmu_microblaze' |
| 50 | elif (machine == 'microblaze-plm'): | 50 | elif (machine == 'ub1_cpu_pmc'): |
| 51 | cmake_processor = 'plm_microblaze' | 51 | cmake_processor = 'plm_microblaze' |
| 52 | else: | 52 | else: |
| 53 | cmake_processor = 'microblaze' | 53 | cmake_processor = 'microblaze' |
