Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
cmake: Use a regular expression to match x86 architectures
in OE we use i686 for qemux86 and this results in -- INFO - Target arch is i686 CMake Error at CMakeLists.txt:191 (message): Only x86, arm, mips, PERIPHERALMAN and mock platforms currently supported So using a wildcard helps in using any x86 arch Signed-off-by: Khem Raj <[email protected]>
- Loading branch information