commit | 0aa159079ce32e078544be1ae5320b4ede834810 | [log] [tgz] |
---|---|---|
author | Brad Bishop <bradleyb@fuzziesquirrel.com> | Wed May 08 21:30:01 2019 -0400 |
committer | Brad Bishop <bradleyb@fuzziesquirrel.com> | Mon Aug 09 16:43:08 2021 -0400 |
tree | 70805393c6f9c7095377b301e176e68d7f98e767 | |
parent | efd58275c8830b1e5dc1c9de836b7d63b8edcf03 [diff] |
build: Add meson support Add support for buildling with meson. Support for --enable-oe-sdk is dropped because running unit tests on the build system is now supported directly with meson subprojects: meson buildir && ninja -C buildir test I tested this by building a witherspoon image and booting it to multi-user and verifying the mapper-wait functionality works correctly. Change-Id: I86e5efc7b7c89183219a4c890ad658e334765fc1 Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>