You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
topology2: add SYMLINKS support for production topologies
Some topologies are byte-for-byte identical to an existing one and
only need to be reachable under a different name. Add a SYMLINKS
list, processed alongside TPLGS in production/CMakeLists.txt, that
creates a real symlink instead of building a duplicate topology.
cmake -E copy_if_different dereferences symlinks when deploying the
build output, turning them back into regular file copies. Switch to
"cp -a" so the deploy step preserves symlinks as symlinks.
Signed-off-by: Peter Ujfalusi <peter.ujfalusi@linux.intel.com>
0 commit comments