/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/tcpdump/ |
H A D | tcpdump_4.99.5.bb | 4 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 D | qemu.inc | 7 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 D | suricata_7.0.0.bb | 7 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 D | util-linux_2.40.2.bb | 1 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 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/openbmc-build-scripts/ |
H A D | build-setup.sh | 9 # build_scripts_dir The path of the openbmc-build-scripts directory. 31 # BITBAKE_OPTS Set to "-c populate_sdk" or whatever other BitBake options 42 # Default: "openbmc/${distro}:${imgtag}-${target}" 56 # scheduling. Nice values range from -20 (most favorable 75 # | - build 76 # | - tmp 83 # Trace bash processing. Set -e so when a step fails, we fail the build 84 set -xeo pipefail 87 build_scripts_dir=${build_scripts_dir:-"$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"} 88 http_proxy=${http_proxy:-} [all …]
|
/openbmc/webui-vue/src/locales/ |
H A D | en-US.json | 11 "disable": "Disable", string 206 "label": "24-hour time", 557 "disableUser": "Disable user | Disable users", 565 …sableConfirmMessage": "Are you sure you want to disable {count} user? | Are you sure you want to d… 644 "powerCap": "Power cap", 694 "newPassLabelTextInfo": "Password must be between {min} - {max} characters", 733 "confirmDisableDhcp": "Are you sure you want to disable DHCP?", 778 "AlwaysOn": "Always on - The system always powers on when power is applied.", 779 … "AlwaysOff": "Always off - The system always remains powered off when power is applied.", 780 …"LastState": "Last state - The system returns to its last on or off power state when power is appl… [all …]
|
/openbmc/qemu/ |
H A D | qemu-bridge-helper.c | 12 * 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 D | meson.build | 10 meson.add_postconf_script(find_program('scripts/symlink-install-tree.py')) 23 config_host = keyval.load(meson.current_build_dir() / 'config-host.mak') 30 tmpdir = meson.current_build_dir() / 'meson-private/temp' 61 have_linux_user = have_linux_user or target.endswith('linux-user') 62 have_bsd_user = have_bsd_user or target.endswith('bsd-user') 63 have_system = have_system or target.endswith('-softmmu') 107 …dgen.version() + ' is unsupported. You can install a new version with "cargo install bindgen-cli"') 114 message('To use Rust you can install a new version with "cargo install bindgen-cli"') 132 # instead. QEMU --enable-modules depends on this because the SystemTap 135 add_global_arguments('-DSTAP_SDT_V2', [all …]
|
/openbmc/qemu/scripts/coverity-scan/ |
H A D | run-coverity-scan | 1 #!/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/linux/drivers/net/wireless/ath/ath12k/ |
H A D | mac.c | 1 // SPDX-License-Identifier: BSD-3-Clause-Clear 3 * Copyright (c) 2018-2021 The Linux Foundation. All rights reserved. 4 * Copyright (c) 2021-2023 Qualcomm Innovation Center, Inc. All rights reserved. 233 #define ath12k_a_rates_size (ARRAY_SIZE(ath12k_legacy_rates) - 4) 259 return "11na-ht20"; in ath12k_mac_phymode_str() 261 return "11ng-ht20"; in ath12k_mac_phymode_str() 263 return "11na-ht40"; in ath12k_mac_phymode_str() 265 return "11ng-ht40"; in ath12k_mac_phymode_str() 267 return "11ac-vht20"; in ath12k_mac_phymode_str() 269 return "11ac-vht40"; in ath12k_mac_phymode_str() [all …]
|
/openbmc/linux/sound/soc/codecs/ |
H A D | wm8753.c | 1 // SPDX-License-Identifier: GPL-2.0-or-later 3 * wm8753.c -- WM8753 ALSA Soc Audio driver 5 * Copyright 2003-11 Wolfson Microelectronics PLC. 12 * Dual DAI:- 23 * Fast DAI switching:- 51 MODULE_PARM_DESC(caps_charge, "WM8753 cap charge time (msecs)"); 166 static const char *wm8753_line_mix[] = {"Line 1 + 2", "Line 1 - 2", 171 static const char *wm8753_rxmsel[] = {"RXP - RXN", "RXP + RXN", "RXP", "RXN"}; 178 static const char *wm8753_radcsel[] = {"PGA", "Line or RXP-RXN", "Sidetone"}; 179 static const char *wm8753_ladcsel[] = {"PGA", "Line or RXP-RXN", "Line"}; [all …]
|
/openbmc/linux/drivers/net/wireless/ath/ath9k/ |
H A D | htc_drv_main.c | 2 * Copyright (c) 2010-2011 Atheros Communications Inc. 23 /* HACK Alert: Use 11NG for 2.4, use 11NA for 5 */ 38 mutex_lock(&priv->htc_pm_lock); in ath9k_htc_setpower() 39 ret = ath9k_hw_setpower(priv->ah, mode); in ath9k_htc_setpower() 40 mutex_unlock(&priv->htc_pm_lock); in ath9k_htc_setpower() 47 mutex_lock(&priv->htc_pm_lock); in ath9k_htc_ps_wakeup() 48 if (++priv->ps_usecount != 1) in ath9k_htc_ps_wakeup() 50 ath9k_hw_setpower(priv->ah, ATH9K_PM_AWAKE); in ath9k_htc_ps_wakeup() 53 mutex_unlock(&priv->htc_pm_lock); in ath9k_htc_ps_wakeup() 60 mutex_lock(&priv->htc_pm_lock); in ath9k_htc_ps_restore() [all …]
|
/openbmc/linux/drivers/nvme/host/ |
H A D | core.c | 1 // SPDX-License-Identifier: GPL-2.0 4 * Copyright (c) 2011-2014, Intel Corporation. 8 #include <linux/blk-mq.h> 9 #include <linux/blk-integrity.h> 16 #include <linux/backing-dev.h> 27 #include <linux/nvme-auth.h> 92 * nvme_wq - hosts nvme related works that are not reset or delete 93 * nvme_reset_wq - hosts nvme reset works 94 * nvme_delete_wq - hosts nvme delete works 97 * keep-alive, periodic reconnects etc. nvme_reset_wq [all …]
|
/openbmc/linux/drivers/net/wireless/ath/ath10k/ |
H A D | wmi.h | 1 /* SPDX-License-Identifier: ISC */ 3 * Copyright (c) 2005-2011 Atheros Communications Inc. 4 * Copyright (c) 2011-2017 Qualcomm Atheros, Inc. 5 * Copyright (c) 2018-2019, The Linux Foundation. All rights reserved. 6 * Copyright (c) 2021-2023 Qualcomm Innovation Center, Inc. All rights reserved. 29 * 1. Add new WMI commands ONLY within the specified range - 0x9000 - 0x9fff 45 * variable is already 4-byte aligned by virtue of being a u32 527 * for wmi_services is 64 as target is using only 4-bits of each 32-bit 533 __le32_to_cpu((wmi_svc_bmap)[((svc_id) - (len)) / 28]) & \ 534 BIT(((((svc_id) - (len)) % 28) & 0x1f) + 4)) [all …]
|
/openbmc/linux/drivers/net/wireless/realtek/rtw89/ |
H A D | mac.c | 1 // SPDX-License-Identifier: GPL-2.0 OR BSD-3-Clause 2 /* Copyright(c) 2019-2020 Realtek Corporation 42 const struct rtw89_mac_gen_def *mac = rtwdev->chip->mac_def; in rtw89_mac_mem_write() 43 u32 addr = mac->mem_base_addrs[sel] + offset; in rtw89_mac_mem_write() 45 rtw89_write32(rtwdev, mac->filter_model_addr, addr); in rtw89_mac_mem_write() 46 rtw89_write32(rtwdev, mac->indir_access_addr, val); in rtw89_mac_mem_write() 52 const struct rtw89_mac_gen_def *mac = rtwdev->chip->mac_def; in rtw89_mac_mem_read() 53 u32 addr = mac->mem_base_addrs[sel] + offset; in rtw89_mac_mem_read() 55 rtw89_write32(rtwdev, mac->filter_model_addr, addr); in rtw89_mac_mem_read() 56 return rtw89_read32(rtwdev, mac->indir_access_addr); in rtw89_mac_mem_read() [all …]
|
/openbmc/linux/ |
H A D | opengrok1.0.log | 1 2024-12-28 20:07:11.902-0600 FINER t583 IndexDatabase.createAnnotationCache: failed to create annotation: repository {dir='/opengrok/src/openbmc/linux',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} does not allow to create annotation cache for '/opengrok/src/openbmc/linux/drivers/net/ethernet/marvell/mvpp2/mvpp2_prs.c' 2 2024-12-28 20:07:11.913-0600 FINEST t583 Statistics.logIt: Added: '/openbmc/linux/drivers/net/ethernet/marvell/mvpp2/mvpp2_prs.c' (CAnalyzer) (took 116 ms) 3 2024-12-28 20:07:11.899-0600 FINER t593 IndexDatabase.createAnnotationCache: failed to create annotation: repository {dir='/opengrok/src/openbmc/linux',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} does not allow to create annotation cache for '/opengrok/src/openbmc/linux/tools/testing/selftests/powerpc/tm/tm-signa [all...] |
H A D | opengrok0.0.log | 1 2024-12-28 20:09:05.996-0600 FINEST t1171 PendingFileCompleter.doRename: Moved pending as file: '/opengrok/data/xref/openbmc/linux/drivers/staging/media/av7110/video-continue.rst.gz' 2 2024-12-28 20:09:05.942-0600 FINEST t1149 PendingFileCompleter.doRename: Moved pending as file: '/opengrok/data/xref/openbmc/u-boot/arch/sh/config.mk.gz' 3 2024-12-2 [all...] |
H A D | opengrok2.0.log | 1 2024-12-28 20:05:26.116-0600 FINEST t586 Statistics.logIt: Added: '/openbmc/linux/tools/testing/selftests/drivers/net/mlxsw/rtnetlink.sh' (ShAnalyzer) (took 79 ms) 2 2024-12-28 20:05:26.112-0600 FINER t592 IndexDatabase.createAnnotationCache: failed to create annotation: repository {dir='/opengrok/src/openbmc/qemu',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} does not allow to create annotation cache for '/opengrok/src/openbmc/qemu/chardev/spice.c' 3 2024-12-28 20:05:26.116-0600 FINEST t592 Statistics.logIt: Added: '/openbmc/qemu/chardev/spice.c' (CAnalyzer) (took 33 ms) 4 2024-1 [all...] |
/openbmc/ |
D | opengrok1.0.log | 1 2025-03-22 03:00:49.337-0500 FINE t1 Executor.registerErrorHandler: Installing default uncaught exception handler 2 2025-03-22 03:00:49.465-0500 INFO t1 Indexer.parseOptions: Indexer options: [-c, /usr/local/bin/ctags, -T, 12, -s, /opengrok/src, - [all...] |
D | opengrok2.0.log | 1 2025-03-21 03:00:54.402-0500 FINE t1 Executor.registerErrorHandler: Installing default uncaught exception handler 2 2025-03-21 03:00:54.529-0500 INFO t1 Indexer.parseOptions: Indexer options: [-c, /usr/local/bin/ctags, -T, 12, -s, /opengrok/src, - [all...] |