diff options
author | Mark Hatle <mark.hatle@amd.com> | 2024-08-17 15:09:17 -0600 |
---|---|---|
committer | Mark Hatle <mark.hatle@amd.com> | 2024-09-13 07:13:30 -0600 |
commit | 8e79e44a070c51a19ce815ec3f7069f9538276cc (patch) | |
tree | 0f30f701e60d38384c10006123f2dd024a560490 /meta-xilinx-core/conf/machine/include/machine-xilinx-default.inc | |
parent | d61b27238a4b5bc0b2c22b0152f3be193a171405 (diff) | |
download | meta-xilinx-8e79e44a070c51a19ce815ec3f7069f9538276cc.tar.gz |
meta-xilinx-core: Move generic machines to be firmware-less
Generic machines no longer depend on firmware (ESW) components. Thus they
will now build a full Linux system, where possible, without XSCT or SDT
modes.
It is up to the specific machine.conf files to enable the correct build
flow and that will enable the necessary firmware dependencies for the SoC.
This also means HDF_MACHINES is no longer required.
Signed-off-by: Mark Hatle <mark.hatle@amd.com>
Diffstat (limited to 'meta-xilinx-core/conf/machine/include/machine-xilinx-default.inc')
-rw-r--r-- | meta-xilinx-core/conf/machine/include/machine-xilinx-default.inc | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/meta-xilinx-core/conf/machine/include/machine-xilinx-default.inc b/meta-xilinx-core/conf/machine/include/machine-xilinx-default.inc index e7ef39a3..cf890a51 100644 --- a/meta-xilinx-core/conf/machine/include/machine-xilinx-default.inc +++ b/meta-xilinx-core/conf/machine/include/machine-xilinx-default.inc | |||
@@ -1,5 +1,3 @@ | |||
1 | # HDF_MACHINE should be set _AFTER_ this has been loaded | ||
2 | HDF_MACHINE_PRIOR := "${HDF_MACHINE}" | ||
3 | INHERIT += "xilinx-vars" | 1 | INHERIT += "xilinx-vars" |
4 | INHERIT += "xilinx-deprecated" | 2 | INHERIT += "xilinx-deprecated" |
5 | 3 | ||