commit | 4026702da25da206f9217e53f4f9e134357fd42a | [log] [tgz] |
---|---|---|
author | Patrick Williams <patrick@stwcx.xyz> | Thu Aug 26 16:48:42 2021 -0500 |
committer | Patrick Williams <patrick@stwcx.xyz> | Fri Aug 27 08:23:56 2021 -0500 |
tree | 80587f01b63173238ea00244413c14716f5e3828 | |
parent | 7d2fa1429c4413084eb38bc4f39e5cdd9017f1de [diff] [blame] |
build: support building with subprojects Enable everything to build outside of an OE-SDK by leveraging subproject wrap files. Needed to update C++ to C++20 as well in order to allow phosphor-logging to compile. Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: I43f5fcd53ef3ac024d7b5ce50fd035903d08bab0
diff --git a/.gitignore b/.gitignore index 378eac2..6da54be 100644 --- a/.gitignore +++ b/.gitignore
@@ -1 +1,3 @@ -build +build*/ +subprojects/* +!subprojects/*.wrap