diff options
| author | Mark Hatle <mark.hatle@amd.com> | 2023-02-06 10:42:22 -0800 |
|---|---|---|
| committer | Mark Hatle <mark.hatle@amd.com> | 2023-02-09 07:01:01 -0800 |
| commit | 6f6e6d96c99f4014bed996d78f4e83e52f4b5e47 (patch) | |
| tree | 1cf6306804932daa492e3135ff3b1342be23070e /meta-xilinx-core/recipes-kernel | |
| parent | 23769a4c390941a12b959eb1da0e124a1f3b06b7 (diff) | |
| download | meta-xilinx-6f6e6d96c99f4014bed996d78f4e83e52f4b5e47.tar.gz | |
dt-processor.sh: Add support for SOC_VARIANT
Signed-off-by: Mark Hatle <mark.hatle@amd.com>
Diffstat (limited to 'meta-xilinx-core/recipes-kernel')
| -rw-r--r-- | meta-xilinx-core/recipes-kernel/lopper/xilinx-lops/lop-machine-name.dts | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/meta-xilinx-core/recipes-kernel/lopper/xilinx-lops/lop-machine-name.dts b/meta-xilinx-core/recipes-kernel/lopper/xilinx-lops/lop-machine-name.dts index 11f0b604..0fb5649a 100644 --- a/meta-xilinx-core/recipes-kernel/lopper/xilinx-lops/lop-machine-name.dts +++ b/meta-xilinx-core/recipes-kernel/lopper/xilinx-lops/lop-machine-name.dts | |||
| @@ -35,7 +35,8 @@ | |||
| 35 | for n in tree.__selected__: | 35 | for n in tree.__selected__: |
| 36 | mach_name = n['compatible'].value[0].replace(',','-').replace('.','-') | 36 | mach_name = n['compatible'].value[0].replace(',','-').replace('.','-') |
| 37 | model = n['model'].value[0] | 37 | model = n['model'].value[0] |
| 38 | print( '%s %s' % (mach_name.lower(), model) ) | 38 | device_id = n['device_id'].value[0] |
| 39 | print( '%s %s %s' % (mach_name.lower(), device_id, model) ) | ||
| 39 | "; | 40 | "; |
| 40 | }; | 41 | }; |
| 41 | }; | 42 | }; |
