Repository: incubator-mynewt-larva Updated Branches: refs/heads/master d34acdef7 -> bb1162d52
Add egg.yml files for bin2img and boot projects. Project: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-larva/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-larva/commit/bb1162d5 Tree: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-larva/tree/bb1162d5 Diff: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-larva/diff/bb1162d5 Branch: refs/heads/master Commit: bb1162d52d2458571b2f68ac40f5ccde16165ca5 Parents: d34acde Author: Christopher Collins <[email protected]> Authored: Fri Dec 18 17:07:58 2015 -0800 Committer: Christopher Collins <[email protected]> Committed: Fri Dec 18 17:07:58 2015 -0800 ---------------------------------------------------------------------- project/bin2img/egg.yml | 5 +++++ project/boot/egg.yml | 9 +++++++++ 2 files changed, 14 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-mynewt-larva/blob/bb1162d5/project/bin2img/egg.yml ---------------------------------------------------------------------- diff --git a/project/bin2img/egg.yml b/project/bin2img/egg.yml new file mode 100644 index 0000000..21eb55a --- /dev/null +++ b/project/bin2img/egg.yml @@ -0,0 +1,5 @@ +egg.name: project/bin2img +egg.vers: 0.1 +egg.deps: + - libs/bootutil + - libs/console/stub http://git-wip-us.apache.org/repos/asf/incubator-mynewt-larva/blob/bb1162d5/project/boot/egg.yml ---------------------------------------------------------------------- diff --git a/project/boot/egg.yml b/project/boot/egg.yml new file mode 100644 index 0000000..865e5d6 --- /dev/null +++ b/project/boot/egg.yml @@ -0,0 +1,9 @@ +egg.name: project/boot +egg.vers: 0.1 +egg.deps: + - libs/os + - libs/bootutil + - libs/nffs + - libs/console/stub + - libs/util + - libs/baselibc
