Home
last modified time | relevance | path

Searched refs:Builder (Results 1 – 13 of 13) sorted by relevance

/openbmc/openbmc/poky/meta/recipes-devtools/go/go/
H A D0001-cmd-go-make-content-based-hash-generation-less-pedan.patch51 @@ -232,6 +232,8 @@ func (b *Builder) Do(ctx context.Context, root *Action) {
58 func (b *Builder) buildActionID(a *Action) cache.ActionID {
60 @@ -253,7 +255,7 @@ func (b *Builder) buildActionID(a *Action) cache.ActionID {
69 @@ -285,9 +287,9 @@ func (b *Builder) buildActionID(a *Action) cache.ActionID {
81 @@ -295,14 +297,14 @@ func (b *Builder) buildActionID(a *Action) cache.ActionID {
98 @@ -319,7 +321,7 @@ func (b *Builder) buildActionID(a *Action) cache.ActionID {
129 -func (b *Builder) CFlags(p *load.Package) (cppflags, cflags, cxxflags, fflags, ldflags []string, e…
130 +func (b *Builder) CFlags(p *load.Package, filtered bool) (cppflags, cflags, cxxflags, fflags, ldfl…
134 @@ -2696,6 +2715,13 @@ func (b *Builder) CFlags(p *load.Package) (cppflags, cflags, cxxflags, fflag…
148 @@ -2713,7 +2739,7 @@ func (b *Builder) cgo(a *Action, cgoExe, objdir string, pcCFLAGS, pcLDFLAGS, …
[all …]
H A D0007-exec.go-filter-out-build-specific-paths-from-linker-.patch21 @@ -1401,6 +1401,29 @@ func (b *Builder) linkActionID(a *Action) cache.ActionID {
50 func (b *Builder) printLinkerConfig(h io.Writer, p *load.Package) {
51 @@ -1411,7 +1434,7 @@ func (b *Builder) printLinkerConfig(h io.Writer, p *load.Package) {
H A D0006-cmd-go-make-GOROOT-precious-by-default.patch35 @@ -754,6 +754,9 @@ func (b *Builder) addTransitiveLinkDeps(a, a1 *Action, shlib string) {
73 @@ -544,6 +544,23 @@ func (b *Builder) build(ctx context.Context, a *Action) (err error) {
97 @@ -1737,6 +1754,14 @@ func (b *Builder) linkShared(ctx context.Context, a *Action) (err error) {
/openbmc/openbmc/poky/meta/recipes-support/serf/serf/
H A D0002-SConstruct-Fix-path-quoting-for-.def-generator.patch23 - Builder(action = sys.executable + ' build/gen_def.py $SOURCES > $TARGET',
24 + Builder(action = '"%s" "%s" $SOURCES > $TARGET' % (sys.executable, gen_def_script,),
H A D0003-gen_def.patch27 Builder(action = '"%s" "%s" $SOURCES > $TARGET' % (sys.executable, gen_def_script,),
/openbmc/u-boot/tools/buildman/
H A Dtest.py193 build = builder.Builder(self.toolchains, base_dir, None, 1, 2,
414 build = builder.Builder(self.toolchains, BASE_DIR, None, 1, 2,
424 build = builder.Builder(self.toolchains, BASE_DIR, None, 1, 2,
431 build = builder.Builder(self.toolchains, BASE_DIR, None, 1, 2,
H A Dcontrol.py12 from builder import Builder
292 builder = Builder(toolchains, output_dir, options.git_dir,
H A Dbuilder.py139 class Builder: class
728 return Builder.Outcome(rc, err_lines, sizes, func_sizes, config,
731 return Builder.Outcome(OUTCOME_UNKNOWN, [], {}, {}, {}, {})
876 self._base_board_dict[board] = Builder.Outcome(0, [], [], {}, {},
/openbmc/linux/drivers/soc/litex/
H A DKconfig3 menu "Enable LiteX SoC Builder specific drivers"
/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-scikit-build-core/
H A D0001-builder.py-Check-PYTHON_INCLUDE_DIR.patch21 @@ -203,7 +203,7 @@ class Builder:
/openbmc/openbmc/meta-openembedded/meta-perl/recipes-perl/libtest/
H A Dlibtest-deep-perl_1.204.bb4 preceding. Test::Deep uses the Test::Builder framework. \
/openbmc/linux/arch/nios2/platform/
H A DKconfig.platform113 Number of the instruction as configured in QSYS Builder.
/openbmc/openbmc/poky/scripts/
H A Doe-pkgdata-browser106 builder = Gtk.Builder()