Searched refs:build (Results 1 – 25 of 29) sorted by relevance
12
1 [build-system]3 build-backend = "setuptools.build_meta"16 description = "Buildman build tool for U-Boot"26 "Homepage" = "https://docs.u-boot.org/en/latest/build/buildman.html"
234 build.do_make = self.Make558 def CheckDirs(self, build, dirname): argument574 build.commits = self.commits578 self.CheckDirs(build, dirname)583 build.commits = None584 build.commit_count = 0585 self.CheckDirs(build, '/current')591 build.commits = None592 build.commit_count = 0593 self.CheckDirs(build, '')[all …]
3 Buildman build tool213 to build x86 commits.499 build.987 build the selected boards and display build status as it runs (i.e. -v is1010 flag, which retries the build with 'make mrproper' only after a build failure.1028 build directory.1030 U-Boot's build system embeds information such as a build timestamp into the1045 avoid needing to build it for each board. This can save 10-20% of build time.1082 actually build the source. This is 5-10 times faster than doing a full build.1176 Doing a simple build[all …]
136 print(col.build(col.YELLOW, warning))238 sys.exit(col.build(col.RED, msg))240 sys.exit(col.build(col.RED,243 print(col.build(col.YELLOW, msg))249 sys.exit(col.build(col.RED, msg))289 sys.exit(col.build(col.RED,292 sys.exit(col.build(col.RED,333 print(col.build(340 print(col.build(col.CYAN,468 sys.exit(col.build(col.RED, 'No matching boards found'))[all …]
417 print(col.build(col.BLUE, 'List of available toolchains (%d):' %595 print(col.build(col.BLUE, "Downloading toolchain for arch '%s'" % arch))610 print(col.build(col.GREEN, 'Unpacking to: %s' % dest), end=' ')618 print(col.build(col.GREEN, 'Testing'))625 print(col.build(col.RED, 'Warning, ambiguous toolchains: %s' %
581 line = '\r' + self.col.build(self.col.GREEN, '%5d' % ok)582 line += self.col.build(self.col.YELLOW, '%5d' % self.warned)583 line += self.col.build(self.col.RED, '%5d' % self.fail)588 line += self.col.build(self.col.MAGENTA, ' -%-5d ' % remaining)999 str = self.col.build(color, ' ' + target)1001 str = ' %s %s' % (self.col.build(color, char), str)1013 return self.col.build(color, str(num))1075 tuple([indent, self.col.build(self.col.YELLOW, fname)] + args))1387 out = self.col.build(colour, line.char + '(')1388 out += self.col.build(self.col.MAGENTA, board_str,[all …]
10 See the documentation for your board. You may need to build ARM Trusted11 Firmware and build with BL31=/path/to/bl31.bin38 You may need to build fw_dynamic.bin first and re-build u-boot with43 binary and build with ROCKCHIP_TPL=/path/to/ddr.bin. One possible source56 TIFS certificate blobs and how to include them in the build.61 See the documentation for your board. You may need to build Open Portable62 Trusted Execution Environment (OP-TEE) and build with TEE=/path/to/tee.bin70 the DM firmware binary and how to include it in the build.81 TIFS firmware binary and how to include them in the build.
1 [build-system]3 build-backend = "setuptools.build_meta"
200 print(col.build(col.RED, f'- {message}'))208 print(col.build(col.YELLOW, 'Fetch: %s' % self.name))243 print(col.build(254 print(col.build(col.YELLOW,
171 build system.414 binman build -b <board_name>425 binman build -I <build_path>428 build.1215 `DEVICE_TREE_DEBUG=1` with your build::1658 - **build** - build images1672 -B BUILD_DIR, --build-dir BUILD_DIR1704 binman build1734 Image filename to build (if not specified, build all)2275 BINMAN_DEBUG=1 to your build::[all …]
90 It also supports build fiptool from source.99 …https://trustedfirmware-a.readthedocs.io/en/latest/getting_started/tools-build.html?highlight=fipt…206 U-Boot build system, binman can use the version installed in your system.
67 _stdout.write('\r' + _color.build(col, _progress))85 msg = _color.build(color, msg)
163 text = col.build(colour, text, bright=bright, back=back)209 print(col.build(line.colour, line.text), end='')284 def build(self, color, text, bright=True, back=None): member in Color
447 print(col.build(col.RED, 'error') +625 print(col.build(col.RED, msg))632 print(col.build(col.RED, msg))
239 msg_type = col.build(col.YELLOW, msg_type)241 msg_type = col.build(col.RED, msg_type)243 msg_type = col.build(col.MAGENTA, msg_type)266 result.warnings, result.checks, col.build(col.BLUE, fname)))285 print(col.build(color, str % (error_count, warning_count, check_count)))
106 print(col.build(col.RED, "Not sending emails due to errors/warnings"))112 print(col.build(col.RED, "Email would not be sent"))153 sys.exit(col.build(col.RED, msg))
150 print(col.build(col.GREEN, ' %s' % args[upto]))154 email = col.build(col.YELLOW, '<alias not found>')259 print(col.build(col.RED, str))262 print(col.build(col.RED, str))265 print(col.build(col.RED, str))379 print(col.build(col.YELLOW, f'Skipping "{x}"'))
2 # This Dockerfile is used to build an image containing basic stuff to be used3 # to build U-Boot and run our test suites.13 # Used by docker to set the build platform: the only valid value is linux/amd6419 # Set architectures to build for (leaving out ARM which is an exception)66 build-essential \117 ninja-build \238 cp build/fvp/release/fip.bin build/fvp/release/bl1.bin \240 rm -rf build/fvp && \244 cp build/fvp/release/fip.bin build/fvp/release/bl1.bin \306 sudo cp build/coreboot.rom build/cbfstool /opt/coreboot/ && \
58 $(OBJCOPY) -O binary $< -R .note.gnu.build-id $@79 $(OBJCOPY) -O binary $< -R .note.gnu.build-id $@
253 line = self.col.build(self.col.GREEN, f'{self.good:5d}')254 line += self.col.build(self.col.RED,256 line += self.col.build(self.col.MAGENTA,482 self.log.append(self.col.build(self.col.RED, 'Failed to process',486 self.log.append(self.col.build(self.col.CYAN, line, True))507 self.log.append(self.col.build(554 self.col.build(self.col.BLUE, 'defconfig updated', bright=True))1643 print(col.build(1660 print(col.build(col.RED, f'{progress.failure_msg}see {FAILED_LIST}', True))1663 print(col.build(
Completed in 58 milliseconds