From 8e79e44a070c51a19ce815ec3f7069f9538276cc Mon Sep 17 00:00:00 2001 From: Mark Hatle Date: Sat, 17 Aug 2024 15:09:17 -0600 Subject: 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 --- meta-xilinx-core/conf/machine/include/machine-xilinx-default.inc | 2 -- 1 file changed, 2 deletions(-) (limited to 'meta-xilinx-core/conf/machine/include/machine-xilinx-default.inc') 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 @@ -# HDF_MACHINE should be set _AFTER_ this has been loaded -HDF_MACHINE_PRIOR := "${HDF_MACHINE}" INHERIT += "xilinx-vars" INHERIT += "xilinx-deprecated" -- cgit v1.2.3-54-g00ecf