Home
last modified time | relevance | path

Searched +full:build +full:- +full:wasm (Results 1 – 8 of 8) sorted by relevance

/openbmc/openbmc/meta-security/recipes-security/krill/
H A Dkrill-crates.inc1 # Autogenerated with 'bitbake -c update_crates krill'
5 crate://crates.io/addr2line/0.17.0;name=addr2line-0.17.0 \
6 crate://crates.io/adler/1.0.2;name=adler-1.0.2 \
7 crate://crates.io/adler32/1.2.0;name=adler32-1.2.0 \
8 crate://crates.io/aho-corasick/0.7.18;name=aho-corasick-0.7.18 \
9 crate://crates.io/android_system_properties/0.1.5;name=android_system_properties-0.1.5 \
10 crate://crates.io/ansi_term/0.12.1;name=ansi_term-0.12.1 \
11 crate://crates.io/ascii/1.0.0;name=ascii-1.0.0 \
12 crate://crates.io/ascii-canvas/3.0.0;name=ascii-canvas-3.0.0 \
13 crate://crates.io/atty/0.2.14;name=atty-0.2.14 \
[all …]
/openbmc/openbmc/meta-security/meta-parsec/recipes-parsec/parsec-service/
H A Dparsec-service-crates.inc1 # Autogenerated with 'bitbake -c update_crates parsec-service'
6 crate://crates.io/aho-corasick/1.1.2 \
7 crate://crates.io/allocator-api2/0.2.16 \
10 crate://crates.io/anstyle-parse/0.2.1 \
11 crate://crates.io/anstyle-query/1.0.0 \
12 crate://crates.io/anstyle-wincon/1.0.2 \
14 crate://crates.io/asn1-rs/0.3.1 \
15 crate://crates.io/asn1-rs-derive/0.1.0 \
16 crate://crates.io/asn1-rs-impl/0.1.0 \
31 crate://crates.io/cfg-if/1.0.0 \
[all …]
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-core/uutils-coreutils/
H A Duutils-coreutils-crates.inc1 # Autogenerated with 'bitbake -c update_crates uutils-coreutils'
6 crate://crates.io/aho-corasick/1.1.3 \
7 crate://crates.io/allocator-api2/0.2.21 \
8 crate://crates.io/android-tzdata/0.1.1 \
10 crate://crates.io/ansi-width/0.1.0 \
13 crate://crates.io/anstyle-parse/0.2.6 \
14 crate://crates.io/anstyle-query/1.1.2 \
15 crate://crates.io/anstyle-wincon/3.0.7 \
21 crate://crates.io/binary-heap-plus/0.5.0 \
30 crate://crates.io/block-buffer/0.10.4 \
[all …]
/openbmc/qemu/.gitlab-ci.d/
H A Dbuildtest.yml2 - local: '/.gitlab-ci.d/buildtest-template.yml'
4 build-system-alpine:
6 - .native_build_job_template
7 - .native_build_artifact_template
9 - job: amd64-alpine-container
12 TARGETS: avr-softmmu loongarch64-softmmu mips64-softmmu mipsel-softmmu
13 MAKE_CHECK_ARGS: check-build
14 CONFIGURE_ARGS: --enable-docs --enable-trace-backends=log,simple,syslog
16 check-system-alpine:
19 - job: build-system-alpine
[all …]
/openbmc/qemu/
H A Dmeson_options.txt1 # These options do not correspond to a --enable/--disable-* option
3 # scripts/meson-buildoptions.py's SKIP_OPTIONS constant too.
9 option('qemu_firmwarepath', type : 'array', value : ['share/qemu-firmware'],
12 description: 'use specified string as sub-version of the package')
25 …description: 'set block driver read-write whitelist (by default affects only QEMU, not tools like …
27 …description: 'set block driver read-only whitelist (by default affects only QEMU, not tools like q…
28 option('interp_prefix', type : 'string', value : '/usr/gnemul/qemu-%M',
33 description: 'fuzzing engine library for OSS-Fuzz')
37 choices: ['ucontext', 'sigaltstack', 'windows', 'wasm', 'auto'],
40 # Everything else can be set via --enable/--disable-* option
[all …]
H A DMAINTAINERS10 consult qemu-devel and not any specific individual privately.
23 W: Web-page with status/info
59 ------------------------------
63 L: qemu-devel@nongnu.org
72 R: Philippe Mathieu-Daudé <philmd@linaro.org>
75 F: docs/devel/build-environment.rst
76 F: docs/devel/code-of-conduct.rst
78 F: docs/devel/conflict-resolution.rst
80 F: docs/devel/submitting-a-patch.rst
81 F: docs/devel/submitting-a-pull-request.rst
[all …]
H A Dmeson.build15 meson.add_postconf_script(find_program('scripts/symlink-install-tree.py'))
28 config_host = keyval.load(meson.current_build_dir() / 'config-host.mak')
31 # configure runs. Since it is in the build directory
35 tmpdir = meson.current_build_dir() / 'meson-private/temp'
61 # type of binaries to build
66 have_linux_user = have_linux_user or target.endswith('linux-user')
67 have_bsd_user = have_bsd_user or target.endswith('bsd-user')
68 have_system = have_system or target.endswith('-softmmu')
113 …dgen.version() + ' is unsupported. You can install a new version with "cargo install bindgen-cli"')
120 message('To use Rust you can install a new version with "cargo install bindgen-cli"')
[all …]
/openbmc/qemu/scripts/
H A Dmeson-buildoptions.sh1 # This file is generated by meson-buildoptions.py, do not edit!
3 printf "%s\n" ' --audio-drv-list=CHOICES Set audio driver list [default] (choices: alsa/co'
6 printf "%s\n" ' --bindir=VALUE Executable directory [bin]'
7 printf "%s\n" ' --block-drv-ro-whitelist=VALUE'
8 printf "%s\n" ' set block driver read-only whitelist (by default'
9 printf "%s\n" ' affects only QEMU, not tools like qemu-img)'
10 printf "%s\n" ' --block-drv-rw-whitelist=VALUE'
11 printf "%s\n" ' set block driver read-write whitelist (by default'
12 printf "%s\n" ' affects only QEMU, not tools like qemu-img)'
13 printf "%s\n" ' --datadir=VALUE Data file directory [share]'
[all …]