mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2026-03-18 19:14:53 +00:00
When searching for scenario XMLs that are saved under the same directory as a board XML, debian/rules uses the wildcard `*` which includes other non-XML files. That causes some non-XML files to be considered as scenario XMLs as well and will cause build-time errors when the build system attempts to parse them as XMLs. Change the wildcard expression to `*.xml` to restrict the found files to be XML. Tracked-On: #8344 Signed-off-by: Junjie Mao <junjie.mao@intel.com>
17 KiB
Executable File
17 KiB
Executable File