/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/ |
H A D | python3-daemon_3.0.1.bb | 1 DESCRIPTION = "Library to implement a well-behaved Unix daemon process" 2 HOMEPAGE = "https://pagure.io/python-daemon/" 5 DEPENDS += "python3-docutils-native" 6 RDEPENDS:${PN} = "python3-docutils \ 7 python3-lockfile (>= 0.10) \ 8 python3-resource \ 11 LICENSE = "Apache-2.0 & GPL-3.0-only" 16 SRC_URI += "file://0001-Use-version-from-packaging-module-instead-of-setupto.patch" 19 PYPI_PACKAGE = "python-daemon"
|
H A D | python3-robotframework_7.2.bb | 3 testing and acceptance test-driven development (ATDD). It has easy-to-use\ 4 tabular test data syntax and it utilizes the keyword-driven testing approach.\ 6 with Python or Java, and users can create new higher-level keywords from\ 9 LICENSE = "Apache-2.0" 17 python3-shell \ 18 python3-pprint \ 19 python3-xml \ 20 python3-difflib \ 21 python3-threading \ 22 python3-html \ [all …]
|
H A D | python3-kivy_2.3.1.bb | 2 that make use of innovative user interfaces, such as multi-touch apps." 10 # and mali-based OS's. We need to patch the setup file to tell Kivy setup 14 file://0001-add-support-for-glesv2.patch \ 21 PACKAGES += "${PN}-examples" 22 FILES:${PN}-examples = "/usr/share/kivy-examples" 42 REQUIRED_DISTRO_FEATURES += "opengl gobject-introspection-data" 48 gstreamer1.0-python \ 50 libsdl2-ttf \ 51 libsdl2-image \ 52 libsdl2-mixer \ [all …]
|
/openbmc/openbmc/poky/meta/recipes-devtools/python/ |
H A D | python3-docutils_0.21.2.bb | 1 SUMMARY = "Docutils is a modular system for processing documentation into useful formats" 2 HOMEPAGE = "http://docutils.sourceforge.net" 4 LICENSE = "CC0-1.0 & ZPL-2.1 & BSD-2-Clause & GPL-3.0-only" 12 python3-pprint \ 16 # Make sure we use /usr/bin/env python3 17 for PYTHSCRIPT in `grep -rIl '^#!.*python' ${D}`; do 18 sed -i -e '1s|^#!.*|#!/usr/bin/env python3|' $PYTHSCRIPT
|
H A D | python3-sphinx_8.1.3.bb | 2 HOMEPAGE = "http://sphinx-doc.org/" 4 LICENSE = "BSD-2-Clause & MIT" 13 rm ${D}${libdir}/${PYTHON_DIR}/site-packages/sphinx/writers/__pycache__/*latex* 17 python3-alabaster \ 18 python3-babel \ 19 python3-docutils \ 20 python3-imagesize \ 21 python3-jinja2 \ 22 python3-packaging \ 23 python3-pygments \ [all …]
|
/openbmc/linux/drivers/gpu/drm/ci/ |
H A D | container.yml | 3 …CI_REPOSITORY_URL: ${DRM_CI_PROJECT_URL}.git # So ci-templates clones drm-ci instead of the repo t… 6 debian/x86_64_build-base: 8 …airo-dev libdw-dev libjson-c-dev libkmod2 libkmod-dev libpciaccess-dev libproc2-dev libudev-dev li… 10 debian/x86_64_test-gl: 12 …CKAGES: "jq libasound2 libcairo2 libdw1 libglib2.0-0 libjson-c5 libkmod-dev libkmod2 libgles2 libp… 16 …-dev libdw-dev libjson-c-dev libproc2-dev libkmod2 libkmod-dev libpciaccess-dev libudev-dev libunw… 20 EXTRA_LOCAL_PACKAGES: "jq libasound2 libcairo2 libdw1 libglib2.0-0 libjson-c5" 25 - when: never 27 debian/x86_64_test-vk: 29 - when: never [all …]
|
/openbmc/qemu/tests/lcitool/ |
H A D | mappings.yml | 9 # Due to https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1081535 we 10 # have to disable all packages that depend on libgl1-mesa-dri:mips64el 12 mips64el-deb: 15 mips64el-deb: 18 mips64el-deb: 20 gtk-vnc: 21 mips64el-deb: 23 mesa-libgbm: 24 mips64el-deb: 29 python3: [all …]
|
/openbmc/linux/Documentation/tools/rtla/ |
H A D | Makefile | 1 # SPDX-License-Identifier: GPL-2.0-only 5 RM ?= rm -f 6 RMDIR ?= rmdir --ignore-fail-on-non-empty 17 RST2MAN_DEP := $(shell command -v rst2man 2>/dev/null) 18 RST2MAN_OPTS += --verbose 20 TEST_RST2MAN = $(shell sh -c "rst2man --version > /dev/null 2>&1 || echo n") 28 $(info ** distribution, e.g., 'dnf install python3-docutils' on Fedora,) 31 $(info ** https://docutils.sourceforge.io/docs/dev/repository.html ) 45 $(INSTALL) -d -m 755 $(DESTDIR)$(MAN1DIR) 46 $(INSTALL) -m 644 $(DOC_MAN1) $(DESTDIR)$(MAN1DIR)
|
/openbmc/linux/Documentation/tools/rv/ |
H A D | Makefile | 1 # SPDX-License-Identifier: GPL-2.0-only 4 RM ?= rm -f 5 RMDIR ?= rmdir --ignore-fail-on-non-empty 16 RST2MAN_DEP := $(shell command -v rst2man 2>/dev/null) 17 RST2MAN_OPTS += --verbose 19 TEST_RST2MAN = $(shell sh -c "rst2man --version > /dev/null 2>&1 || echo n") 27 $(info ** distribution, e.g., 'dnf install python3-docutils' on Fedora,) 30 $(info ** https://docutils.sourceforge.io/docs/dev/repository.html ) 44 $(INSTALL) -d -m 755 $(DESTDIR)$(MAN1DIR) 45 $(INSTALL) -m 644 $(DOC_MAN1) $(DESTDIR)$(MAN1DIR)
|
/openbmc/linux/Documentation/sphinx/ |
H A D | kerneldoc.py | 1 # coding=utf-8 27 # Please make sure this works on both python2 and python3. 37 from docutils import nodes, statemachine 38 from docutils.statemachine import ViewList 39 from docutils.parsers.rst import directives, Directive 41 from sphinx.util.docutils import switch_source_input 47 """Extract kernel-doc comments from the specified file""" 55 'no-identifiers': directives.unchanged, 62 cmd = [env.config.kerneldoc_bin, '-rst', '-enable-lineno'] 64 # Pass the version string to kernel-doc, as it needs to use a different [all …]
|
H A D | kernel_include.py | 1 #!/usr/bin/env python3 2 # -*- coding: utf-8; mode: python -*- 6 kernel-include 9 Implementation of the ``kernel-include`` reST-directive. 14 The ``kernel-include`` reST-directive is a replacement for the ``include`` 15 directive. The ``kernel-include`` directive expand environment variables in 22 docutils *prohibit* pathnames pointing to locations *above* the filesystem 27 non-existing variables are left unchanged. 36 from docutils import io, nodes, statemachine 37 from docutils.utils.error_reporting import SafeString, ErrorString [all …]
|
H A D | rstFlatTable.py | 1 #!/usr/bin/env python3 2 # -*- coding: utf-8; mode: python -*- 6 flat-table 9 Implementation of the ``flat-table`` reST-directive. 14 The ``flat-table`` (:py:class:`FlatTable`) is a double-stage list similar to 15 the ``list-table`` with some additional features: 17 * *column-span*: with the role ``cspan`` a cell can be extended through 20 * *row-span*: with the role ``rspan`` a cell can be extended through 24 right side of that table-row. With Option ``:fill-cells:`` this behavior 30 * header-rows: [int] count of header rows [all …]
|
/openbmc/qemu/docs/sphinx/ |
H A D | kerneldoc.py | 1 # coding=utf-8 27 # Please make sure this works on both python2 and python3. 37 from docutils import nodes, statemachine 38 from docutils.statemachine import ViewList 39 from docutils.parsers.rst import directives, Directive 43 from sphinx.util.docutils import switch_source_input 51 """Extract kernel-doc comments from the specified file""" 64 cmd = env.config.kerneldoc_bin + ['-rst', '-enable-lineno'] 66 # Pass the version string to kernel-doc, as it needs to use a different 69 cmd += ['-sphinx-version', sphinx.__version__] [all …]
|
/openbmc/u-boot/Documentation/sphinx/ |
H A D | kernel_include.py | 1 #!/usr/bin/env python3 2 # -*- coding: utf-8; mode: python -*- 6 kernel-include 9 Implementation of the ``kernel-include`` reST-directive. 14 The ``kernel-include`` reST-directive is a replacement for the ``include`` 15 directive. The ``kernel-include`` directive expand environment variables in 22 docutils *prohibit* pathnames pointing to locations *above* the filesystem 27 non-existing variables are left unchanged. 36 from docutils import io, nodes, statemachine 37 from docutils.utils.error_reporting import SafeString, ErrorString [all …]
|
H A D | kerneldoc.py | 1 # coding=utf-8 27 # Please make sure this works on both python2 and python3. 37 from docutils import nodes, statemachine 38 from docutils.statemachine import ViewList 39 from docutils.parsers.rst import directives, Directive 45 """Extract kernel-doc comments from the specified file""" 58 cmd = [env.config.kerneldoc_bin, '-rst', '-enable-lineno'] 66 tab_width = self.options.get('tab-width', self.state.document.settings.tab_width) 70 cmd += ['-export'] 73 cmd += ['-internal'] [all …]
|
H A D | rstFlatTable.py | 1 #!/usr/bin/env python3 2 # -*- coding: utf-8; mode: python -*- 6 flat-table 9 Implementation of the ``flat-table`` reST-directive. 14 The ``flat-table`` (:py:class:`FlatTable`) is a double-stage list similar to 15 the ``list-table`` with some additional features: 17 * *column-span*: with the role ``cspan`` a cell can be extended through 20 * *row-span*: with the role ``rspan`` a cell can be extended through 24 right side of that table-row. With Option ``:fill-cells:`` this behavior 30 * header-rows: [int] count of header rows [all …]
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/geany/ |
H A D | geany_1.38.bb | 3 LICENSE = "GPL-2.0-only" 6 DEPENDS = "gtk+3 libxml-parser-perl-native python3-docutils-native intltool-native" 8 inherit features_check autotools pkgconfig perlnative gettext mime-xdg 13 file://0001-configure-Upgrade-to-a-modern-Gettext.patch \ 19 EXTRA_OECONF = "--disable-html-docs" 21 RRECOMMENDS:${PN} += "source-code-pro-fonts"
|
/openbmc/linux/tools/tracing/rtla/ |
H A D | README.txt | 1 RTLA: Real-Time Linux Analysis tools 3 The rtla meta-tool includes a set of commands that aims to analyze 4 the real-time properties of Linux. Instead of testing Linux as a black box, 12 - libtracefs 13 - libtraceevent 15 It also depends on python3-docutils to compile man pages.
|
/openbmc/linux/tools/verification/rv/ |
H A D | README.txt | 15 - libtracefs 16 - libtraceevent 18 It also depends on python3-docutils to compile man pages. 38 Documentation/trace/rv/runtime-verification.rst
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/ctags/ |
H A D | ctags_6.1.20250119.0.bb | 12 LICENSE = "GPL-2.0-only" 15 inherit autotools-brokensep pkgconfig manpages 18 SRC_URI = "git://github.com/universal-ctags/ctags;branch=master;protocol=https" 28 PACKAGECONFIG[readcmd] = "--enable-readcmd,--disable-readcmd" 29 PACKAGECONFIG[etags] = "--enable-etags,--disable-etags" 30 PACKAGECONFIG[xml] = "--enable-xml,--disable-xml,libxml2" 31 PACKAGECONFIG[json] = "--enable-json,--disable-json,jansson" 32 PACKAGECONFIG[seccomp] = "--enable-seccomp,--disable-seccomp,libseccomp" 33 PACKAGECONFIG[yaml] = "--enable-yaml,--disable-yaml,libyaml" 34 PACKAGECONFIG[manpages] = ",,python3-docutils-native"
|
/openbmc/openbmc/poky/meta/recipes-gnome/json-glib/ |
H A D | json-glib_1.10.6.bb | 1 SUMMARY = "JSON-GLib implements a full JSON parser using GLib and GObject" 2 DESCRIPTION = "Use JSON-GLib it is possible to parse and generate valid JSON\ 3 data structures, using a DOM-like API. JSON-GLib also offers GObject \ 7 BUGTRACKER = "https://gitlab.gnome.org/GNOME/json-glib/issues" 9 LICENSE = "LGPL-2.1-or-later" 12 DEPENDS = "glib-2.0 glib-2.0-native" 14 inherit gnomebase lib_package gobject-introspection gi-docgen gettext ptest-gnome manpages upstream… 21 SRC_URI += " file://run-ptest" 25 PACKAGECONFIG[manpages] = "-Dman=true,-Dman=false,libxslt-native xmlto-native python3-docutils-nati… 26 PACKAGECONFIG[tests] = "-Dtests=true,-Dtests=false" [all …]
|
/openbmc/openbmc/meta-openembedded/meta-oe/dynamic-layers/multimedia-layer/recipes-graphics/taisei/ |
H A D | taisei_1.4.2.bb | 2 DESCRIPTION = "Taisei Project is an open source fan-game set in the world of \ 3 Tōhō Project. It is a top-down vertical-scrolling curtain fire \ 5 STGs are fast-paced games focused around pattern recognition and \ 7 HOMEPAGE = "https://taisei-project.org" 8 BUGTRACKER = "https://github.com/taisei-project/taisei/issues" 9 LICENSE = "CC-BY-4.0 & CC0-1.0 & MIT" 20 DEPENDS:append:libc-musl = " libucontext" 21 LDFLAGS:append:libc-musl = " -lucontext" 35 SRC_URI = "gitsm://github.com/taisei-project/taisei.git;branch=v1.4.x;protocol=https \ 36 file://0001-util-consideredharmful-Use-overloadable-func-attribu.patch \ [all …]
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-connectivity/iwd/ |
H A D | iwd_3.3.bb | 3 LICENSE = "LGPL-2.1-only" 9 file://0001-build-Use-abs_top_srcdir-instead-of-abs_srcdir-for-e.patch \ 20 PACKAGECONFIG[client] = "--enable-client,--disable-client,readline" 21 PACKAGECONFIG[monitor] = "--enable-monitor,--disable-monitor" 22 PACKAGECONFIG[manpages] = "--enable-manual-pages,--disable-manual-pages,python3-docutils-native" 23 PACKAGECONFIG[wired] = "--enable-wired,--disable-wired" 24 PACKAGECONFIG[ofono] = "--enable-ofono,--disable-ofono" 25 PACKAGECONFIG[systemd] = "--with-systemd-unitdir=${systemd_system_unitdir},--disable-systemd-servic… 33 install -d ${S}/build-aux 38 rmdir --ignore-fail-on-non-empty ${D}/${bindir} [all …]
|
/openbmc/openbmc/meta-openembedded/meta-python/recipes-core/packagegroups/ |
H A D | packagegroup-meta-python.bb | 1 SUMMARY = "Meta-python ptest packagegroups" 7 packagegroup-meta-python3 \ 10 # Note that python3-cvxopt requires Fortran support. To enable this, 13 RDEPENDS:packagegroup-meta-python3 = "\ 14 ${@bb.utils.contains("DISTRO_FEATURES", "systemd", "python3-systemd", "", d)} \ 15 ${@bb.utils.contains("DISTRO_FEATURES", "x11 systemd", "python3-blivetgui", "", d)} \ 19 python3-absl \ 20 python3-aenum \ 21 python3-aiofiles \ 22 python3-aiohttp \ [all …]
|
/openbmc/openbmc/poky/meta/recipes-multimedia/alsa/ |
H A D | alsa-utils_1.2.13.bb | 4 HOMEPAGE = "http://www.alsa-project.org" 5 BUGTRACKER = "http://alsa-project.org/main/index.php/Bug_Tracking" 7 # Some parts are GPL-2.0-or-later, some are GPL-2.0-only (e.g. axfer, alsactl) 8 # so result is GPL-2.0-only 9 LICENSE = "GPL-2.0-only" 12 DEPENDS = "alsa-lib ncurses libsamplerate0" 21 PACKAGECONFIG[bat] = "--enable-bat,--disable-bat,fftwf" 23 PACKAGECONFIG[udev] = "--with-udev-rules-dir=`pkg-config --variable=udevdir udev`/rules.d,--with-ud… 24 PACKAGECONFIG[manpages] = "--enable-xmlto, --disable-xmlto, xmlto-native docbook-xml-dtd4-native do… 26 # alsa-utils specified in SRC_URI due to alsa-utils-scripts recipe [all …]
|