Home
last modified time | relevance | path

Searched full:building (Results 1 – 25 of 1342) sorted by relevance

12345678910>>...54

/openbmc/linux/drivers/clk/ingenic/
H A DKconfig16 If building for a JZ4740 SoC, you want to say Y here.
26 If building for a JZ4755 SoC, you want to say Y here.
36 If building for a JZ4725B SoC, you want to say Y here.
46 If building for a JZ4760 SoC, you want to say Y here.
56 If building for a JZ4770 SoC, you want to say Y here.
66 If building for a JZ4780 SoC, you want to say Y here.
76 If building for a X1000 SoC, you want to say Y here.
86 If building for a X1830 SoC, you want to say Y here.
/openbmc/openbmc/meta-raspberrypi/.github/workflows/docker-images/
H A DREADME.md11 ## Building an image
13 When building a docker image, the build context is expected to be where this
14 `README.md` file resides. This means that building the images will require
17 Here is an example for building the `dco-check` image:
/openbmc/phosphor-fan-presence/
H A DREADME.md6 - [Building](#building)
19 ## Building section in Repository Details
31 - To disable from building, use the `-Dcontrol-service=disabled` meson option:
37 - To disable from building, use the `-Dpresence-service=disabled` meson
44 - To disable from building, use the `-Dmonitor-service=disabled` meson option:
50 - To disable from building, use the `-Dsensor-monitor-service=disabled` meson
59 - To enable building this, set the `-Dcooling-type-service=enable` meson
74 configuration use the '-Djson-config=disabled' option when building:
/openbmc/openbmc/poky/meta/recipes-devtools/rust/
H A DREADME-rust.md3 This provides the Rust compiler, tools for building packages (cargo), and
6 ## Building a rust package
8 When building a rust package in bitbake, it's usually easiest to build with
11 get the code building in cargo first.
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/cmpi-bindings/cmpi-bindings/
H A Dcmpi-bindings-0.4.17-no-ruby-perl.patch25 - MESSAGE(STATUS "Building Perl...")
30 +# MESSAGE(STATUS "Building Perl...")
36 - MESSAGE(STATUS "Building Ruby...")
42 +# MESSAGE(STATUS "Building Ruby...")
/openbmc/linux/Documentation/kbuild/
H A Dreproducible-builds.rst5 It is generally desirable that building the same source code with
13 general topic. This document covers the various reasons why building
33 If you are building from a git commit, you could use its commit date.
44 The kernel embeds the building user and host names in
47 building from a git commit, you could use its committer address.
72 building a source package.
H A Dmodules.rst2 Building External Modules
14 --- 2.4 Building Separate Files
19 --- 3.4 Building Multiple Modules
41 to pick up the right flags to "gcc." Functionality for building modules
42 both in-tree and out-of-tree is provided. The method for building
47 in building out-of-tree (or "external") modules. The author of an
66 building external modules.
112 When building an external module, only a subset of the "make"
140 2.4 Building Separate Files
189 supports building the module using "make" with no arguments.
[all …]
H A Dkbuild.rst33 building C files and assembler files.
79 Additional flags to be passed to $(HOSTCC) when building host programs.
83 Additional flags to be passed to $(HOSTCXX) when building host programs.
87 Additional flags to be passed to $(HOSTRUSTC) when building host programs.
95 Additional libraries to link against when building host programs.
123 Set the directory to look for the kernel source when building external
130 Specify the output directory when building the kernel.
249 when building in the source tree, the source tree path is '.'
H A Dllvm.rst4 Building Linux with Clang/LLVM
28 Building with LLVM
79 if configuring and building via distinct commands. ``LLVM=`` should also be set
208 data for building Linux kernels, which should improve kernel build times
211 Below are links that may be useful for building LLVM from source or procuring
221 - https://github.com/ClangBuiltLinux/linux/wiki/Building-Clang-from-source
/openbmc/bmcweb/redfish-core/include/generated/enums/
H A Dfacility.hpp14 Building, enumerator
22 {FacilityType::Building, "Building"},
/openbmc/linux/Documentation/rust/
H A Dquick-start.rst9 Requirements: Building
12 This section explains how to fetch the tools needed for building.
88 Otherwise, building LLVM takes quite a while, but it is not a complex process:
90 https://llvm.org/docs/GettingStarted.html#getting-the-source-code-and-building-llvm
128 they are not needed when just building the kernel.
224 Building chapter
227 Building a kernel with a complete LLVM toolchain is the best supported setup
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/liburing/liburing/
H A D0001-test-Compile-nolibc.c-only-when-CONFIG_NOLIBC-is-set.patch6 building nolibc.c fails for non nolibc targets
10 ./../src/lib.h:20:2: error: "This arch doesn't support building liburing without libc"
11 20 | #error "This arch doesn't support building liburing without libc"
/openbmc/linux/kernel/
H A DKconfig.preempt27 Select this option if you are building a kernel for a server or
49 Select this if you are building a kernel for a desktop system.
66 Select this if you are building a kernel for a desktop or
84 Select this if you are building a kernel for systems which
/openbmc/qemu/tests/docker/dockerfiles/
H A Ddebian-toolchain.docker4 # This dockerfile is used for building a cross-compiler toolchain.
5 # The script for building the toolchain is supplied via extra-files.
9 # Install build utilities for building gcc and glibc.
/openbmc/openbmc/poky/meta/classes-recipe/
H A Drust-common.bbclass57 # targets when building native recipes (including rust-native itself)
87 # - HOST_SYS - What we're building for in Yocto
88 # - TARGET_SYS - What we're building for in Yocto
90 # So when building '-native' packages BUILD_SYS == HOST_SYS == TARGET_SYS
91 # When building packages for the image HOST_SYS == TARGET_SYS
165 # when building MACHINE=qemux86 for musl
/openbmc/openbmc/poky/documentation/dev-manual/
H A Dbuilding.rst3 Building title
7 needed for a simple build, building a target for multiple configurations,
10 Building a Simple Image
113 Building Images for Multiple Targets Using Multiple Configurations
271 Building an Initial RAM Filesystem (Initramfs) Image
324 …on ":ref:`dev-manual/building:building images for multiple targets using multiple configurations`"…
343 Building a system with such configuration will build the kernel using the
353 Building a Tiny System
378 <dev-manual/building:goals and guiding principles>`
380 - :ref:`dev-manual/building:understand what contributes to your image size`
[all …]
H A Dwayland.rst35 the Weston compositor when building an image for a supporting target.
43 Building Wayland
73 To run Weston inside X11, enabling it as described earlier and building
H A Dgobject-introspection.rst24 The data is generated when building such a library, by linking the
90 QEMU but will still enable building introspection tools and libraries
91 (i.e. building them does not require the use of QEMU).
97 Adding this statement disables the use of QEMU when building packages for your
/openbmc/docs/development/
H A Ddev-environment.md12 underlying building and distribution generation framework. The main OpenBMC
23 development environment, building OpenBMC, and running that image in QEMU.
79 ## Building OpenBMC
81 Note this section will take you through the process of building a Romulus
83 image. If you would like to skip the building and just try out OpenBMC and QEMU
180 yocto has tools for building and running qemu. These tools avoid some of the
/openbmc/qemu/.gitlab-ci.d/
H A Dcrossbuild-template.yml33 - section_start build "Building QEMU"
42 - section_start installer "Building the installer"
79 - section_start build "Building QEMU"
113 - section_start build "Building QEMU"
/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/
H A Dpython3-configshell-fb_1.1.30.bb1 SUMMARY = "A Python library for building configuration shells"
3 building simple but nice CLI-based applications. This runs with Python 2 and \
/openbmc/linux/drivers/usb/cdns3/
H A DKconfig66 Say 'Y' or 'M' here if you are building for Texas Instruments
76 Say 'Y' or 'M' here if you are building for NXP i.MX
85 Say 'Y' or 'M' here if you are building for StarFive SoCs
/openbmc/openbmc/poky/meta/lib/oeqa/selftest/cases/
H A Dusergrouptests.py15 self.logger.info("Building creategroup2")
26 self.logger.info("Building dcreategroup")
31 self.logger.info("Building core-image-minimal to generate passwd/group file")
/openbmc/openbmc/poky/meta/recipes-core/meta/
H A Dbuildtools-docs-tarball.bb3 DESCRIPTION = "SDK type target for building a standalone tarball containing the tools needed to bui…
4 SUMMARY = "SDK type target for building a standalone tarball containing the tools needed to build t…
/openbmc/docs/
H A Dcheatsheet.md24 ## Building for Palmetto
34 ## Building for Zaius
44 ## Building a specific machine configuration
62 ## Building the OpenBMC SDK
140 ## Building QEMU
197 [SDK build](#building-the-openbmc-sdk) provides GDB and debug symbols:
230 ## Building section in OpenBMC cheatsheet

12345678910>>...54