diff options
author | Mark Hatle <mark.hatle@amd.com> | 2023-01-13 18:20:24 -0800 |
---|---|---|
committer | Mark Hatle <mark.hatle@amd.com> | 2023-01-16 07:26:08 -0800 |
commit | 94f89efa051df9b1444f2973db55ceb8cd1cc5fc (patch) | |
tree | 053f1633b16999b157c86e40631a751333191385 /meta-xilinx-core/recipes-kernel/lopper/xilinx-lops.bb | |
parent | e3e0d0cff038cf9e31e78aaa0944d731078c7546 (diff) | |
download | meta-xilinx-94f89efa051df9b1444f2973db55ceb8cd1cc5fc.tar.gz |
meta-xilinx-setup: Rework dt-processor.sh to generate a machine and configs
lop-microblaze-yocto.dts has been modified to generate the file in a slightly
different format. There is no need for an intermediate representation for
the various microblaze tunings, instead use fixed names for pmc, psm and pmu
configurations.
dt-processor.sh was reworked to generate a machine.conf file and shrink the
amount of information that ends up in the local.conf file.
As part of this work the -m option has been renamed to -t. This option is
rarely used, so should not impact many users.
A new -m option is implemented to allow the user to manually name the
generated machine.conf file. Otherwise, it will discover the name from the
system device tree using the root 'compatible' object.
The tool will also print more useful diagnostics to the screen, this should
help ensure that the correct machine is being targeted by the actions and
improve early system debuggability.
Signed-off-by: Mark Hatle <mark.hatle@amd.com>
Diffstat (limited to 'meta-xilinx-core/recipes-kernel/lopper/xilinx-lops.bb')
-rw-r--r-- | meta-xilinx-core/recipes-kernel/lopper/xilinx-lops.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-xilinx-core/recipes-kernel/lopper/xilinx-lops.bb b/meta-xilinx-core/recipes-kernel/lopper/xilinx-lops.bb index 1dc5dc29..2648c372 100644 --- a/meta-xilinx-core/recipes-kernel/lopper/xilinx-lops.bb +++ b/meta-xilinx-core/recipes-kernel/lopper/xilinx-lops.bb | |||
@@ -11,7 +11,7 @@ SRC_URI = " \ | |||
11 | file://lop-machine-name.dts \ | 11 | file://lop-machine-name.dts \ |
12 | " | 12 | " |
13 | 13 | ||
14 | LIC_FILES_CHKSUM = "file://lop-microblaze-yocto.dts;endline=8;md5=a0e89d39fa397ec5d5320409ff701280" | 14 | LIC_FILES_CHKSUM = "file://lop-microblaze-yocto.dts;endline=10;md5=27139f9b862dc6fe466c7157aba7ed9c" |
15 | 15 | ||
16 | S = "${WORKDIR}" | 16 | S = "${WORKDIR}" |
17 | 17 | ||