Home
last modified time | relevance | path

Searched refs:binaries (Results 1 – 25 of 414) sorted by relevance

12345678910>>...17

/openbmc/qemu/docs/user/
H A Dmain.rst108 Other binaries
120 binaries (as implemented by the arm-elf and arm-eabi Newlib/GDB
121 configurations), and arm-uclinux bFLT format binaries.
127 * ``qemu-m68k`` is capable of running semihosted binaries using the BDM
129 coldfire uClinux bFLT format binaries.
144 * ``qemu-mips`` executes 32-bit big endian MIPS binaries (MIPS O32 ABI).
146 * ``qemu-mipsel`` executes 32-bit little endian MIPS binaries (MIPS O32 ABI).
148 * ``qemu-mips64`` executes 64-bit big endian MIPS binaries (MIPS N64 ABI).
150 * ``qemu-mips64el`` executes 64-bit little endian MIPS binaries (MIPS N64
153 * ``qemu-mipsn32`` executes 32-bit big endian MIPS binaries (MIPS N32 ABI).
[all …]
/openbmc/openbmc/meta-security/meta-integrity/lib/oeqa/runtime/cases/
H A Dima.py21 cls.binaries = []
24 cls.binaries.extend(output.split("\n"))
26 cls.total = len(cls.binaries)
96 for b in self.binaries:
115 for b in self.binaries:
/openbmc/linux/fs/
H A DKconfig.binfmt6 bool "Kernel support for ELF binaries"
13 systems. Saying Y here will enable your kernel to run ELF binaries
26 here, you still can't run any ELF binaries (they just crash), then
59 bool "Kernel support for FDPIC ELF binaries"
64 ELF FDPIC binaries are based on ELF, but allow the individual load
70 It is also possible to run FDPIC ELF binaries on MMU linux also.
109 this module must consist of compiled binaries only.
117 bool "Kernel support for flat binaries"
120 Support uClinux FLAT format binaries.
132 bool "Enable support for very old legacy flat binaries"
[all …]
/openbmc/openbmc/poky/meta/classes-recipe/
H A Dptest-cargo.bbclass4 RUST_TEST_ARGS[doc] = "Arguments to give to the test binaries (e.g. --shuffle)"
9 # Sadly, generated test binaries have no deterministic names (https://github.com/rust-lang/cargo/is…
10 # This forces us to parse the cargo output in json format to find those test binaries.
52 # - test binaries from the root manifest
53 # - test binaries from sub manifest of the current project if any
67 bb.fatal("Unable to find any test binaries")
122 do_install_ptest_cargo[doc] = "Create or update the run-ptest script with rust test binaries genera…
124 do_compile_ptest_cargo[doc] = "Generate rust test binaries through cargo"
/openbmc/linux/Documentation/admin-guide/
H A Dmono.rst4 To configure Linux to automatically execute Mono-based .NET binaries
8 This will allow you to execute Mono-based .NET binaries just like any
50 # Register support for .NET CLR binaries
61 4) Check that ``.exe`` binaries can be ran without the need of a
/openbmc/openbmc-tools/ipkdbg/
H A DREADME.md4 debugging and coredump analysis of split-debug binaries by exploiting bitbake's
121 binaries inside itself as a self-extracting shell-script. What you see in this
124 that packages one or more `opkg` binaries.
127 scheme to contain `opkg` binaries. This hierarchy is archived and compressed
144 pre-built `opkg` binaries. You must build your own and integrate them into the
152 Once you have built the required `opkg` binaries and integrated them into the
155 machines supported by the embedded `opkg` binaries. The build system will handle
156 stripping the `opkg` binaries to ensure their size is reduced as much as
158 binaries under `bin/` to ensure that the build for your output `ipkdbg` script
/openbmc/openbmc/meta-google/recipes-phosphor/flash/
H A Ddummy-gbmc-update.bb1 SUMMARY = "Dummy image uploader for sending debug binaries"
2 DESCRIPTION = "Dummy image uploader for sending debug binaries"
/openbmc/openbmc/poky/meta/recipes-core/glibc/
H A Dglibc-locale.inc37 # Create a glibc-binaries package
38 ALLOW_EMPTY:${BPN}-binaries = "1"
39 PACKAGES += "${BPN}-binaries"
40 RRECOMMENDS:${BPN}-binaries = "${@" ".join([p for p in d.getVar('PACKAGES').split() if p.find("gli…
/openbmc/openbmc/meta-arm/meta-arm/classes/
H A Dsbsign.bbclass1 # Sign binaries for UEFI Secure Boot
20 # Not adding as task since recipes may need to sign binaries at different
/openbmc/linux/tools/perf/Documentation/
H A Dperf-buildid-cache.txt49 Purge all cached binaries including older caches which have specified
53 Purge all cached binaries. This will flush out entire cache.
67 List all valid binaries from cache.
78 Specify debuginfod URL to be used when retrieving perf.data binaries,
/openbmc/linux/fs/sysv/
H A DKconfig13 that they contain binaries from those other Unix systems; in order
14 to run these binaries, you will want to install linux-abi which is
19 NOTE: that will work only for binaries from Intel-based systems;
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-core/proxy-libintl/
H A Dproxy-libintl_20100902.bb2 HOMEPAGE = "http://ftp.gnome.org/pub/GNOME/binaries/win32/dependencies/"
10 http://ftp.gnome.org/pub/GNOME/binaries/win32/dependencies/${BPN}-dev_${PV}_win32.zip \
/openbmc/linux/drivers/staging/media/atomisp/
H A Dnotes.txt15 called binaries. The shisp_240??0_v21.bin firmware file contains many
16 different binaries. Binaries are picked by filling a ia_css_binary_descr
18 ia_css_binary_find(). Some binaries support creating multiple outputs
/openbmc/openbmc/meta-arm/meta-arm/recipes-devtools/fvp/
H A Dfvp-common.inc24 # The architecture-specific directory the binaries are installed under
51 stat $DIR/FVP_* >/dev/null 2>&1 || bbfatal Cannot find FVP binaries in $DIR
62 # Prebuilt binaries are already stripped
/openbmc/openbmc/poky/meta/recipes-core/glibc/glibc/
H A D0003-nativesdk-glibc-Look-for-host-system-ld.so.cache-as-.patch15 For nativesdk binaries which are being used alongside binaries on a host system, we
22 repurpose the cache for use as a last resort in finding host system binaries. This
/openbmc/openbmc/poky/meta/recipes-devtools/python/
H A Dpython3-packaging_24.2.bb28 # We don't need this script which is used to build the binaries
41 # The ptest package contains prebuilt test binaries
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/pax-utils/
H A Dpax-utils_1.3.3.bb3 utilities for ELF binaries. It can check ELF binary files and running \
4 processes for issues that might be relevant when using ELF binaries \
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/nodejs/
H A Dnodejs_22.12.0.bb34 file://0001-Using-native-binaries.patch \
96 # V8's JIT infrastructure requires binaries such as mksnapshot and
98 # binaries must have the same bit-width as the target (e.g. a x86_64
101 # binaries for the target and run them on the host with QEMU.
105 """Creates a small wrapper that invokes QEMU to run some target V8 binaries
120 # It invokes QEMU to run binaries built for the target in the host during the
/openbmc/phosphor-time-manager/
H A Dmeson.build52 # Gather sources for the target binaries
80 # Build binaries
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-benchmark/lmbench/lmbench/
H A Drename-line-binary.patch6 Both lmbench and util-linux-ng packages provide own /usr/bin/line binaries.
7 Even though the binaries name is the same, their functionality is different.
/openbmc/openbmc/poky/meta/recipes-devtools/tcltk/tcl/
H A D0001-tcl-Add-tcltk-from-OE.dev-but-with-legacy-staging-fu.patch17 @@ -1027,7 +1027,10 @@ install-binaries: binaries
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-filter/libnftnl/
H A Dlibnftnl_1.2.8.bb31 # the binaries compiled in ${TESTDIR} will look for a compiler to
32 # use, which will cause failures. Substitute the binaries in
/openbmc/openbmc/poky/meta/recipes-devtools/git/git/
H A Dfixsort.patch6 Currently git binaries are not entirely reproducible, at least partly
14 the debug symbols for the binaries.
/openbmc/openbmc/poky/meta/recipes-devtools/tcltk8/tcl8/
H A Dtcl-add-soname.patch17 @@ -904,7 +904,10 @@ install-binaries: binaries
/openbmc/u-boot/board/freescale/mx6sabresd/
H A DREADME24 This will generate the SPL and u-boot-dtb.img binaries.
42 This will generate the SPL and u-boot-dtb.img binaries.
54 - Flash SPL and u-boot-dtb.img binaries into the eMMC:

12345678910>>...17