Closed flxo closed 6 years ago
Agreed. I will change that. If ABC in "--adapt ABC" is a valid file (relative to working dir or main dir) I will use it directly, otherwise I will fall back to current solution (ABC/Adapt.meta).
Fixed with release 2.45.0.
The way
bake
searches for adapts is a little bit awkward: Passing something like--adapt debug
makesbake
search for a directory calleddebug
that contains a file namedAdapt.meta
.A more convenient way would be pass the path to a adaption file instead of a directory search pattern. e.g:
bake --adapt build/debug_flags.bake --adapt build/toolchain-arm-linux-gnueabihf.bake
This would allow to
Adapt.meta
(!)bake --adapt build/$(TARGET)/toolchain.adapt