Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
lib.sh: get_ldc_subdir(): add optional platform argument to strip
This is needed by IPC4 - which generally does not use the .ldc file but that's another debate for later; let's just get the check-sof-logger.sh test passing again for now. This problem wasn't found until last week when Fred cleaned up and simplified the internal Intel deployment script. This part of the logic has too many fallbacks so one of them was probably hiding the issue, probably picking up some .ldc file in /etc instead. ``` ── sof-ipc4 │ ├── arl │ │ └── community │ │ └── sof-arl.ri -> ../../mtl/community/sof-mtl.ri │ ├── arl-s │ │ └── community │ │ └── sof-arl-s.ri -> ../../mtl/community/sof-mtl.ri │ ├── mtl │ │ └── community │ │ └── sof-mtl.ri │ ├── sof-arl.ldc -> sof-mtl.ldc │ ├── sof-arl-s.ldc -> sof-mtl.ldc │ └── sof-mtl.ldc ``` Signed-off-by: Marc Herbert <[email protected]>
- Loading branch information