diff options
Diffstat (limited to 'meta-xilinx-core/classes/gen-machine-conf.bbclass')
-rw-r--r-- | meta-xilinx-core/classes/gen-machine-conf.bbclass | 4 |
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 |
2 | sdk_ext_postinst:append() { | 2 | sdk_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 | } |