Home
last modified time | relevance | path

Searched +full:- +full:- +full:disable +full:- +full:cap +full:- +full:ng (Results 1 – 12 of 12) sorted by relevance

/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/tcpdump/
H A Dtcpdump_4.99.5.bb4 LICENSE = "BSD-3-Clause"
9 RDEPENDS:${PN}-ptest += " make perl \
10 perl-module-file-basename \
11 perl-module-file-spec \
12 perl-module-file-spec-unix \
13 perl-module-file-path \
14 perl-module-file-glob \
15 perl-module-data-dumper \
16 perl-module-bytes \
17 perl-module-posix \
[all …]
/openbmc/openbmc/poky/meta/recipes-devtools/qemu/
H A Dqemu.inc7 LICENSE = "GPL-2.0-only & LGPL-2.1-only"
9 DEPENDS += "bison-native meson-native ninja-native"
11 RDEPENDS:${PN}-ptest = "bash"
13 require qemu-targets.inc
14 # https://gitlab.com/qemu-project/qemu/-/commit/81e2b198a8cb4ee5fdf108bd438f44b193ee3a36 means
15 # we need a full python3-native setup
16 inherit pkgconfig ptest update-rc.d systemd python3native
21 SRC_URI = "https://download.qemu.org/${BPN}-${PV}.tar.xz \
23 file://run-ptest \
24 file://fix-strerrorname_np.patch \
[all …]
/openbmc/openbmc/meta-security/recipes-ids/suricata/
H A Dsuricata_7.0.0.bb7 SRC_URI = "http://www.openinfosecfoundation.org/download/suricata-${PV}.tar.gz"
17 file://run-ptest \
19 file://CVE-2024-37151.patch \
20 file://CVE-2024-38534.patch \
21 file://CVE-2024-38535_pre.patch \
22 file://CVE-2024-38535.patch \
23 file://CVE-2024-38536.patch \
26 inherit autotools pkgconfig python3native systemd ptest cargo cargo-update-recipe-crates
28 require ${BPN}-crates.inc
30 EXTRA_OECONF += " --disable-debug \
[all …]
/openbmc/openbmc/poky/meta/recipes-core/util-linux/
H A Dutil-linux_2.41.bb1 require util-linux.inc
3 …utotools gettext manpages pkgconfig systemd update-alternatives python3-dir bash-completion ptest …
4 DEPENDS = "libcap-ng ncurses virtual/crypt zlib util-linux-libuuid"
6 PACKAGES =+ "${PN}-swaponoff"
7 PACKAGES += "${@bb.utils.contains('PACKAGECONFIG', 'pylibmount', '${PN}-pylibmount', '', d)}"
22 file_regex=r'(.*)', output_pattern='${PN}-%s',
44 of = d.getVar('FILES:' + pn + '-' + pkg)
46 d.setVar('FILES:' + pn + '-' + pkg, links)
49 # we must execute before update-alternatives PACKAGE_PREPROCESS_FUNCS
52 # skip libuuid as it will be packaged by the util-linux-libuuid recipe
[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 …]
/openbmc/openbmc-build-scripts/
H A Dbuild-setup.sh9 # build_scripts_dir The path of the openbmc-build-scripts directory.
32 # BITBAKE_OPTS Set to "-c populate_sdk" or whatever other BitBake options
43 # Default: "openbmc/${distro}:${imgtag}-${target}"
57 # scheduling. Nice values range from -20 (most favorable
76 # | - build
77 # | - tmp
84 # Trace bash processing. Set -e so when a step fails, we fail the build
85 set -xeo pipefail
88 build_scripts_dir=${build_scripts_dir:-"$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"}
89 http_proxy=${http_proxy:-}
[all …]
/openbmc/webui-vue/src/locales/
H A Den-US.json11 "disable": "Disable", string
206 "label": "24-hour time",
559 "disableUser": "Disable user | Disable users",
567 …sableConfirmMessage": "Are you sure you want to disable {count} user? | Are you sure you want to d…
646 "powerCap": "Power cap",
696 "newPassLabelTextInfo": "Password must be between {min} - {max} characters",
735 "confirmDisableDhcp": "Are you sure you want to disable DHCP?",
780 "AlwaysOn": "Always on - The system always powers on when power is applied.",
781 … "AlwaysOff": "Always off - The system always remains powered off when power is applied.",
782 …"LastState": "Last state - The system returns to its last on or off power state when power is appl…
[all …]
/openbmc/qemu/
H A Dqemu-bridge-helper.c12 * the COPYING file in the top-level directory.
17 * - There is no manual page
18 * - The syntax of the ACL file is not documented anywhere
19 * - parse_acl_file() doesn't report fopen() failure properly, fails
45 #include "net/tap-linux.h"
48 #include <cap-ng.h>
71 "Usage: qemu-bridge-helper [--use-vnet] --br=bridge --fd=unixfd\n"); in usage()
82 return -1; in parse_acl_file()
116 while (arg != argend && g_ascii_isspace(*(argend - 1))) { in parse_acl_file()
117 argend--; in parse_acl_file()
[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')
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/scripts/coverity-scan/
H A Drun-coverity-scan1 #!/bin/sh -e
8 # See the COPYING file in the top-level directory.
10 # Copyright (c) 2017-2020 Linaro Limited
14 # run the (closed-source) coverity build tools, so don't
18 # tree, and that tree is a fresh clean one, because we do an in-tree
21 # regular expressions it uses; an out-of-tree build won't work for this.)
31 # --check-upload-only : return success if upload is possible
32 # --dry-run : run the tools, but don't actually do the upload
33 # --docker : create and work inside a container
34 # --docker-engine : specify the container engine to use (docker/podman/auto);
[all …]
/openbmc/
Dopengrok1.0.log1 2025-10-26 03:01:13.198-0500 FINE t1 Executor.registerErrorHandler: Installing default uncaught exception handler
2 2025-10-26 03:01:13.253-0500 INFO t1 Indexer.parseOptions: Indexer options: [-c, /usr/local/bin/ctags, -T, 12, -s, /opengrok/src, -
[all...]
Dopengrok2.0.log1 2025-10-25 03:01:17.956-0500 FINE t1 Executor.registerErrorHandler: Installing default uncaught exception handler
2 2025-10-25 03:01:18.030-0500 INFO t1 Indexer.parseOptions: Indexer options: [-c, /usr/local/bin/ctags, -T, 12, -s, /opengrok/src, -
[all...]