Searched +full:- +full:- +full:disable +full:- +full:keyring (Results 1 – 10 of 10) sorted by relevance
| /openbmc/openbmc/meta-openembedded/meta-gnome/recipes-gnome/gnome-keyring/ |
| H A D | gnome-keyring_46.2.bb | 1 SUMMARY = "Password and keyring managing daemon" 6 LICENSE = "GPL-2.0-or-later & LGPL-2.0-or-later & LGPL-2.1-or-later" 13 glib-2.0-native \ 27 file://0001-Set-paths-to-ssh-agent-and-ssh-add-by-configure-opti.patch \ 31 PACKAGECONFIG ??= "ssh-agent" 32 …FIG[ssh-agent] = "--enable-ssh-agent --with-ssh-agent-path=${bindir}/ssh-agent --with-ssh-add-path… 35 --disable-doc \ 36 …b.utils.contains('DISTRO_FEATURES', 'pam', '--enable-pam --with-pam-dir=${base_libdir}/security', … 40 ${datadir}/dbus-1/services \ 41 ${datadir}/p11-kit \ [all …]
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-crypto/cryptsetup/ |
| H A D | cryptsetup_2.7.5.bb | 1 SUMMARY = "Manage plain dm-crypt and LUKS encrypted volumes" 2 DESCRIPTION = "Cryptsetup is used to conveniently setup dm-crypt managed \ 3 device-mapper mappings. These include plain dm-crypt volumes and \ 5 and can hence offer more features than plain dm-crypt. On the other \ 9 LICENSE = "GPL-2.0-with-OpenSSL-exception" 13 json-c \ 16 util-linux-libuuid \ 19 DEPENDS:append:libc-musl = " argp-standalone" 20 LDFLAGS:append:libc-musl = " -largp" 30 keyring \ [all …]
|
| /openbmc/openbmc/poky/meta/recipes-devtools/subversion/ |
| H A D | subversion_1.14.5.bb | 5 LICENSE = "Apache-2.0 & MIT" 8 DEPENDS = "apr-util serf sqlite3 file lz4 expat" 9 DEPENDS:append:class-native = " file-replacement-native" 11 SRC_URI = "${APACHE_MIRROR}/${BPN}/${BPN}-${PV}.tar.bz2 \ 23 PACKAGECONFIG[boost] = "--with-boost=${RECIPE_SYSROOT}${exec_prefix},--without-boost,boost" 24 PACKAGECONFIG[sasl] = "--with-sasl,--without-sasl,cyrus-sasl" 25 PACKAGECONFIG[gnome-keyring] = "--with-gnome-keyring,--without-gnome-keyring,glib-2.0 gnome-keyring" 28 --with-apr=${STAGING_BINDIR_CROSS} \ 29 --with-apr-util=${STAGING_BINDIR_CROSS} \ 30 --without-apxs \ [all …]
|
| /openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/samba/samba/ |
| H A D | 0003-Add-config-option-without-valgrind.patch | 4 Subject: [PATCH] Add config option without-valgrind 6 Upstream-Status: Pending 8 Signed-off-by: Wenzong Fan <wenzong.fan@windriver.com> 11 Signed-off-by: Changqing Li <changqing.li@windriver.com> 14 Signed-off-by: Yi Zhao <yi.zhao@windriver.com> 15 --- 16 lib/replace/wscript | 5 +++-- 18 2 files changed, 10 insertions(+), 2 deletions(-) 20 diff --git a/lib/replace/wscript b/lib/replace/wscript 22 --- a/lib/replace/wscript [all …]
|
| /openbmc/qemu/scripts/ |
| H A D | meson-buildoptions.sh | 1 # 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 …]
|
| /openbmc/qemu/ |
| H A D | meson_options.txt | 1 # 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') 40 # Everything else can be set via --enable/--disable-* option 42 # here make sure to run "make update-buildoptions". [all …]
|
| H A D | meson.build | 15 meson.add_postconf_script(find_program('scripts/symlink-install-tree.py')) 28 config_host = keyval.load(meson.current_build_dir() / 'config-host.mak') 35 tmpdir = meson.current_build_dir() / 'meson-private/temp' 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"') 128 '--rustc-version', rustc.version(), 129 '--workspace', meson.project_source_root() / 'rust'] [all …]
|
| /openbmc/qemu/docs/devel/testing/ |
| H A D | main.rst | 7 everything from unit testing and exercising specific sub-systems all 9 tests you can run ``make check-help`` from either the source or build 16 [./pyvenv/bin/]meson test --suite qemu:softfloat 38 ------------------------- 49 Different sub-types of "make check" tests will be explained below. 55 .. _unit-tests: 68 In QEMU, unit tests can be invoked with ``make check-unit``. They are 76 1. Create a new source file. For example, ``tests/unit/foo-test.c``. 86 is in ``tests/unit/foo-test.c``, it is enough to add an entry like:: 90 'foo-test': [], [all …]
|
| /openbmc/ |
| D | opengrok1.0.log | 1 2025-11-17 03:01:03.667-0600 FINE t1 Executor.registerErrorHandler: Installing default uncaught exception handler 2 2025-11-17 03:01:03.730-0600 INFO t1 Indexer.parseOptions: Indexer options: [-c, /usr/local/bin/ctags, -T, 12, -s, /opengrok/src, - [all...] |
| D | opengrok2.0.log | 1 2025-11-16 03:01:08.111-0600 FINE t1 Executor.registerErrorHandler: Installing default uncaught exception handler 2 2025-11-16 03:01:08.169-0600 INFO t1 Indexer.parseOptions: Indexer options: [-c, /usr/local/bin/ctags, -T, 12, -s, /opengrok/src, - [all...] |