Searched +full:bm +full:- +full:work (Results 1 – 5 of 5) sorted by relevance
3 # SPDX-License-Identifier: GPL-2.0+8 Quick-start14 cd /path/to/u-boot16 buildman --fetch-arch arm17 buildman -k rpi_219 # u-boot.bin is the output image25 This tool handles building U-Boot to check that you have not broken it28 to make full use of multi-processor machines.40 where it left off. This should happen cleanly and without side-effects.43 Buildman gets so tied up in its work that it can ignore the outside world.[all …]
3 # Bloat-o-meter code used here Copyright 2004 Matt Mackall <mpm@selenic.com>5 # SPDX-License-Identifier: GPL-2.0+41 commit and builds it (typically without re-configuring). When it runs out45 Clearly the builder threads could work either way - they could check out a67 Buildman also create working directories for each thread, in a .bm-work/70 As an example, say we are building branch 'us-net' for boards 'sandbox' and71 'seaboard', and say that us-net has two commits. We will have directories74 us-net/ base directory75 01_of_02_g4ed4ebc_net--Add-tftp-speed-/77 u-boot.bin[all …]
4 # SPDX-License-Identifier: GPL-2.0+33 [toolchain-alias]39 main.c:260:6: warning: unused variable 'joe' [-Wunused-variable]49 main.c:280:6: warning: unused variable 'mary' [-Wunused-variable]51 '''powerpc-linux-ld: warning: dot moved backwards before `.bss'52 powerpc-linux-ld: warning: dot moved backwards before `.bss'53 powerpc-linux-ld: u-boot: section .text lma 0xfffc0000 overlaps previous sections54 powerpc-linux-ld: u-boot: section .rodata lma 0xfffef3ec overlaps previous sections55 powerpc-linux-ld: u-boot: section .reloc lma 0xffffa400 overlaps previous sections56 powerpc-linux-ld: u-boot: section .data lma 0xffffcd38 overlaps previous sections[all …]
2 # SPDX-License-Identifier: GPL-2.0+4 # build U-Boot on Travis CI - https://travis-ci.org/14 - cppcheck15 - sloccount16 - sparse17 - bc18 - build-essential19 - libsdl1.2-dev20 - python21 - python-virtualenv[all …]
2 * Copyright 2006 Richard Wilson <richard.wilson@netsurf-browser.org>5 * This file is part of NetSurf's libnsbmp, http://www.netsurf-browser.org/7 * http://www.opensource.org/licenses/mit-license.php17 * https://msdn.microsoft.com/en-us/library/dd183391(v=vs.85).aspx85 if (bmp->buffer_size < (BMP_FILE_HEADER_SIZE + BITMAPCOREHEADER)) { in bmp_info_header_parse()92 if ((bmp->buffer_size - BMP_FILE_HEADER_SIZE) < header_size) { in bmp_info_header_parse()113 bmp->reversed = true; in bmp_info_header_parse()114 height = -height; in bmp_info_header_parse()118 * height of XOR-Bitmap and AND-Bitmap (double the visible height) in bmp_info_header_parse()122 if (bmp->ico) { in bmp_info_header_parse()[all …]