| /openbmc/openbmc/poky/meta/recipes-devtools/valgrind/valgrind/ |
| H A D | 0001-docs-Disable-manual-validation.patch | 4 Subject: [PATCH] docs: Disable manual validation 12 | ../callgrind/docs/cl-manual.xml:4: warning: failed to load external entity "http://www.oasis-open… 13 | <!ENTITY % vg-entities SYSTEM "../../docs/xml/vg-entities.xml"> %vg-entities; ] 18 docs/Makefile.am | 2 +- 21 diff --git a/docs/Makefile.am b/docs/Makefile.am 23 --- a/docs/Makefile.am 24 +++ b/docs/Makefile.am
|
| /openbmc/openbmc/poky/meta/recipes-bsp/efivar/efivar/ |
| H A D | 0001-docs-do-not-build-efisecdb-manpage.patch | 4 Subject: [PATCH] docs: do not build efisecdb manpage 11 docs/Makefile | 2 +- 14 diff --git a/docs/Makefile b/docs/Makefile 16 --- a/docs/Makefile 17 +++ b/docs/Makefile
|
| /openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/tinyproxy/tinyproxy/ |
| H A D | disable-documentation.patch | 20 - docs \ 36 - ! test -e docs/man5/tinyproxy.conf.5 -a -e docs/man8/tinyproxy.8 ; then 51 -docs/Makefile 52 -docs/man5/Makefile 53 -docs/man5/tinyproxy.conf.txt 54 -docs/man8/Makefile 55 -docs/man8/tinyproxy.txt
|
| /openbmc/openbmc/meta-openembedded/meta-gnome/recipes-support/libuser/libuser/ |
| H A D | 0001-docs-Disable-building.patch | 4 Subject: [PATCH] docs: Disable building 11 docs/Makefile.am | 2 +- 14 diff --git a/docs/Makefile.am b/docs/Makefile.am 16 --- a/docs/Makefile.am 17 +++ b/docs/Makefile.am
|
| H A D | gtkdoc.patch | 2 documentation will be built (as the default is ./docs). 19 +GTK_DOC_CHECK([1.14],[--flavour no-tmpl --docdir docs/reference]) 21 AC_CONFIG_FILES([Makefile po/Makefile.in docs/Makefile docs/reference/Makefile
|
| /openbmc/openbmc/poky/documentation/tools/ |
| H A D | build-docs-container | 84 docs=ubuntu_docs.sh 91 docs=fedora_docs.sh 117 docs=opensuse_docs.sh 129 docs=ubuntu_docs.sh 142 --build-arg DOCS="$docs" \ 153 --workdir=/docs
|
| /openbmc/telemetry/ |
| H A D | README.md | 7 This application is implementation of Telemetry proposed in OpenBMC design docs 29 To build it using bitbake follow the guide from OpenBMC docs`[5]`. To build it 54 More information can be found in OpenBMC docs repository `[8]`. 58 1. [OpenBMC platform telemetry design](https://github.com/openbmc/docs/blob/master/designs/telemetr… 59 2. [Sensor support for OpenBMC](https://github.com/openbmc/docs/blob/master/architecture/sensor-arc… 62 5. [Yocto-development](https://github.com/openbmc/docs/blob/master/yocto-development.md) 65 8. [OpenBMC-docs-repository](https://github.com/openbmc/docs)
|
| /openbmc/openbmc/poky/meta/recipes-core/meta/ |
| H A D | buildtools-docs-tarball.bb | 3 …pe target for building a standalone tarball containing the tools needed to build the project docs." 4 …pe target for building a standalone tarball containing the tools needed to build the project docs." 15 TOOLCHAIN_OUTPUTNAME = "${SDK_ARCH}-buildtools-docs-nativesdk-standalone-${DISTRO_VERSION}" 19 TESTSDK_CASES = "buildtools-docs-cases"
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/avro/avro-c/ |
| H A D | 0001-AVRO-3957-C-Fix-typos-in-docs-and-examples-2795.patch | 4 Subject: [PATCH] AVRO-3957: [C] Fix typos in docs and examples (#2795) 6 * AVRO-3957: [C] Fix misformatted type in docs 27 Upstream-Status: Backport [52f051dbee AVRO-3957: [C] Fix typos in docs and examples (#2795)] 30 lang/c/docs/index.txt | 2 +- 34 diff --git a/lang/c/docs/index.txt b/lang/c/docs/index.txt 36 --- a/lang/c/docs/index.txt 37 +++ b/lang/c/docs/index.txt
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/libgxim/libgxim/ |
| H A D | 0001-Use-AM_CPPFLAGS-instead-of-INCLUDES.patch | 9 docs/reference/Makefile.am | 2 +- 14 diff --git a/docs/reference/Makefile.am b/docs/reference/Makefile.am 16 --- a/docs/reference/Makefile.am 17 +++ b/docs/reference/Makefile.am
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-gnome/gtk+/gtk+/ |
| H A D | doc-fixes.patch | 11 diff -urN gtk+-2.22.1.orig/docs/Makefile.am gtk+-2.22.1/docs/Makefile.am 12 --- gtk+-2.22.1.orig/docs/Makefile.am 2010-11-15 04:13:09.000000000 -0800 13 +++ gtk+-2.22.1/docs/Makefile.am 2011-02-23 19:25:16.914815097 -0800
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/dmalloc/dmalloc/ |
| H A D | 150-use_DESTDIR.patch | 86 installdocs : $(srcdir)/docs/$(HTMLFILE) $(srcdir)/docs/$(TEXIFILE) \ 87 $(srcdir)/docs/$(PDFFILE) 89 - $(INSTALL_DATA) $(srcdir)/docs/$(HTMLFILE) $(docdir) 90 - $(INSTALL_DATA) $(srcdir)/docs/$(TEXIFILE) $(docdir) 91 - $(INSTALL_DATA) $(srcdir)/docs/$(PDFFILE) $(docdir) 93 + $(INSTALL_DATA) $(srcdir)/docs/$(HTMLFILE) $(DESTDIR)/$(docdir) 94 + $(INSTALL_DATA) $(srcdir)/docs/$(TEXIFILE) $(DESTDIR)/$(docdir) 95 + $(INSTALL_DATA) $(srcdir)/docs/$(PDFFILE) $(DESTDIR)/$(docdir)
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/enca/enca/ |
| H A D | dont-run-tests.patch | 9 SUBDIRS = tools data script lib src devel-docs test 11 -SUBDIRS = tools script lib src devel-docs test 12 +SUBDIRS = tools script lib src devel-docs
|
| /openbmc/openbmc/poky/documentation/migration-guides/ |
| H A D | release-notes-4.0.1.rst | 40 - docs: conf.py: fix cve extlinks caption for sphinx <4.0 41 - docs: migration-guides: migration-3.4: mention that hardcoded password are supported if hashed 42 - docs: migration-guides: release-notes-4.0: fix risc-v typo 43 - docs: migration-guides: release-notes-4.0: replace kernel placeholder with correct recipe name 44 - docs: ref-manual: variables: add hashed password example in :term:`EXTRA_USERS_PARAMS` 45 - docs: set_versions.py: add information about obsolescence of a release 46 - docs: set_versions.py: fix latest release of a branch being shown twice in switchers.js 47 - docs: set_versions.py: fix latest version of an active release shown as obsolete 48 - docs: set_versions.py: mark as obsolete only branches and old tags from obsolete releases 49 - docs: sphinx-static: switchers.js.in: do not mark branches as outdated [all …]
|
| H A D | release-notes-5.0.1.rst | 19 - docs: add support for scarthgap 5.0 release 20 - docs: brief-yoctoprojectqs: explicit version dependency on websockets python module 21 - docs: brief-yoctoprojectqs: Update to the correct hash equivalence server address 128 yocto-docs 130 - Repository Location: :yocto_git:`/yocto-docs` 131 - Branch: :yocto_git:`scarthgap </yocto-docs/log/?h=scarthgap>` 132 - Tag: :yocto_git:`yocto-5.0.1 </yocto-docs/log/?h=yocto-5.0.1>` 133 - Git Revision: :yocto_git:`875dfe69e93bf8fee3b8c07818a6ac059f228a13 </yocto-docs/commit/?id=875df…
|
| H A D | release-notes-4.3.4.rst | 55 - docs: add initial stylechecks with Vale 56 - docs: correct sdk installation default path 57 - docs: document VIRTUAL-RUNTIME variables 58 - docs: suppress excess use of "following" word 59 - docs: use "manual page(s)" 60 - docs: Makefile: remove releases.rst in "make clean" 87 - ref-manual: system-requirements: update packages to build docs 200 yocto-docs 202 - Repository Location: :yocto_git:`/yocto-docs` 203 - Branch: :yocto_git:`nanbield </yocto-docs/log/?h=nanbield>` [all …]
|
| /openbmc/docs/ |
| H A D | features.md | 52 https://github.com/openbmc/docs/blob/master/architecture/object-mapper.md 58 https://github.com/openbmc/docs/blob/master/architecture/code-update/code-update.md 62 https://github.com/openbmc/docs/blob/master/host-management.md 64 https://github.com/openbmc/docs/blob/master/architecture/ipmi-architecture.md 69 https://github.com/openbmc/docs/blob/master/architecture/LED-architecture.md 84 [phosphor rest apis]: https://github.com/openbmc/docs/blob/master/rest-api.md 86 https://github.com/openbmc/docs/blob/master/architecture/user-management.md 91 https://github.com/openbmc/docs/blob/master/architecture/sensor-architecture.md 93 https://github.com/openbmc/docs/blob/master/development/dev-environment.md 96 [sol how to use]: https://github.com/openbmc/docs/blob/master/console.md
|
| /openbmc/qemu/python/tests/ |
| H A D | qapi-flake8.sh | 5 ../docs/sphinx/qapidoc.py \ 6 ../docs/sphinx/qapi_domain.py
|
| H A D | qapi-isort.sh | 7 ../docs/sphinx/qapi_domain.py \ 8 ../docs/sphinx/qapidoc.py
|
| H A D | qapi-pylint.sh | 7 ../docs/sphinx/qapidoc.py \ 8 ../docs/sphinx/qapi_domain.py
|
| /openbmc/webui-vue/docs/guide/quickstart/ |
| H A D | forms.md | 4 [bootstrap-vue form component](https://bootstrap-vue.org/docs/components/form) 11 [form component](https://bootstrap-vue.org/docs/components/form). Use the 18 [form group component](https://bootstrap-vue.org/docs/components/form-group) 23 - [Form checkbox](https://bootstrap-vue.org/docs/components/form-checkbox) 24 - [Form input](https://bootstrap-vue.org/docs/components/form-input) 25 - [Form radio](https://bootstrap-vue.org/docs/components/form-radio) 26 - [Form select](https://bootstrap-vue.org/docs/components/form-select)
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/liblognorm/ |
| H A D | liblognorm_2.0.6.bb | 24 PACKAGECONFIG[docs] = "--enable-docs,--disable-docs,sphinx,"
|
| /openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/VirtualMedia/ |
| H A D | README.md | 4 [openbmc/docs/designs/VirtualMedia.md][design]. 6 [design]: https://github.com/openbmc/docs/blob/master/designs/VirtualMedia.md
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/multipath-tools/files/ |
| H A D | 0013-libdmmp-Makefile-Fix-KBUILD_BUILD_TIMESTAMP-usage.patch | 21 @@ -74,7 +74,7 @@ doc: docs/man/dmmp_strerror.3 22 docs/man/dmmp_strerror.3: $(HEADERS) 24 cat $^ | perl docs/doc-preclean.pl >$$TEMPFILE; \
|
| /openbmc/qemu/ |
| H A D | MAINTAINERS | 26 S: Status, one of the following (keep in sync with docs/devel/maintainers.rst): 73 W: https://www.qemu.org/docs/master/devel/index.html 75 F: docs/devel/build-environment.rst 76 F: docs/devel/code-of-conduct.rst 77 F: docs/devel/codebase.rst 78 F: docs/devel/conflict-resolution.rst 79 F: docs/devel/style.rst 80 F: docs/devel/submitting-a-patch.rst 81 F: docs/devel/submitting-a-pull-request.rst 82 F: docs/glossary.rst [all …]
|