You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@mynewt.apache.org by Wayne Keenan <wa...@gmail.com> on 2016/11/04 07:40:11 UTC

inc/src search paths, Git Submodules & Build Pre/Post Script

Hi,

If I add a (3rd party) git repo to my app/package is it possible to specify
in my pkg.yml which folders in the folder with the git repo are used for
include and source and which should be ignored?

I'm guessing the following is a WishList item, but, once my package is a
git repo itself and it has 1 or more git sub-modules in it would be handy
if newt performed a git module update on first build, e.g. git submodule
update --recursive --remote


Can newt targets be configured to run pre/post-build scripts on a build ?
(e.g. for calling scripts that auto generates headers and source files)


All the best
Wayne