/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/static/js/ |
H A D | mrbsection.js | 32 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/poky/meta/recipes-kernel/linux/ |
H A D | kernel-devsrc.bb | 42 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/poky/bitbake/lib/toaster/tests/browser/ |
H A D | test_most_recent_builds_states.py | 26 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 D | test_builddashboard_page_artifacts.py | 32 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/meta-openembedded/meta-oe/recipes-devtools/concurrencykit/concurrencykit/ |
H A D | 0001-build-Use-ilp32d-abi-on-riscv32-and-lp64d-on-rv64.patch | 4 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/meta/recipes-support/apr/apr-util/ |
H A D | configure_fixes.patch | 9 AC_CONFIG_AUX_DIR(build) 11 -sinclude(build/apu-conf.m4) 12 -sinclude(build/apu-iconv.m4) 13 -sinclude(build/apu-hints.m4) 14 -sinclude(build/apr_common.m4) 15 -sinclude(build/find_apr.m4) 16 -sinclude(build/crypto.m4) 17 -sinclude(build/dbm.m4) 18 -sinclude(build/dbd.m4) 19 -sinclude(build/dso.m4) [all …]
|
/openbmc/openbmc/poky/meta/recipes-devtools/subversion/ |
H A D | subversion_1.14.4.bb |
|
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/iftop/iftop/ |
H A D | iftop-1.0-gcc10.patch | 2 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/meta-openembedded/meta-oe/recipes-core/plymouth/plymouth/ |
H A D | 0001-Drop-libdl-references.patch | 13 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-tools/ipkdbg/ |
H A D | ipkdbg.in | 223 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-oe/recipes-gnome/libpeas/libpeas/ |
H A D | 0001-Remove-builddir-and-srcdir-paths-from-test-binaries.patch |
|
/openbmc/linux/tools/build/Documentation/ |
H A D | Build.txt | 4 The perf build framework was adopted from the kernel build system, hence the 8 directories to nest for specific target to be build. 10 Unlike the kernel we don't have a single build object 'obj-y' list that where 12 carry a sources list for multiple build objects. 18 The build framework consists of 2 Makefiles: 21 Makefile.build 24 'Makefile.build' file is the makefile used from the outside. It's 27 $ make -f tools/build/Makefile.build srctree=$(KSRC) dir=$(DIR) obj=$(OBJECT) 33 OBJECT - is the name of the build object 47 the build to nested directories. [all …]
|
/openbmc/linux/scripts/package/debian/ |
H A D | rules | 15 binary-indep: build-indep 16 binary-arch: build-arch 21 .PHONY: build build-indep build-arch 22 build: build-arch build-indep target 23 build-indep: 24 build-arch: 27 $(shell $(srctree)/scripts/package/deb-build-option) \
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/libcanberra/files/ |
H A D | 0001-remove-dropped-templates.patch | 16 -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 D | libtool-cross_2.5.4.bb | 27 …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/poky/meta/recipes-graphics/mesa/files/ |
H A D | 0001-freedreno-don-t-encode-build-path-into-binaries.patch | 4 Subject: [PATCH] freedreno: don't encode build path into binaries 6 Encoding build-specific path into installed binaries is generally 7 frowned upon. It harms the reproducibility of the build and e.g. 16 src/freedreno/afuc/meson.build | 4 ++++ 17 src/freedreno/decode/meson.build | 4 +++- 18 src/freedreno/meson.build | 2 +- 21 diff --git a/src/freedreno/afuc/meson.build b/src/freedreno/afuc/meson.build 23 --- a/src/freedreno/afuc/meson.build 24 +++ b/src/freedreno/afuc/meson.build 41 diff --git a/src/freedreno/decode/meson.build b/src/freedreno/decode/meson.build [all …]
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/heaptrack/ |
H A D | heaptrack_1.2.0.bb | 39 # Change Dir: '/OE/lge/build/webos/styhead/BUILD/work/raspberrypi4_64-webos-linux/heaptrack… 42 …build/webos/styhead/BUILD/work/raspberrypi4_64-webos-linux/heaptrack/1.2.0/recipe-sysroot-native/u… 44 …build/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-support/colord/colord/ |
H A D | 0001-Run-native-cd_idt8-cd_create_profile.patch | 13 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-oe/recipes-extended/wxwidgets/wxwidgets/ |
H A D | 0003-create-links-with-relative-path.patch | 6 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/linux/tools/perf/Documentation/ |
H A D | Build.txt | 2 1) perf build 4 The perf build process consists of several separated building blocks, 11 Several makefiles govern the perf build: 18 main makefile that triggers build of all perf objects including 21 - tools/build/Makefile.build 22 main makefile of the build framework 24 - tools/build/Build.include 25 build framework generic definitions 28 makefiles that defines build objects 30 Please refer to tools/build/Documentation/Build.txt for more [all …]
|
/openbmc/openbmc/poky/documentation/ref-manual/ |
H A D | structure.rst | 20 The OpenEmbedded build system does not support file or directory 52 .. _structure-core-build: 54 ``build/`` 58 generated by the OpenEmbedded build system in its standard configuration 60 is created initially when you ``source`` the OpenEmbedded build environment 67 (commonly described as an "out of tree" build), see the 70 See the ":ref:`The Build Directory --- build/ <structure-build>`" section for details 117 OpenEmbedded selftests to verify the behavior of the build system. You 144 ``oe-init-build-env`` 147 This script sets up the OpenEmbedded build environment. Running this [all …]
|
/openbmc/linux/Documentation/bpf/libbpf/ |
H A D | libbpf_build.rst | 11 If using pkg-config at build time is not desired, it can be disabled by 14 To build both static libbpf.a and shared libbpf.so: 21 To build only static libbpf.a library in directory build/ and install them 27 $ mkdir build root 28 $ BUILD_STATIC_ONLY=y OBJDIR=build DESTDIR=root make install 30 To build both static libbpf.a and shared libbpf.so against a custom libelf 31 dependency installed in /build/root/ and install them together with libbpf 32 headers in a build directory /build/root/: 37 $ PKG_CONFIG_PATH=/build/root/lib64/pkgconfig DESTDIR=/build/root make
|
/openbmc/openbmc/meta-openembedded/meta-filesystems/recipes-filesystems/zfs/zfs/ |
H A D | aaf28a4630af60496c9d33db1d06a7d7d8983422.patch | 8 /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 D | 0002-build-Adjust-CFLAGS-LDFLAGS-to-append-values-passed-.patch | 4 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/gnome-control-center/gnome-control-center/ |
H A D | 0001-Add-meson-option-to-pass-sysroot.patch | 11 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 …]
|