Lucas De Marchi

Results 21 comments of Lucas De Marchi

The only git commands are commands to read the tree depending on the option you set to copy the src. We already chown the end result like you describe. See...

> Is a change along these lines something that is wanted? +1 from my side. I think moving the distro-specific parts in their own files would be the most beneficial...

Yes, but we could still make it work without that. For example we could have a mkosi script that basically appends the dir to sys.path accordingly and run the main...

Humn... so `pip install -e` actually allows to run it without installing every time. I missed that, sorry. Proposal LGTM then

would we loose `-t directory` then?

I think it would more natural to prepare the workspace in a directory and later create the image and copy things over. But I also understand the motivation for doing...

@johannbg well... I don't think this is the same thing. Writing directly on the usb device is good for not having to create a separate .raw image just to dd...

This is the project with the additional commit to add meson: https://github.com/01org/mavlink-router/tree/meson

The headers are in subdirectories and meson doesn't allow me to add subdirectories in the output.

@nirbheek I can tell it to generate in the current directory, but that changes how to include the headers and I don't think it will help. mavgen tool generates 209...