/openbmc/openbmc/poky/meta/recipes-devtools/go/go/ |
H A D | 0001-cmd-go-make-content-based-hash-generation-less-pedan.patch | 51 @@ -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 D | 0007-exec.go-filter-out-build-specific-paths-from-linker-.patch | 21 @@ -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 D | 0006-cmd-go-make-GOROOT-precious-by-default.patch | 35 @@ -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 D | 0002-SConstruct-Fix-path-quoting-for-.def-generator.patch | 23 - Builder(action = sys.executable + ' build/gen_def.py $SOURCES > $TARGET', 24 + Builder(action = '"%s" "%s" $SOURCES > $TARGET' % (sys.executable, gen_def_script,),
|
H A D | 0003-gen_def.patch | 27 Builder(action = '"%s" "%s" $SOURCES > $TARGET' % (sys.executable, gen_def_script,),
|
/openbmc/u-boot/tools/buildman/ |
H A D | test.py | 193 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 D | control.py | 12 from builder import Builder 292 builder = Builder(toolchains, output_dir, options.git_dir,
|
H A D | builder.py | 139 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 D | Kconfig | 3 menu "Enable LiteX SoC Builder specific drivers"
|
/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-scikit-build-core/ |
H A D | 0001-builder.py-Check-PYTHON_INCLUDE_DIR.patch | 21 @@ -203,7 +203,7 @@ class Builder:
|
/openbmc/openbmc/meta-openembedded/meta-perl/recipes-perl/libtest/ |
H A D | libtest-deep-perl_1.204.bb | 4 preceding. Test::Deep uses the Test::Builder framework. \
|
/openbmc/linux/arch/nios2/platform/ |
H A D | Kconfig.platform | 113 Number of the instruction as configured in QSYS Builder.
|
/openbmc/openbmc/poky/scripts/ |
H A D | oe-pkgdata-browser | 106 builder = Gtk.Builder()
|