Home
last modified time | relevance | path

Searched full:buildman (Results 1 – 18 of 18) sorted by relevance

/rk3399_rockchip-uboot/
H A D.travis.yml36 # prepare buildman environment
37 - echo -e "[toolchain]\nroot = /usr" > ~/.buildman
38 - echo -e "aarch64 = /tmp/gcc-linaro-6.3.1-2017.02-x86_64_aarch64-linux-gnu" >> ~/.buildman
39 - echo -e "arm = /tmp/gcc-linaro-6.3.1-2017.02-x86_64_arm-linux-gnueabihf" >> ~/.buildman
40 - echo -e "arc = /tmp/arc_gnu_2016.09_prebuilt_uclibc_le_archs_linux_install" >> ~/.buildman
41 - echo -e "\n[toolchain-alias]\nsh = sh4\nopenrisc = or32" >> ~/.buildman
42 - cat ~/.buildman
60 - if [[ "${TOOLCHAIN}" == *m68k* ]]; then ./tools/buildman/buildman --fetch-arch m68k ; fi
61 …- if [[ "${TOOLCHAIN}" == *microblaze* ]]; then ./tools/buildman/buildman --fetch-arch microblaze …
62 - if [[ "${TOOLCHAIN}" == *mips* ]]; then ./tools/buildman/buildman --fetch-arch mips ; fi
[all …]
H A DMAINTAINERS289 BUILDMAN
292 F: tools/buildman/
H A DREADME2165 make / buildman.
3779 just run the buildman script (tools/buildman/buildman), which will
3781 will take a while. Please see the buildman README, or run 'buildman -H'
5234 * Before sending the patch, run the buildman script on your patched
/rk3399_rockchip-uboot/tools/buildman/
H A DREADME11 If you just want to quickly set up buildman so you can build something (for
15 PATH=$PATH:`pwd`/tools/buildman
16 buildman --fetch-arch arm
17 buildman -k rpi_2
30 A key feature of buildman is its output summary, which allows warnings,
39 Buildman can be stopped and restarted, in which case it will continue
43 Buildman gets so tied up in its work that it can ignore the outside world.
54 Buildman is a builder. It is not make, although it runs make. It does not
61 Buildman is designed to build entire git branches, i.e. muliple commits. It
65 for another board. If you want buildman to re-build a commit it has already
[all …]
H A Dbsettings.py12 """Set up the buildman settings module by reading config files
24 config_fname = '%s/.buildman' % os.getenv('HOME')
26 print 'No config file found ~/.buildman\nCreating one...\n'
73 print "Couldn't create buildman config file '%s'\n" % config_fname
H A Dfunc_test.py23 # Buildman settings file
57 buildman: refactor help message
59 "buildman [options]" is displayed by default.
75 This option is currently not supported, but needs to be, for buildman to
168 """Functional test for buildman.
170 This aims to test from just below the invocation of buildman (parsing
410 """Test that buildman aborts when there are no boards"""
416 """Very simple test to invoke buildman on the current source"""
434 # Buildman always builds the upstream commit as well
H A Dcontrol.py50 why_selected: Dictionary where each key is a buildman argument
86 """The main control code for buildman
202 # Conflicting tags are not a problem for buildman, since it does not use
203 # them. For example, Series-version is not useful for buildman. On the
H A Dtoolchain.py202 print ("Warning: No tool chains. Please run 'buildman "
204 "add a [toolchain] section to your buildman config file "
464 tmpdir = tempfile.mkdtemp('.buildman')
509 """Check if buildman will find this toolchain
544 dest = os.path.join(home, '.buildman-toolchains')
571 # Make sure that it will be found by buildman
H A Dtest.py28 # Buildman settings file
102 """Test buildman
248 # The second line of errors[3] is a duplicate, so buildman will drop it
260 # The second line of errors[3] is a duplicate, so buildman will drop it
297 options.branch = 'test-buildman'
H A Dcmdline.py48 help='Path to buildman config file', default='')
74 help='Directory where all builds happen and buildman has its workspace (default is ../)')
H A Dbuilder.py35 Buildman works by keeping the machine as busy as possible, building different
59 The base directory used by buildman is normally '../<branch>', i.e.
67 Buildman also create working directories for each thread, in a .bm-work/
148 a previous run of buildman) is marked as failed, rebuild it.
162 incremental building, where buildman reconfigures on the first
164 the following commits. In fact buildman will reconfigure and
H A Dbuilderthread.py201 # directory (i.e. the current directory where buildman
/rk3399_rockchip-uboot/board/Barix/ipam390/
H A DREADME.ipam39034 run "tools/buildman/buildman -k ipam390" in the u-boot source tree.
74 $ tools/buildman/buildman -k ipam390
/rk3399_rockchip-uboot/doc/
H A DREADME.sha154 If you do a "buildman -k pcs440ep" or a "make all" to get the U-Boot image,
H A Dgit-mailrc139 alias buildman uboot, sjg
/rk3399_rockchip-uboot/tools/
H A Dgenboardscfg.py28 sys.path.append(os.path.join(os.path.dirname(__file__), 'buildman'))
H A Dmoveconfig.py111 the same tools as buildman, so see that tool for setup (e.g. --fetch-arch).
317 sys.path.append(os.path.join(os.path.dirname(__file__), 'buildman'))
/rk3399_rockchip-uboot/tools/binman/
H A DREADME535 - Consider making binman work with buildman, although if it is used in the