Home
last modified time | relevance | path

Searched refs:build (Results 1 – 25 of 2789) sorted by relevance

12345678910>>...112

/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/static/js/
H A Dmrbsection.js32 function getCached(build) { argument
33 return buildData[build.id] || {};
38 function buildFinished(build) { argument
39 var cached = getCached(build);
41 cached.state !== build.state &&
42 (build.state == 'Succeeded' || build.state == 'Failed' ||
43 build.state == 'Cancelled');
47 function stateChanged(build) { argument
48 var cached = getCached(build);
49 return (cached.state !== build.state);
[all …]
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/concurrencykit/concurrencykit/
H A D0001-build-Use-ilp32d-abi-on-riscv32-and-lp64d-on-rv64.patch4 Subject: [PATCH] build: Use ilp32d abi on riscv32 and lp64d on rv64
12 build/ck.build.riscv | 2 +-
13 build/ck.build.riscv64 | 2 +-
16 diff --git a/build/ck.build.riscv b/build/ck.build.riscv
18 --- a/build/ck.build.riscv
19 +++ b/build/ck.build.riscv
23 diff --git a/build/ck.build.riscv64 b/build/ck.build.riscv64
25 --- a/build/ck.build.riscv64
26 +++ b/build/ck.build.riscv64
/openbmc/openbmc/poky/bitbake/lib/toaster/tests/browser/
H A Dtest_most_recent_builds_states.py26 build = Build.objects.create(project=project, build_name='fakebuild',
29 return BuildRequest.objects.create(build=build, project=project,
43 build = build_request.build
44 base_selector = '[data-latest-build-result="%s"] ' % build.id
53 build.outcome = Build.IN_PROGRESS
54 build.recipes_to_parse = recipes_to_parse
55 build.recipes_parsed = 0
56 build.save()
66 bar_selector = '#recipes-parsed-percentage-bar-%s' % build.id
72 build.recipes_parsed = 5
[all …]
H A Dtest_builddashboard_page_artifacts.py32 def _get_build_dashboard(self, build): argument
36 url = reverse('builddashboard', args=(build.id,))
59 build = Build.objects.create(project=self.project,
62 Target.objects.create(is_image=False, build=build, task='',
65 self._get_build_dashboard(build)
84 build = Build.objects.create(project=self.project,
88 target = Target.objects.create(is_image=True, build=build,
99 self._get_build_dashboard(build)
140 build = Build.objects.create(project=self.project,
145 Variable.objects.create(build=build,
[all …]
/openbmc/openbmc/poky/meta/recipes-kernel/linux/
H A Dkernel-devsrc.bb42 rm -f $kerneldir/build
44 mkdir -p $kerneldir/build
54 # for on target purposes, we unify build and source
57 ln -s build source
63 cp --parents $(find -type f -name "Makefile*" -o -name "Kconfig*") $kerneldir/build
64 cp --parents $(find -type f -name "Build" -o -name "Build.include") $kerneldir/build
68 rm -rf $kerneldir/build/scripts
69 rm -rf $kerneldir/build/include
71 # now copy in parts from the build that we'll need later
76 cp Module.symvers $kerneldir/build
[all …]
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-core/plymouth/plymouth/
H A D0001-Drop-libdl-references.patch13 meson.build | 2 --
14 src/client/meson.build | 1 -
15 src/libply-splash-core/meson.build | 1 -
16 src/libply/meson.build | 1 -
19 diff --git a/meson.build b/meson.build
21 --- a/meson.build
22 +++ b/meson.build
32 diff --git a/src/client/meson.build b/src/client/meson.build
34 --- a/src/client/meson.build
35 +++ b/src/client/meson.build
[all …]
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/iftop/iftop/
H A Diftop-1.0-gcc10.patch2 GCC 10 related build failure due to global variables in a header file with omitted
5 Example build failure output:
6 …d: ui_common.o:/builddir/build/BUILD/iftop-1.0pre4/ui_common.h:36: multiple definition of `screen_…
7 …ld: ui_common.o:/builddir/build/BUILD/iftop-1.0pre4/ui_common.h:38: multiple definition of `peakto…
8 …ld: ui_common.o:/builddir/build/BUILD/iftop-1.0pre4/ui_common.h:38: multiple definition of `peakre…
9 …ld: ui_common.o:/builddir/build/BUILD/iftop-1.0pre4/ui_common.h:38: multiple definition of `peakse…
10 …/ld: ui_common.o:/builddir/build/BUILD/iftop-1.0pre4/ui_common.h:37: multiple definition of `total…
11 …d: ui_common.o:/builddir/build/BUILD/iftop-1.0pre4/ui_common.h:40: multiple definition of `screen_…
12 …: ui_common.o:/builddir/build/BUILD/iftop-1.0pre4/ui_common.h:41: multiple definition of `service_…
13 …r/bin/ld: ui.o:/builddir/build/BUILD/iftop-1.0pre4/ui_common.h:36: multiple definition of `screen_…
[all …]
/openbmc/openbmc-tools/ipkdbg/
H A Dipkdbg.in223 local build=$1
225 echo /${IPKDBG_CONF_MNT}/${IPKDBG_CONF_LOC}/${IPKDBG_CONF_ROOT}/${build}/"$component"
229 local build=$1
231 …${IPKDBG_CONF_HOST}/${IPKDBG_CONF_MNT}/${IPKDBG_CONF_LOC}/${IPKDBG_CONF_ROOT}/${build}/${component}
235 local build=$1
237 echo "${HOME}/.cache/ipkdbg/builds/${build}/${component}"
241 local build=$1
242 ipkdbg_build_gen_path $build bmc_ipk/opkg.conf
252 local build=$1
253 ipkdbg_build_gen_url $build bmc_ipk/opkg.conf
[all …]
/openbmc/openbmc/meta-openembedded/meta-gnome/recipes-gnome/libpeas/libpeas-1/
H A D0001-Remove-builddir-and-srcdir-paths-from-test-binaries.patch16 peas-demo/meson.build | 2 +-
17 tests/libpeas-gtk/testing/meson.build | 4 ++--
18 tests/libpeas/testing/meson.build | 4 ++--
19 tests/testing-util/meson.build | 4 ++--
22 diff --git a/peas-demo/meson.build b/peas-demo/meson.build
24 --- a/peas-demo/meson.build
25 +++ b/peas-demo/meson.build
35 diff --git a/tests/libpeas-gtk/testing/meson.build b/tests/libpeas-gtk/testing/meson.build
37 --- a/tests/libpeas-gtk/testing/meson.build
38 +++ b/tests/libpeas-gtk/testing/meson.build
[all …]
/openbmc/openbmc/poky/meta/recipes-devtools/subversion/
H A Dsubversion_1.14.5.bb50 cp -f ${STAGING_DATADIR}/aclocal/libtool.m4 ${STAGING_DATADIR}/aclocal/lt*.m4 ${S}/build/
53build/build/tmp/work/x86_64-linux/subversion-native/1.8.9-r0/build/subversion/libsvn_ra_local/libs…
55 …n `/home/pokybuild/yocto-autobuilder/yocto-worker/nightly-qa-logrotate/build/build/tmp/sysroots/x8…
56 …/yocto-worker/nightly-qa-logrotate/build/build/tmp/work/x86_64-linux/subversion-native/1.8.9-r0/su…
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/libcanberra/files/
H A D0001-remove-dropped-templates.patch16 -DOC_STAMPS=setup-build.stamp scan-build.stamp tmpl-build.stamp sgml-build.stamp \
17 +DOC_STAMPS=setup-build.stamp scan-build.stamp sgml-build.stamp \
18 html-build.stamp pdf-build.stamp \
25 …-decl.txt $(SCANOBJ_FILES) $(DOC_MODULE)-sections.txt $(DOC_MODULE)-overrides.txt: scan-build.stamp
30 -tmpl-build.stamp: setup-build.stamp $(DOC_MODULE)-decl.txt $(SCANOBJ_FILES) $(DOC_MODULE)-sections…
38 - @touch tmpl-build.stamp
40 -tmpl.stamp: tmpl-build.stamp
48 -sgml-build.stamp: tmpl.stamp $(DOC_MODULE)-sections.txt $(srcdir)/tmpl/*.sgml $(expand_content_fil…
49 +sgml-build.stamp: $(DOC_MODULE)-sections.txt $(srcdir)/tmpl/*.sgml $(expand_content_files)
/openbmc/openbmc/poky/meta/recipes-devtools/libtool/
H A Dlibtool-cross_2.5.4.bb27 …GREP='/bin/grep' SED='sed' ${S}/build-aux/inline-source libtoolize > ${D}${bindir_crossscripts}/li…
29 install -d ${D}${target_datadir}/libtool/build-aux/
31 install -c ${S}/build-aux/compile ${D}${target_datadir}/libtool/build-aux/
32 install -c ${S}/build-aux/config.guess ${D}${target_datadir}/libtool/build-aux/
33 install -c ${S}/build-aux/config.sub ${D}${target_datadir}/libtool/build-aux/
34 install -c ${S}/build-aux/depcomp ${D}${target_datadir}/libtool/build-aux/
35 install -c ${S}/build-aux/install-sh ${D}${target_datadir}/libtool/build-aux/
36 install -c ${S}/build-aux/missing ${D}${target_datadir}/libtool/build-aux/
37 install -c -m 0644 ${S}/build-aux/ltmain.sh ${D}${target_datadir}/libtool/build-aux/
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/colord/colord/
H A D0001-Run-native-cd_idt8-cd_create_profile.patch13 data/cmf/meson.build | 2 +-
14 data/illuminant/meson.build | 2 +-
15 data/profiles/meson.build | 2 +-
18 diff --git a/data/cmf/meson.build b/data/cmf/meson.build
20 --- a/data/cmf/meson.build
21 +++ b/data/cmf/meson.build
31 diff --git a/data/illuminant/meson.build b/data/illuminant/meson.build
33 --- a/data/illuminant/meson.build
34 +++ b/data/illuminant/meson.build
44 diff --git a/data/profiles/meson.build b/data/profiles/meson.build
[all …]
/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-lief/
H A D0001-build-requirements.txt-Allow-newer-versions.patch4 Subject: [PATCH] build-requirements.txt: Allow newer versions
12 api/python/build-requirements.txt | 14 +++++++-------
15 --- a/api/python/build-requirements.txt
16 +++ b/api/python/build-requirements.txt
19 -scikit-build-core==0.11.1
21 +scikit-build-core>=0.11.1
28 # Implicit from scikit-build-core
30 -build==1.2.1
33 +build>=1.2.1
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/wxwidgets/wxwidgets/
H A D0003-create-links-with-relative-path.patch6 It fails to build python3-wxgtk4 which depends on wxwidgets:
9 absolute path symlink /path/to/build/tmp-glibc/work/x86_64-linux
10 /wxwidgets-native/3.2.1-r0/sysroot-destdir/path/to/build/tmp-glibc/work
12 pointing at /path/to/build/tmp-glibc/work/x86_64-linux/wxwidgets-native/3.2.1-r0
16 absolute path symlink /path/to/build/tmp-glibc/work/x86_64-linux/wxwidgets-native
17 /3.2.1-r0/sysroot-destdir/path/to/build/tmp-glibc/work/x86_64-linux/wxwidgets-native
18 /3.2.1-r0/recipe-sysroot-native/usr/bin/wxrc pointing at /path/to/build/tmp-glibc
28 build/cmake/install.cmake | 2 +-
29 build/cmake/utils/CMakeLists.txt | 2 +-
32 diff --git a/build/cmake/install.cmake b/build/cmake/install.cmake
[all …]
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-security/nmap/files/
H A D0001-fix-racing-between-build-ncat-and-build-lua.patch4 Subject: [PATCH] fix racing between build-ncat and build-lua
6 There are two build-lua rules, one in Makefile.in, another in
7 ncat/Makefile.in which is required by build-ncat
14 make[1]: Entering directory 'path-to/build/tmp/work/corei7-32-wrsmllib32-linux/lib32-nmap/7.95/nmap…
16 make[2]: Entering directory 'path-to/build/tmp/work/corei7-32-wrsmllib32-linux/lib32-nmap/7.95/nmap…
22 Explicitly make build-ncat depends on build-lua to avoid racing,
44 @@ -159,7 +159,7 @@ build-netutil: libnetutil/Makefile
48 -build-ncat: $(NCATDIR)/Makefile build-nbase build-nsock $(NCATDIR)/ncat.h @PCAP_BUILD@
49 +build-ncat: $(NCATDIR)/Makefile build-nbase build-nsock build-lua $(NCATDIR)/ncat.h @PCAP_BUILD@
52 build-lua: $(LIBLUADIR)/Makefile
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-security/nmap/nmap-7.92/
H A D0005-fix-racing-between-build-ncat-and-build-lua.patch4 Subject: [PATCH] fix racing between build-ncat and build-lua
6 There are two build-lua rules, one in Makefile.in, another in
7 ncat/Makefile.in which is required by build-ncat
14 make[1]: Entering directory 'path-to/build/tmp/work/corei7-32-wrsmllib32-linux/lib32-nmap/7.95/nmap…
16 make[2]: Entering directory 'path-to/build/tmp/work/corei7-32-wrsmllib32-linux/lib32-nmap/7.95/nmap…
22 Explicitly make build-ncat depends on build-lua to avoid racing,
44 @@ -159,7 +159,7 @@ build-netutil: libnetutil/Makefile
48 -build-ncat: $(NCATDIR)/Makefile build-nbase build-nsock $(NCATDIR)/ncat.h @PCAP_BUILD@
49 +build-ncat: $(NCATDIR)/Makefile build-nbase build-nsock build-lua $(NCATDIR)/ncat.h @PCAP_BUILD@
52 build-lua: $(LIBLUADIR)/Makefile
/openbmc/openbmc-build-scripts/jenkins/
H A DREADME.md8 | CI-MISC/ci-build-seed | jenkins/build-seed | |
10 | CI-MISC/ci-openbmc-build-scripts | jenkins/run-build-script-ci | |
15 | ci-openbmc | build-setup.sh | |
17 | latest-build-script-changes | scripts/get_unit_test_report.py | |
18 | latest-master | build-setup.sh | |
19 | latest-master-sdk | build-setup.sh | |
20 | latest-qemu-ppc64le | qemu-build.sh | |
21 | latest-qemu-x86 | qemu-build.sh | |
23 | release-tag | build-setup.sh | |
/openbmc/openbmc/meta-openembedded/meta-gnome/recipes-gnome/gnome-control-center/gnome-control-center/
H A D0001-Add-meson-option-to-pass-sysroot.patch11 panels/background/meson.build | 2 +-
12 panels/system/meson.build | 2 +-
21 …option('deprecated-declarations', type: 'feature', value: 'disabled', description: 'build with dep…
22 option('documentation', type: 'boolean', value: false, description: 'build documentation')
23 …option('location-services', type: 'feature', value: 'enabled', description: 'build with location s…
24 diff --git a/panels/background/meson.build b/panels/background/meson.build
26 --- a/panels/background/meson.build
27 +++ b/panels/background/meson.build
37 diff --git a/panels/system/meson.build b/panels/system/meson.build
39 --- a/panels/system/meson.build
[all …]
/openbmc/openbmc/meta-openembedded/meta-gnome/recipes-gnome/gnome-bluetooth/gnome-bluetooth3/
H A D0001-build-Fix-build-for-newer-versions-of-meson.patch4 Subject: [PATCH] build: Fix build for newer versions of meson
6 sendto/meson.build:24:5: ERROR: Function does not take positional arguments.
11 sendto/meson.build | 1 -
14 diff --git a/sendto/meson.build b/sendto/meson.build
16 --- a/sendto/meson.build
17 +++ b/sendto/meson.build
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/heaptrack/
H A Dheaptrack_1.2.0.bb39 # Change Dir: '/OE/lge/build/webos/styhead/BUILD/work/raspberrypi4_64-webos-linux/heaptrack…
42build/webos/styhead/BUILD/work/raspberrypi4_64-webos-linux/heaptrack/1.2.0/recipe-sysroot-native/u…
44build/webos/styhead/BUILD/work/raspberrypi4_64-webos-linux/heaptrack/1.2.0/recipe-sysroot-native/u…
58 # ninja: build stopped: subcommand failed.
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/php/php/
H A D0001-configure.ac-don-t-include-build-libtool.m4.patch4 Subject: [PATCH 1/5] configure.ac: don't include build/libtool.m4
6 we delete build/libtool.m4 before do_configure,
24 m4_include([build/ax_check_compile_flag.m4])
25 m4_include([build/ax_func_which_gethostbyname_r.m4])
26 m4_include([build/ax_gcc_func_attribute.m4])
27 -m4_include([build/libtool.m4])
28 m4_include([build/php_cxx_compile_stdcxx.m4])
29 m4_include([build/php.m4])
30 m4_include([build/pkg.m4])
/openbmc/openbmc/meta-openembedded/meta-filesystems/recipes-filesystems/zfs/zfs/
H A Daaf28a4630af60496c9d33db1d06a7d7d8983422.patch8 /mnt/b/yoe/master/build/tmp/work/imx8qm_var_som-yoe-linux/zfs/2.1.9-r0/build/../zfs-2.1.9/module/zf…
11 /mnt/b/yoe/master/build/tmp/work/imx8qm_var_som-yoe-linux/zfs/2.1.9-r0/build/../zfs-2.1.9/module/zf…
14 /mnt/b/yoe/master/build/tmp/work/imx8qm_var_som-yoe-linux/zfs/2.1.9-r0/build/../zfs-2.1.9/module/zf…
17 /mnt/b/yoe/master/build/tmp/work/imx8qm_var_som-yoe-linux/zfs/2.1.9-r0/build/../zfs-2.1.9/module/zf…
20 /mnt/b/yoe/master/build/tmp/work/imx8qm_var_som-yoe-linux/zfs/2.1.9-r0/build/../zfs-2.1.9/module/zf…
23 /mnt/b/yoe/master/build/tmp/work/imx8qm_var_som-yoe-linux/zfs/2.1.9-r0/build/../zfs-2.1.9/module/zf…
26 /mnt/b/yoe/master/build/tmp/work/imx8qm_var_som-yoe-linux/zfs/2.1.9-r0/build/../zfs-2.1.9/module/zf…
29 /mnt/b/yoe/master/build/tmp/work/imx8qm_var_som-yoe-linux/zfs/2.1.9-r0/build/../zfs-2.1.9/module/zf…
32 /mnt/b/yoe/master/build/tmp/work/imx8qm_var_som-yoe-linux/zfs/2.1.9-r0/build/../zfs-2.1.9/module/zf…
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-benchmark/lmbench/lmbench/
H A D0002-build-Adjust-CFLAGS-LDFLAGS-to-append-values-passed-.patch4 Subject: [PATCH] build: Adjust CFLAGS/LDFLAGS to append values passed from env
14 scripts/build | 2 +-
18 diff --git a/scripts/build b/scripts/build
20 --- a/scripts/build
21 +++ b/scripts/build
39 - @env CFLAGS=-O MAKE="$(MAKE)" MAKEFLAGS="$(MAKEFLAGS)" CC="$(CC)" OS="$(OS)" ../scripts/build all
40 - -@env CFLAGS=-O MAKE="$(MAKE)" MAKEFLAGS="k$(MAKEFLAGS)" CC="$(CC)" OS="$(OS)" ../scripts/build o…
41 + @env CFLAGS+=-O MAKE="$(MAKE)" MAKEFLAGS="$(MAKEFLAGS)" CC="$(CC)" OS="$(OS)" ../scripts/build all
42 + -@env CFLAGS+=-O MAKE="$(MAKE)" MAKEFLAGS="k$(MAKEFLAGS)" CC="$(CC)" OS="$(OS)" ../scripts/build
50 - @env CFLAGS=-O MAKE="$(MAKE)" MAKEFLAGS="$(MAKEFLAGS)" CC="${CC}" OS="${OS}" ../scripts/build in…
[all …]
/openbmc/openbmc/meta-openembedded/meta-gnome/recipes-gnome/tracker/localsearch/
H A D0001-fix-reproducibility.patch15 meson.build | 8 ++++----
17 src/miners/fs/meson.build | 4 ++--
18 src/tracker-extract/meson.build | 2 +-
19 tests/tracker-miner-fs/meson.build | 2 +-
22 diff --git a/meson.build b/meson.build
24 --- a/meson.build
25 +++ b/meson.build
77 diff --git a/src/miners/fs/meson.build b/src/miners/fs/meson.build
79 --- a/src/indexer/meson.build
80 +++ b/src/indexer/meson.build
[all …]

12345678910>>...112