Home
last modified time | relevance | path

Searched +full:built +full:- +full:in (Results 1 – 25 of 934) sorted by relevance

12345678910>>...38

/openbmc/openbmc/poky/meta/lib/oeqa/selftest/cases/
H A Dincompatible_lic.py4 # SPDX-License-Identifier: MIT
17 result = bitbake('%s --dry-run' % (pn), ignore_status=True)
18 if error_msg not in result.output:
21 # Verify that a package with an SPDX license cannot be built when
22 # INCOMPATIBLE_LICENSE contains an alias (in SPDXLICENSEMAP) of this SPDX
25 …self.lic_test('incompatible-license', 'GPL-3.0-only', 'GPLv3', "is an obsolete license, please use…
27 # Verify that a package with an SPDX license cannot be built when
31 …self.lic_test('incompatible-license', 'GPL-3.0-only', '*GPLv3', "*GPLv3 is an invalid license wild…
34 # license cannot be built when INCOMPATIBLE_LICENSE contains this alias
36 …self.lic_test('incompatible-license-alias', 'GPL-3.0-only', 'GPLv3', "is an obsolete license, plea…
[all …]
/openbmc/openbmc/poky/meta/recipes-devtools/gcc/gcc/
H A D0004-Pass-CXXFLAGS_FOR_BUILD-in-a-couple-of-places-to-avo.patch4 Subject: [PATCH] Pass CXXFLAGS_FOR_BUILD in a couple of places to avoid these
7 …hing unsupported by the build CXX, we see build failures (e.g. using -fmacro-prefix-map for the ta…
9 2021-10-28 Richard Purdie <richard.purdie@linuxfoundation.org>
13 * Makefile.in: Regenerate.
16 Upstream-Status: Submitted [https://gcc.gnu.org/pipermail/gcc-patches/2023-February/612560.html]
18 Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
19 Signed-off-by: Khem Raj <raj.khem@gmail.com>
20 ---
21 Makefile.in | 2 ++
25 diff --git a/Makefile.in b/Makefile.in
[all …]
/openbmc/libcper/include/libcper/
H A DBaseTypes.h6 Copyright (c) 2006 - 2018, Intel Corporation. All rights reserved.<BR>
7 SPDX-License-Identifier: BSD-2-Clause-Patent
22 /// 8-byte unsigned value
26 /// 8-byte signed value
30 /// 4-byte unsigned value
34 /// 4-byte signed value
38 /// 2-byte unsigned value
42 /// 2-byte Character. Unless otherwise specified all strings are stored in the
43 /// UTF-16 encoding format as defined by Unicode 2.1 and ISO/IEC 10646 standards.
47 /// 2-byte signed value
[all …]
/openbmc/openbmc/poky/meta/classes/
H A Dbuildstats-summary.bbclass4 # SPDX-License-Identifier: MIT
17 built = collections.defaultdict(lambda: [set(), set()])
18 for pf in os.listdir(bsdir):
24 for t in sstatetasks:
25 no_sstate, sstate = built[t]
26 if t in tasks:
28 elif t + '_setscene' in tasks:
32 for t in sstatetasks:
33 no_sstate, sstate = built[t]
/openbmc/openbmc/poky/meta/recipes-core/util-linux/util-linux/
H A D0001-tests-ts-kill-decode-avoid-using-shell-built-in-kill.patch4 Subject: [PATCH] tests/ts/kill/decode: avoid using shell built-in kill command
7 using shell built-in kill command.
9 Signed-off-by: Chen Qi <Qi.Chen@windriver.com>
11 Upstream-Status: Backport [https://github.com/util-linux/util-linux/commit/d2eeccf36542d506b660641a…
13 Signed-off-by: Chen Qi <Qi.Chen@windriver.com>
14 ---
18 diff --git a/tests/ts/kill/decode b/tests/ts/kill/decode
20 --- a/tests/ts/kill/decode
22 @@ -18,6 +18,11 @@ TS_DESC="decode functions"
26 +# make sure we do not use shell built-in command
[all …]
/openbmc/qemu/pc-bios/
H A DREADME1 - SeaBIOS (bios.bin) is the successor of pc bios.
4 - The VGA BIOS and the Cirrus VGA BIOS come from the LGPL VGA bios
7 - OpenBIOS (http://www.openbios.org/) is a free (GPL v2) portable
9 1275-1994 (referred to as Open Firmware) compliant firmware.
11 Sparc32 (including QEMU,tcx.bin and QEMU,cgthree.bin) and Sparc64 are built
14 - SLOF (Slimline Open Firmware) is a free IEEE 1275 Open Firmware
16 https://gitlab.com/slof/slof, and the image currently in qemu is
17 built from git tag qemu-slof-20241106.
19 - VOF (Virtual Open Firmware) is a minimalistic firmware to work with
20 -machine pseries,x-vof=on. When enabled, the firmware acts as a slim shim and
[all …]
/openbmc/openbmc/meta-openembedded/meta-webserver/
H A DREADME.md1 meta-webserver
4 This layer provides support for building web servers, web-based
10 ------------
14 URI: git://git.openembedded.org/openembedded-core
18 For some recipes, the meta-oe layer is required:
20 URI: git://git.openembedded.org/meta-openembedded
21 subdirectory: meta-oe
27 ------
29 * recipes-httpd/ Web servers
30 * recipes-php/ PHP applications
[all …]
/openbmc/openbmc/poky/documentation/dev-manual/
H A Dprebuilt-libraries.rst1 .. SPDX-License-Identifier: CC-BY-SA-2.0-UK
3 Working with Pre-Built Libraries
10 release pre-built binaries. When shared libraries are built, they should
12 <https://tldp.org/HOWTO/Program-Library-HOWTO/shared-libraries.html>`__
20 running ``readelf -d filename | grep SONAME``.
23 pre-built libraries.
28 In this example we work with pre-built libraries for the FT4222H USB I/O chip.
29 Libraries are built for several target architecture variants and packaged in
32 ├── build-arm-hisiv300
34 ├── build-arm-v5-sf
[all …]
H A Dmulticonfig.rst1 .. SPDX-License-Identifier: CC-BY-SA-2.0-UK
8 different configuration (multiple configuration builds). The builds, in
13 and how to account for cross-build dependencies between the
20 target's configuration separately using a parallel :term:`configuration file` in
23 multiple configuration builds in your ``local.conf`` file.
27 - *Create Separate Configuration Files*: You need to create a single
43 :term:`MACHINE`: "qemux86" built for two distributions such as "poky" and
44 "poky-lsb". In this case, you would need to use two different :term:`TMPDIR`.
46 In the general case, using separate :term:`TMPDIR` for the different
50 They must reside in the current :term:`Build Directory` in a sub-directory of
[all …]
/openbmc/openbmc/poky/meta/classes-recipe/
H A Dperl-version.bbclass4 # SPDX-License-Identifier: MIT
11 # perl is built (from None to real version in config.sh).
23 for s in l:
32 # perl is built (from None to real version in config.sh).
43 for s in l:
49 # Determine the staged arch of perl-native from the perl configuration file
51 # perl is built (from None to real version in config.sh).
62 for s in l:
H A Dmanpages.bbclass4 # SPDX-License-Identifier: MIT
8 # depending on whether 'api-documentation' is in DISTRO_FEATURES. Such building
9 # tends to pull in the entire XML stack and other tools, so it's not enabled
11 PACKAGECONFIG:append:class-target = " ${@bb.utils.contains('DISTRO_FEATURES', 'api-documentation', …
13 PACKAGE_WRITE_DEPS += "${@bb.utils.contains('DISTRO_FEATURES', 'api-documentation', 'qemuwrapper-cr…
15 # usually manual files are packaged to ${PN}-doc except man-pages
16 MAN_PKG ?= "${PN}-doc"
18 # only add man-db to RDEPENDS when manual files are built and installed
19 RDEPENDS:${MAN_PKG} += "${@bb.utils.contains('PACKAGECONFIG', 'manpages', 'man-db', '', d)}"
22 # only update manual page index caches when manual files are built and installed
[all …]
/openbmc/openbmc/meta-arm/meta-arm-toolchain/
H A DREADME.md1 meta-arm-toolchain Yocto Layer
6 Information regarding contributing, reporting bugs, etc can be found in the
7 top-level meta-arm readme file.
9 Pre-built Arm toolchain for bare-metal development
10 --------------------------------------------------
12 Recipes for pre-built GNU Arm toolchain for bare-metal development are provided
13 under ``recipes-devtools/external-arm-toolchain/``.
15 gcc-arm-none-eabi_<version>.bb
18 This recipe provides support for pre-built GNU Arm Embedded toolchain for
19 bare-metal software development on devices based on 32-bit Arm Cortex-A,
[all …]
/openbmc/openbmc/poky/documentation/sdk-manual/
H A Dappendix-obtain.rst1 .. SPDX-License-Identifier: CC-BY-SA-2.0-UK
7 Working with the SDK components directly in a Yocto build
11 ":ref:`sdk-manual/extensible:Setting up the Extensible SDK environment directly in a Yocto build`"
14 machine, or a well-functioning sstate cache infrastructure is required:
15 otherwise significant time could be spent waiting for components to be built
21 Locating Pre-Built SDK Installers
22 ---------------------------------
24 You can use existing, pre-built toolchains by locating and running an
26 method, you select and download an architecture-specific SDK installer
27 and then run the script to hand-install the toolchain.
[all …]
/openbmc/openbmc/poky/meta/lib/oeqa/manual/
H A Dbuild-appliance.json4 … "@alias": "build-appliance.build-appliance.Build_core-image-minimal_with_build-appliance-image",
21 …"action": "Build qemux86 core-image-minimal using bitbake command line in the build-appliance-imag…
25 "action": "Launch the image just built using runqemu. ",
26 "expected_results": "core-image-minimal should build and boot. "
29 "summary": "Build_core-image-minimal_with_build-appliance-image"
34 "@alias": "build-appliance.build-appliance.Build_a_image_without_error_(added_recipe)",
44 … "expected_results": "User could build a image without error and the added package is in the image"
47 "action": "Set \"Machine\" in conf/local.conf, for example, qemuarm",
51 …all a new package to the image, for example, acpid. Set the following line in conf/local.conf: IMA…
55 … "action": "Build a image using bitbake command line, for example, bitbake core-image-minimal",
[all …]
/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/
H A Dpython3-tox_4.26.0.bb1 # SPDX-License-Identifier: MIT
2 # Copyright (C) 2023 iris-GmbH infrared & intelligent sensors
4 SUMMARY = "Automate and standardize testing in Python. It is part of a larger vision of easing the …
15 python3-hatch-vcs-native \
19 python3-cachetools \
20 python3-chardet \
21 python3-colorama \
22 python3-filelock \
23 python3-packaging \
24 python3-platformdirs \
[all …]
/openbmc/openbmc/poky/meta-yocto-bsp/lib/oeqa/selftest/cases/
H A Dsystemd_boot.py11 Summary: Check if systemd-boot images can be built correctly
12 …Expected: 1. File systemd-boot.efi should be available in $poky/build/tmp/deploy/images/generic…
13 2. 'systemd-boot" can be built correctly
14 Product: oe-core
19 # Set EFI_PROVIDER = "systemdboot" and MACHINE = "genericx86-64" in conf/local.conf
20 features = 'EFI_PROVIDER = "systemd-boot"\n'
21 features += 'MACHINE = "genericx86-64"\n'
22 features += 'COMPATIBLE_MACHINE:pn-ssh-pregen-hostkeys:genericx86-64 = "genericx86-64"\n'
25 image = 'core-image-minimal'
27 systemdbootfile = os.path.join(bb_vars['DEPLOY_DIR_IMAGE'], 'systemd-bootx64.efi')
[all …]
/openbmc/openbmc/poky/scripts/tiny/
H A Dksize.py5 # SPDX-License-Identifier: GPL-2.0-or-later
7 # Display details of the kernel build size, broken up by built-in.[o,a]. Sort
21 print(' -d, display an additional level of drivers detail')
22 print(' -h, --help display this help and exit')
24 print('Run %s from the top-level Linux kernel build directory.' % prog)
30 … p = Popen("size -t " + str(glob), shell=True, stdout=PIPE, stderr=PIPE, universal_newlines=True)
33 sizes = output[-1].split()[0:4]
42 print("%-32s %10d | %10d %10d %10d" % \
51 p = Popen("ls " + str(path) + "/*.o | grep -v built-in.o",
60 for f in p.communicate()[0].splitlines():
[all …]
/openbmc/qemu/hw/usb/
H A Dbus-stub.c4 * Copyright (C) 2021 Philippe Mathieu-Daudé <f4bug@amsat.org>
6 * SPDX-License-Identifier: GPL-2.0-or-later
10 #include "qemu/error-report.h"
12 #include "qapi/qapi-commands-machine.h"
19 error_report("Support for USB devices not built-in"); in usbdevice_create()
26 error_setg(errp, "Support for USB devices not built-in"); in qmp_x_query_usb()
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/emacs/files/
H A Davoid-running-host-binaries-for-sanity.patch1 Upstream-Status: Inappropriate [OE-Specific]
3 Emacs introduced a sanity-check for the build artifacts, where it
4 runs the newly built emacs to perform some checks.
6 This is not going to work for us since we are cross-compiling,
9 Signed-off-by: Alejandro Hernandez Samaniego <alejandro@enedino.org>
11 Index: emacs-29.1/Makefile.in
13 --- emacs-29.1.orig/Makefile.in
14 +++ emacs-29.1/Makefile.in
15 @@ -416,19 +416,10 @@ advice-on-failure:
16 @exit ${exit-status}
[all …]
/openbmc/openbmc/poky/bitbake/lib/toaster/tests/builds/
H A Dbuildtest.py7 # SPDX-License-Identifier: GPL-2.0-only
29 # want to wrap everything in a database transaction as an external process
41 # bitbake inside openebedded-core
49 'oe-init-build-env'
53 "find oe-init-build-env to set this up "
54 "ourselves please run oe-init-build-env "
58 cmd = "bash -c 'source oe-init-build-env %s'" % BuildTest.BUILDDIR
69 logger.info("oe-init-build-env %s %s" % (output, err))
101 built = self.target_already_built(target)
102 if built:
[all …]
/openbmc/webui-vue/
H A DREADME.md1 # webui-vue
3 webui-vue is a web-based user interface for the OpenBMC firmware stack built on
6 ## Hold on... What happened to phosphor-webui?
8 [phosphor-webui](https://github.com/openbmc/phosphor-webui) was built on
10 [AngularJS went End of Life](https://www.convective.com/angularjs-end-of-life/)
13 ## When will this new Vue.js application reach feature parity with phosphor-webui?
16 …s label:phosphor-webui-feature-parity](https://github.com/openbmc/webui-vue/issues?q=is%3Aissue+is…
19 ## What improvements does webui-vue have?
21 As mentioned, this application is built using Vue.js, a modern open-source
22 Model-View-ViewModel JavaScript framework supported by an active community and
[all …]
/openbmc/openbmc/poky/meta/recipes-devtools/gdb/gdb/
H A D0001-mips-linux-nat-Define-_ABIO32-if-not-defined.patch4 Subject: [PATCH] mips-linux-nat: Define _ABIO32 if not defined
8 only defined when GCC is using o32 ABI, in that
9 case gcc emits it as built-in define and hence
12 Upstream-Status: Pending
13 Signed-off-by: Khem Raj <raj.khem@gmail.com>
14 ---
15 gdb/mips-linux-nat.c | 4 ++++
18 diff --git a/gdb/mips-linux-nat.c b/gdb/mips-linux-nat.c
20 --- a/gdb/mips-linux-nat.c
21 +++ b/gdb/mips-linux-nat.c
[all …]
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/cgdb/cgdb/
H A D0001-cgdb-Do-not-search-for-cgdb.txt-in-build-dir.patch3 Date: Wed, 24 May 2023 19:31:23 -0700
4 Subject: [PATCH] cgdb: Do not search for cgdb.txt in build dir
7 be useful to look into this dir since cross-built cgdb may not run on
10 Upstream-Status: Inappropriate [Cross-compile specific]
11 Signed-off-by: Khem Raj <raj.khem@gmail.com>
12 ---
13 cgdb/interface.cpp | 5 -----
14 1 file changed, 5 deletions(-)
16 diff --git a/cgdb/interface.cpp b/cgdb/interface.cpp
18 --- a/cgdb/interface.cpp
[all …]
/openbmc/u-boot/scripts/
H A Dget_default_envs.sh2 # SPDX-License-Identifier: GPL-2.0+
7 # This file extracts default envs from built u-boot
8 # usage: get_default_envs.sh [build dir] > u-boot-env-default.txt
9 set -ue
11 : "${OBJCOPY:=${CROSS_COMPILE:-}objcopy}"
13 ENV_OBJ_FILE="built-in.o"
18 if [ "$#" -eq 1 ]; then
21 path=$(readlink -f $0)
25 env_obj_file_path=$(find ${path} -path "*/env/*" -not -path "*/spl/*" \
26 -not -path "*/tools/*" -name "${ENV_OBJ_FILE}")
[all …]
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-connectivity/krb5/krb5/
H A Ddebian-suppress-usr-lib-in-krb5-config.patch1 Subject: [PATCH] debian: suppress /usr/lib in krb5-config
3 Upstream-Status: Pending
5 Handel multi-arch suppressions
9 Signed-off-by: Jackie Huang <jackie.huang@windriver.com>
10 ---
11 src/build-tools/krb5-config.in | 14 +++++++++-----
12 1 files changed, 9 insertions(+), 5 deletions(-)
14 diff --git a/src/build-tools/krb5-config.in b/src/build-tools/krb5-config.in
16 --- a/src/build-tools/krb5-config.in
17 +++ b/src/build-tools/krb5-config.in
[all …]

12345678910>>...38