fix(vitis): replace absolute paths with relative paths for cross-platform compatibility
- Replace hardcoded /home/ly0kos/ paths in .prj, .sprj, and platform.spr with relative paths so the project can be cloned and opened on any machine - Remove RemoteSystemsTempFiles/.project from git (IDE temp file) - Add .gitignore at Vitis root to exclude .metadata/, RemoteSystemsTempFiles/, IDE.log, *.log, and .analytics/ - Update NewInstCal_bsp/.gitignore to stop ignoring /export/ (needed for xpfm) - Add .gitattributes for consistent line ending handling across platforms
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
<?xml version="1.0" encoding="ASCII"?>
|
||||
<systemproject:SystemProject xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:sdsproject="http://www.xilinx.com/sdsproject" xmlns:systemproject="http://www.xilinx.com/systemproject" name="NewInstrCalBoard_system" platform="/home/ly0kos/work/prj/New_CalBoard/2.FW/Zynq/proj_cal/Vitis/NewInstCal_bsp/export/NewInstCal_bsp/NewInstCal_bsp.xpfm" platformUID="xilinx:::0.0(custom)" sysConfig="NewInstCal_bsp" runtime="C/C++" rootFSLocation="" linuxImage="" sysroot="">
|
||||
<systemproject:SystemProject xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:sdsproject="http://www.xilinx.com/sdsproject" xmlns:systemproject="http://www.xilinx.com/systemproject" name="NewInstrCalBoard_system" platform="../NewInstCal_bsp/export/NewInstCal_bsp/NewInstCal_bsp.xpfm" platformUID="xilinx:::0.0(custom)" sysConfig="NewInstCal_bsp" runtime="C/C++" rootFSLocation="" linuxImage="" sysroot="">
|
||||
<configuration name="Debug" id="com.xilinx.sdx.system.managedbuilder.debugConfiguration.425767485">
|
||||
<configBuildOptions xsi:type="systemproject:SystemOptions">
|
||||
<applications name="NewInstrCalBoard" domainName="standalone_domain" domainPrettyName="standalone_domain" appBuildConfig="Debug"/>
|
||||
|
||||
Reference in New Issue
Block a user