commit | 8d5dff5ab3e4c5869b35fe6e7bf48ad0e05ddf77 | [log] [tgz] |
---|---|---|
author | Patrick Williams <patrick@stwcx.xyz> | Fri Apr 16 10:52:54 2021 -0500 |
committer | Patrick Williams <patrick@stwcx.xyz> | Tue Apr 27 12:07:11 2021 +0000 |
tree | 4da1d5f603641f5f05c19ec2ff1b38c3c59e20a6 | |
parent | a55a907e7220bede5f4c76ca6d99fad2a0c1f00d [diff] [blame] |
build: add wrapfiles for dependencies Update meson.build and add wrapfiles so that all dependencies are handled as subprojects. This allows builds completely outside of bitbake or an SDK. Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: Id9e46013671d1d407b13549c29c15770c1c6fb2c
diff --git a/.gitignore b/.gitignore index de8712e..6da54be 100644 --- a/.gitignore +++ b/.gitignore
@@ -1,2 +1,3 @@ build*/ -subprojects/*/ +subprojects/* +!subprojects/*.wrap