summaryrefslogtreecommitdiffstats
path: root/meta-xilinx-core/conf/layer.conf
diff options
context:
space:
mode:
authorRaju Kumar Pothuraju <rajukumar.pothuraju@amd.com>2022-11-18 20:16:13 +0530
committerMark Hatle <mark.hatle@amd.com>2022-11-21 11:03:24 -0600
commit072981c562718c53f3b31084d43bb139792b48fd (patch)
tree39d7eda8c0c7f097be708ee93177a03594f41a6c /meta-xilinx-core/conf/layer.conf
parentae7c8cf6e5836d05322f56a2557db119ae52982d (diff)
downloadmeta-xilinx-072981c562718c53f3b31084d43bb139792b48fd.tar.gz
Move gen-machine-conf to meta-xilinx-core
meta-xilinx/gen-machine-conf will not packed into eSDK as its not a layer moving to meta-xilinx-core. Signed-off-by: Raju Kumar Pothuraju <rajukumar.pothuraju@amd.com> Added a symlink for the gen-machine-conf directory Signed-off-by: Mark Hatle <mark.hatle@amd.com>
Diffstat (limited to 'meta-xilinx-core/conf/layer.conf')
-rw-r--r--meta-xilinx-core/conf/layer.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-xilinx-core/conf/layer.conf b/meta-xilinx-core/conf/layer.conf
index c90b19da..70b0c682 100644
--- a/meta-xilinx-core/conf/layer.conf
+++ b/meta-xilinx-core/conf/layer.conf
@@ -75,5 +75,5 @@ XILINX_LINUX_VERSION[v2023.1] = "5.15.0-xilinx-v2023.1%"
75PREFERRED_VERSION_linux-xlnx ?= "${@d.getVarFlag('XILINX_LINUX_VERSION', d.getVar('XILINX_RELEASE_VERSION')) or 'undefined'}" 75PREFERRED_VERSION_linux-xlnx ?= "${@d.getVarFlag('XILINX_LINUX_VERSION', d.getVar('XILINX_RELEASE_VERSION')) or 'undefined'}"
76 76
77# Add support to eSDK for gen-machine-conf if it exists 77# Add support to eSDK for gen-machine-conf if it exists
78PLNX_SCRIPTS_PATH = "${LAYERDIR}/../gen-machine-conf/gen-machine-scripts" 78PLNX_SCRIPTS_PATH = "${LAYERDIR}/gen-machine-conf/gen-machine-scripts"
79IMAGE_CLASSES += "gen-machine-conf" 79IMAGE_CLASSES += "gen-machine-conf"