aboutsummaryrefslogtreecommitdiff
path: root/davidb-mcuboot
AgeCommit message (Collapse)Author
2017-08-11zephyr: update ARM embedded toolchain to 6-2017-q2-updateFathi Boudra
Change-Id: I319b3c8a5f4b5a3427f690d0345c0d6fe25a7ffe Signed-off-by: Fathi Boudra <fathi.boudra@linaro.org>
2017-07-26davidb-mcuboot: Bring in pyelftoolsDavid Brown
Zephyr has added a dependency on pyelftools. Locally install this tool when building. Change-Id: Iaba2fbdb088714b69e94cb69b27f5c376db3dccd
2017-07-20davidb-mcuboot: Move to master branchDavid Brown
Now that the change for building have been merged upstream, begin using the master branch. Change-Id: Idf5e586f4269b76e366ed11c09b589d9c3179fb7
2017-07-20davidb-mcuboot: Add python dependencies for buildDavid Brown
The image generation tool needs these modules. Change-Id: I014c22022827af34242cb8bc01eed5278b79942e
2017-07-20davidb-mcuboot: Remove specific host demandDavid Brown
Remove the "-13" from the slave label to allow the build to run on any appropriate host. Pass BOARD= into the main make to select the chosen target. Change-Id: I8d1d7feea460cca81aec08b481e0376679e54e70
2017-07-20davidb-mcuboot: Don't create workspaceDavid Brown
The build starts out in the workspace directory, which already exists. Remove the mkdir that was creating it. Also remove a remnant clone of a different project. However, to make the build clean, remove any existing directories before cloning. Change-Id: I87950158e3cad2eef5d00277242aee29508de71c
2017-07-20davidb-mcuboot: Initial versionDavid Brown
Started with zephyr-aeolis. Currently builds pull-request 85, since the changes to allow this build are still pending on the project. Change-Id: Iacd831cfd32df2cf75cfa389d19a6d0ea66811ee