summaryrefslogtreecommitdiffstats
path: root/meta-xilinx-core/classes
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/classes
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/classes')
-rw-r--r--meta-xilinx-core/classes/gen-machine-conf.bbclass4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-xilinx-core/classes/gen-machine-conf.bbclass b/meta-xilinx-core/classes/gen-machine-conf.bbclass
index d1b46f48..25960cd1 100644
--- a/meta-xilinx-core/classes/gen-machine-conf.bbclass
+++ b/meta-xilinx-core/classes/gen-machine-conf.bbclass
@@ -1,6 +1,6 @@
1#Add scripts path with the tools to PATH to be able to use from eSDK 1#Add scripts path with the tools to PATH to be able to use from eSDK
2sdk_ext_postinst:append() { 2sdk_ext_postinst:append() {
3 if [ -d $target_sdk_dir/layers/meta-xilinx/gen-machine-conf ]; then 3 if [ -d $target_sdk_dir/layers/meta-xilinx/meta-xilinx-core/gen-machine-conf ]; then
4 echo "export PATH=$target_sdk_dir/layers/meta-xilinx/gen-machine-conf:\$PATH" >> $env_setup_script 4 echo "export PATH=$target_sdk_dir/layers/meta-xilinx/meta-xilinx-core/gen-machine-conf:\$PATH" >> $env_setup_script
5 fi 5 fi
6} 6}