Home
last modified time | relevance | path

Searched +full:- +full:- +full:disable +full:- +full:curses (Results 1 – 25 of 26) sorted by relevance

12

/openbmc/openbmc/poky/meta/recipes-core/ncurses/
H A Dncurses.inc1 SUMMARY = "The New Curses library"
2-Curses compatible curses library and terminfo tools including tic, infocmp, captoinfo. Supports c…
7 DEPENDS = "ncurses-native"
8 DEPENDS:class-native = ""
10 BINCONFIG = "${bindir}/ncurses5-config ${bindir}/ncursesw5-config \
11 ${bindir}/ncurses6-config ${bindir}/ncursesw6-config"
13 inherit autotools binconfig-disabled multilib_header pkgconfig
15 # Upstream has useful patches at times at ftp://invisible-island.net/ncurses/
16 SRC_URI = "git://github.com/ThomasDickey/ncurses-snapshots.git;protocol=https;branch=master"
18 EXTRA_AUTORECONF = "-I m4"
[all …]
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/joe/
H A Djoe_4.6.bb2 SUMMARY = "Console text editor with good functionality, good choice for vi-haters"
3 HOMEPAGE = "http://joe-editor.sourceforge.net/"
4 LICENSE = "GPL-2.0-only"
7 SRC_URI = "${SOURCEFORGE_MIRROR}/joe-editor/joe-${PV}.tar.gz"
9 PACKAGECONFIG ??= "curses"
10 PACKAGECONFIG[curses] = "--enable-curses,--disable-curses,ncurses,ncurses-terminfo"
12 inherit autotools-brokensep mime-xdg
/openbmc/linux/tools/kvm/kvm_stat/
H A Dkvm_stat2 # SPDX-License-Identifier: GPL-2.0-only
4 # top-like utility for displaying kvm statistics
6 # Copyright 2006-2008 Qumranet Technologies
7 # Copyright 2008-2011 Red Hat, Inc.
15 - as a top-like text ui
16 - in a key -> value format
17 - in an all keys, all values format
23 import curses
296 'DISABLE': 0x00002401,
359 self.ioctl_numbers['DISABLE'] = 0x20002401
[all …]
/openbmc/openbmc/poky/meta/recipes-support/aspell/
H A Daspell_0.60.8.1.bb1 SUMMARY = "GNU Aspell spell-checker"
13 LICENSE = "LGPL-2.0-only | LGPL-2.1-only"
16 SRC_URI = "${GNU_MIRROR}/aspell/aspell-${PV}.tar.gz \
17 file://0001-modules-speller-default-vector_hash-t.hpp-fix-gcc-15.patch"
21 PACKAGECONFIG[curses] = "--enable-curses,--disable-curses,ncurses"
23 PACKAGES += "libaspell libpspell aspell-utils"
25 RDEPENDS:${PN}-utils += "perl"
28 FILES:aspell-utils = "${bindir}/word-list-compress ${bindir}/aspell-import ${bindir}/run-with-aspel…
31 FILES:${PN}-dev += "${bindir}/pspell-config"
37 inherit autotools-brokensep gettext texinfo binconfig-disabled
[all …]
/openbmc/openbmc/poky/meta-selftest/recipes-test/aspell/
H A Daspell_0.0.0.1.bb1 # This recipe is a copy from the oe-core one.
5 SUMMARY = "GNU Aspell spell-checker"
9 LICENSE = "LGPL-2.0-only | LGPL-2.1-only"
12 SRC_URI = "${GNU_MIRROR}/aspell/aspell-${PV}.tar.gz"
19 PACKAGECONFIG[curses] = "--enable-curses,--disable-curses,ncurses"
21 PACKAGES += "libaspell libpspell libpspell-dev aspell-utils"
23 FILES:${PN}-dbg += "${libdir}/aspell-0.60/.debu*"
25 FILES:aspell-utils = "${bindir}/word-list-compress ${bindir}/aspell-import ${bindir}/run-with-aspel…
28 FILES:libpspell-dev = "${libdir}/libpspell* ${bindir}/pspell-config ${includedir}/pspell"
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-daemons/proftpd/
H A Dproftpd_1.3.8c.bb4 LICENSE = "GPL-2.0-or-later"
12 file://proftpd-basic.init \
14 file://close-RequireValidShell-check.patch \
22 inherit autotools-brokensep useradd update-rc.d systemd multilib_script
28 CVE_STATUS[CVE-2001-0027] = "fixed-version: version 1.2.0rc3 removed affected module"
30 EXTRA_OECONF += "--enable-largefile INSTALL=install"
37 PACKAGECONFIG[curses] = "--enable-curses --enable-ncurses, --disable-curses --disable-ncurses, ncur…
38 PACKAGECONFIG[openssl] = "--enable-openssl, --disable-openssl, openssl, openssl"
39 PACKAGECONFIG[pam] = "--enable-auth-pam, --disable-auth-pam, libpam, libpam"
40 PACKAGECONFIG[ipv6] = "--enable-ipv6, --disable-ipv6"
[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/poky/meta/recipes-devtools/gdb/
H A Dgdb-common.inc3 …llows you to see what is going on inside another program while it executes -- or what another prog…
5 DEPENDS = "expat gmp mpfr zlib ncurses virtual/libiconv ${LTTNGUST} bison-native"
7 LTTNGUST = "lttng-ust"
15 UPSTREAM_CHECK_GITTAGREGEX = "gdb\-(?P<pver>.+)\-release"
17 B = "${WORKDIR}/build-${TARGET_SYS}"
19 EXPAT = "--with-expat --with-libexpat-prefix=${STAGING_DIR_HOST}"
21 EXTRA_OECONF = "--disable-gdbtk --disable-x --disable-werror \
22 --with-curses --disable-multilib --disable-sim \
23 --without-guile \
25 … ${@bb.utils.contains('DISTRO_FEATURES', 'multiarch', '--enable-64-bit-bfd', '', d)} \
[all …]
/openbmc/ipmitool/
H A Dconfigure.ac6 AM_INIT_AUTOMAKE([ipmitool], [1.8.15-cvs])
35 CFLAGS="$CFLAGS -Wall -Wextra -std=c99 -pedantic -Wformat -Wformat-nonliteral"
38 LIBTOOL="$LIBTOOL --silent"
45 [LIBS="$LIBS -lsocket -lnsl"], [], [-lsocket])])
78 LIBS="$LIBS -R/usr/sfw/lib"
79 # disable the linux-specific interfaces
88 # disable the linux and solaris-specific interfaces
95 # disable the linux and solaris-specific interfaces
114 # disable the linux and solaris-specific interfaces on Hurd
126 AC_ARG_ENABLE([solaris-opt],
[all …]
H A DChangeLog1 version 1.8.15 2014-11-24
2 * ID: 340 - ipmitool sol session improperly closes on packet retry
3 * ID: 277 - support for hostnames longer than 64 chars
4 * ID: 313 - ipmitool doesn't support hostname long than 64 symbols
5 * ID: 277 - Minor issue with ipmi_intf_session_set_hostname()
6 * ID: 247 - 'sensor thresh' help output is wrong
7 * ID: 324 - conflicting declaration write_fru_area()
8 * ID: 337 - Add support for 13G Dell PowerEdge
9 * ID: 325 - DDR4 DIMM Decoding Logic
10 * ID: 328 - HPM.2 fixes
[all …]
/openbmc/openbmc/poky/meta/recipes-core/gettext/
H A Dgettext_0.23.1.bb1 SUMMARY = "Utilities and libraries for producing multi-lingual messages"
2 …s a set of tools that provides a framework to help other programs produce multi-lingual messages. \
5 a few stand-alone programs to massage in various ways the sets of translatable and already translat…
7 LICENSE = "GPL-3.0-or-later & LGPL-2.1-or-later"
17 DEPENDS = "gettext-native virtual/libiconv"
18 DEPENDS:class-native = "gettext-minimal-native"
20 PROVIDES:class-native = "virtual/gettext-native"
21 RCONFLICTS:${PN} = "proxy-libintl"
23 require gettext-sources.inc
25 file://use-pkgconfig.patch \
[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/meta-openembedded/meta-oe/dynamic-layers/meta-python/recipes-extended/lcdproc/
H A Dlcdproc_git.bb1 DESCRIPTION = "LCDproc is a client/server suite to drive all kinds of LCD (-like) devices. The clie…
3 SUMMARY = "Drivers for character-based LCD displays"
6 LICENSE = "GPL-2.0-or-later"
18 inherit autotools pkgconfig update-rc.d
22 SERIALVFD:libc-musl = ",!serialVFD"
23 SERIALVFD:libc-musl:x86 = ""
24 SERIALVFD:libc-musl:x86-64 = ""
26 LCD_DEFAULT_DRIVER ?= "curses"
29 PACKAGECONFIG[usb] = "--enable-libusb,--disable-libusb,virtual/libusb0"
30 PACKAGECONFIG[ftdi] = "--enable-libftdi,--disable-libftdi,libftdi"
[all …]
/openbmc/openbmc/poky/meta/recipes-devtools/dnf/
H A Ddnf_4.22.0.bb3 packages on RPM-based Linux distributions. It automatically computes \
5 HOMEPAGE = "https://github.com/rpm-software-management/dnf"
6 LICENSE = "GPL-2.0-only"
8 file://PACKAGE-LICENSING;md5=4a0548e303dbc77f067335b4d688e745 \
11 SRC_URI = "git://github.com/rpm-software-management/dnf.git;branch=master;protocol=https \
12 file://0001-Corretly-install-tmpfiles.d-configuration.patch \
13 file://0001-Do-not-hardcode-etc-and-systemd-unit-directories.patch \
14 file://0005-Do-not-prepend-installroot-to-logdir.patch \
15 file://0029-Do-not-set-PYTHON_INSTALL_DIR-by-running-python.patch \
16 file://0030-Run-python-scripts-using-env.patch \
[all …]
/openbmc/qemu/
H A Dmeson.build10 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 …]
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')
40 # Everything else can be set via --enable/--disable-* option
42 # here make sure to run "make update-buildoptions".
[all …]
H A Dqemu-options.hx14 "-h or -help display this help and exit\n", QEMU_ARCH_ALL)
16 ``-h``
21 "-version display version information and exit\n", QEMU_ARCH_ALL)
23 ``-version``
28 "-machine [type=]name[,prop[=value][,...]]\n"
29 " selects emulated machine ('-machine help' for list)\n"
33 " dump-guest-core=on|off include guest memory in a core dump (default=on)\n"
34 " mem-merge=on|off controls memory merge support (default: on)\n"
35 " aes-key-wrap=on|off controls support for AES key wrapping (default=on)\n"
36 " dea-key-wrap=on|off controls support for DEA key wrapping (default=on)\n"
[all …]
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/ntp/
H A Dntp_4.2.8p18.bb13 SRC_URI = "http://www.eecis.udel.edu/~ntp/ntp_spool/ntp4/ntp-4.2/ntp-${PV}.tar.gz \
14 file://ntp-4.2.4_p6-nano.patch \
15 file://reproducibility-fixed-path-to-posix-shell.patch \
16 file://0001-libntp-Do-not-use-PTHREAD_STACK_MIN-on-glibc.patch \
17 file://0001-test-Fix-build-with-new-compiler-defaults-to-fno-com.patch \
18 file://0001-sntp-Fix-types-in-check-for-pthread_detach.patch \
29 CVE_STATUS[CVE-2016-9312] = "not-applicable-platform: Issue only applies on Windows"
30 CVE_STATUS[CVE-2019-11331] = "upstream-wontfix: inherent to RFC 5905 and cannot be fixed without br…
32 CVE_STATUS_NTP[status] = "fixed-version: Yocto CVE check can not handle 'p' in ntp version"
34 CVE-2015-5146 \
[all …]
/openbmc/qemu/qapi/
H A Dui.json1 # -*- Mode: Python -*-
45 # - 'vnc' to modify the VNC server password
46 # - 'spice' to modify the Spice server password
82 # - If Spice is not enabled, DeviceNotFound
86 # .. qmp-example::
88 # -> { "execute": "set_password", "arguments": { "protocol": "vnc",
90 # <- { "return": {} }
100 # - 'vnc' to modify the VNC server expiration
101 # - 'spice' to modify the Spice server expiration
105 # - 'now' to expire the password immediately
[all …]
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/pidgin/libgnt/
H A D0001-meson-import-changes-from-3.0.-version.patch6 * we need to use the meson option to disable introspection and docs
8 Upstream-Status: Backport
9 Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
10 ---
11 meson.build | 139 ++++++++++++++++++++++++++++------------------
13 2 files changed, 90 insertions(+), 54 deletions(-)
16 diff --git a/meson.build b/meson.build
18 --- a/meson.build
20 @@ -53,9 +53,9 @@ compiler = meson.get_compiler('c')
24 -# # Check for GLib 2.16
[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/openbmc/meta-security/dynamic-layers/meta-perl/recipes-security/bastille/files/
H A DAPI.pm1 # Copyright (C) 1999-2007 Jay Beale
2 # Copyright (C) 2001-2008 Hewlett-Packard Development Company, L.P.
27 # This is still under construction -- it is very usable, but not very well
41 # &GetDistro - figures out what distro we're running, if it knows it...
42 # &ConfigureForDistro - sets global variables based on the distro
43 # &GetGlobal - returns hash values defined in ConfigureForDistro
45 # &getGlobalConfig - returns value of hash set up by ReadConfig
49 # &B_log(type,msg) -- takes care of all logging
56 # &B_open * -- opens a file handle and logs the action/error (OLD WAY!)
57 # &B_open_plus -- opens a pair of file handles for the old and new version
[all …]
/openbmc/
Dopengrok1.0.log1 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...]
Dopengrok2.0.log1 2025-03-20 03:00:35.677-0500 FINE t1 Executor.registerErrorHandler: Installing default uncaught exception handler
2 2025-03-20 03:00:35.795-0500 INFO t1 Indexer.parseOptions: Indexer options: [-c, /usr/local/bin/ctags, -T, 12, -s, /opengrok/src, -
[all...]
/openbmc/linux/
H A Dopengrok0.0.log1 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...]

12