Lines Matching full:boards

27 which boards fail on which commits, and which errors come up. It aims
68 Buildman produces a concise summary of which boards succeeded and failed.
110 source has changed, and will build all specified boards in this case.
112 Buildman is optimised for building many commits at once, for many boards.
115 a few commits or boards, it will be pretty slow. As a tip, if you don't
119 Buildman lets you build all boards, or a subset. Specify the subset by passing
121 SOC name, or anything else in the boards.cfg file. Multiple arguments are
125 * 'tegra20' All boards with a Tegra20 SoC
126 * 'tegra' All boards with any Tegra Soc (Tegra20, Tegra30, Tegra114...)
127 * '^tegra[23]0$' All boards with either Tegra20 or Tegra30 SoC
128 * 'powerpc' All PowerPC boards
133 * 'freescale & arm sandbox' All Freescale boards with ARM architecture,
136 You can also use -x to specifically exclude some boards. For example:
140 means to build all arm boards except nvidia, freescale and anything ending
144 the subset given. Use -v as well to get an actual list of boards.
492 Building 18 commits for 1059 boards (4 threads, 1 job per thread)
502 4d46e9d tegra: Add LCD support to Nvidia boards
513 Total boards to build for each commit: 1059
515 This shows that it will build all 1059 boards, using 4 threads (because
536 Building 18 commits for 1059 boards (4 threads, 1 job per thread)
560 09: tegra: Add LCD support to Nvidia boards
573 the build is still in progress so many boards are not built yet (use -u to
605 boards. (In this case pxa did not have cache operations defined).
617 If many boards have the same error, then -e will display the error only
618 once. This makes the output as concise as possible. To see which boards have
654 behind a CONFIG flag so that boards can leave it disabled and keep the image
660 Summary of 10 commits for 1066 boards (4 threads, 1 job per thread)
663 x86: (for 1/3 boards) text -272.0 rodata +41.0
666 x86: (for 1/3 boards) data +16.0
668 x86: (for 1/3 boards) text +76.0
670 x86: (for 1/3 boards) bss -2140.0
681 because they are an average of all boards for that architecture. The
706 arm: (for 10/10 boards) all -143.4 bss +1.2 data -4.8 rodata -48.2 text -91.6
792 powerpc: (for 5/5 boards) all +37.4 data -3.2 rodata -41.8 text +82.4
882 at91-boards=ENABLE_AT91_TEST=1
883 snapper9260=${at91-boards} BUILD_TAG=442
884 snapper9g45=${at91-boards} BUILD_TAG=443
907 build the selected boards and display build status as it runs (i.e. -v is
940 thread builds multiple boards, the configuration built in this directory will
943 files when a thread switches between boards. Ideally, such buildman-induced
1049 This will build the current source tree for the given boards and display
1064 flag to see the full errors and -l to see which boards caused which errors.
1078 - build all Power Architecture boards:
1083 - build all PowerPC boards manufactured by vendor "esd":
1086 - build all PowerPC boards manufactured either by "keymile" or "siemens":
1089 - build all Freescale boards with MPC83xx CPUs, plus all 4xx boards:
1094 are building a lot of boards it will use one thread for every CPU core
1097 building a few boards, buildman will automatically run make with the -j
1120 -u shows boards that you haven't built yet
1133 problems, perhaps by building a few boards for each arch, or checking
1134 commits for changed files and building only boards which use those files.