Home
last modified time | relevance | path

Searched refs:docs (Results 1 – 25 of 814) sorted by relevance

12345678910>>...33

/openbmc/linux/tools/testing/selftests/bpf/
H A DMakefile.docs35 docs: $(DOCTARGETS)
58 docs-clean-$1:
62 docs-install-$1: docs
67 docs-uninstall-$1:
72 .PHONY: $1 docs-clean-$1 docs-install-$1 docs-uninstall-$1
79 docs-clean: $(foreach doctarget,$(DOCTARGETS), docs-clean-$(doctarget))
80 docs-install: $(foreach doctarget,$(DOCTARGETS), docs-install-$(doctarget))
81 docs-uninstall: $(foreach doctarget,$(DOCTARGETS), docs-uninstall-$(doctarget))
83 .PHONY: docs docs-clean docs-install docs-uninstall man2 man7
/openbmc/openbmc/poky/meta/recipes-devtools/valgrind/valgrind/
H A D0001-docs-Disable-manual-validation.patch4 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/meta-openembedded/meta-networking/recipes-support/tinyproxy/tinyproxy/
H A Ddisable-documentation.patch20 - 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/poky/meta/recipes-bsp/efivar/efivar/
H A D0001-docs-do-not-build-efisecdb-manpage.patch4 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-gnome/recipes-support/libuser/libuser/
H A D0001-docs-Disable-building.patch4 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 Dgtkdoc.patch2 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/qemu/
H A D.readthedocs.yml3 # See https://docs.readthedocs.io/en/stable/config-file/v2.html for details
14 # Build documentation in the docs/ directory with Sphinx
16 configuration: docs/conf.py
19 # https://docs.readthedocs.io/en/stable/guides/reproducible-builds.html
22 - requirements: docs/requirements.txt
H A DMAINTAINERS76 F: docs/devel/style.rst
121 F: docs/system/s390x/
163 F: docs/devel/tcg*
1984 F: docs/pci*
2598 F: docs/*/*xive*
2998 F: docs/nvdimm.txt
3984 F: docs/pvrdma.txt
4046 F: docs/devel/ci*
4156 F: docs/conf.py
4157 F: docs/*/conf.py
[all …]
/openbmc/telemetry/
H A DREADME.md7 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/meta-openembedded/meta-oe/recipes-support/enca/enca/
H A Dmakefile-remove-tools.patch7 -SUBDIRS = tools data script lib src devel-docs test
8 +SUBDIRS = data script lib src devel-docs test
10 -SUBDIRS = tools script lib src devel-docs
11 +SUBDIRS = script lib src devel-docs
H A Ddont-run-tests.patch9 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/meta/recipes-core/meta/
H A Dbuildtools-docs-tarball.bb3 …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."
14 TOOLCHAIN_OUTPUTNAME = "${SDK_ARCH}-buildtools-docs-nativesdk-standalone-${DISTRO_VERSION}"
18 TESTSDK_CASES = "buildtools-docs-cases"
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/dmalloc/dmalloc/
H A D150-use_DESTDIR.patch86 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-extended/libgxim/libgxim/
H A D0001-Use-AM_CPPFLAGS-instead-of-INCLUDES.patch9 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 Ddoc-fixes.patch11 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/linux/Documentation/admin-guide/LSM/
H A Dtomoyo.rst33 https://osdn.jp/projects/tomoyo/docs/?category_id=532&language_id=1 .
38 https://osdn.jp/projects/tomoyo/docs/lca2009-takeda.pdf
40 https://osdn.jp/projects/tomoyo/docs/freedomhectaipei-tomoyo.pdf
42 https://osdn.jp/projects/tomoyo/docs/PacSec2007-en-no-demo.pdf
46 https://osdn.jp/projects/tomoyo/docs/lca2009-kumaneko.pdf
48 https://osdn.jp/projects/tomoyo/docs/lfj2008-bof.pdf
52 https://osdn.jp/projects/tomoyo/docs/lfj2008.pdf
/openbmc/docs/
H A Dfeatures.md53 https://github.com/openbmc/docs/blob/master/architecture/object-mapper.md
59 https://github.com/openbmc/docs/blob/master/architecture/code-update/code-update.md
63 https://github.com/openbmc/docs/blob/master/host-management.md
65 https://github.com/openbmc/docs/blob/master/host-management.md
67 https://github.com/openbmc/docs/blob/master/architecture/ipmi-architecture.md
72 https://github.com/openbmc/docs/blob/master/architecture/LED-architecture.md
87 [phosphor rest apis]: https://github.com/openbmc/docs/blob/master/rest-api.md
89 https://github.com/openbmc/docs/blob/master/architecture/user-management.md
94 https://github.com/openbmc/docs/blob/master/architecture/sensor-architecture.md
96 https://github.com/openbmc/docs/blob/master/development/dev-environment.md
[all …]
/openbmc/openbmc/poky/documentation/migration-guides/
H A Drelease-notes-4.0.1.rst40 - docs: conf.py: fix cve extlinks caption for sphinx <4.0
42 - docs: migration-guides: release-notes-4.0: fix risc-v typo
45 - docs: set_versions.py: add information about obsolescence of a release
49 - docs: sphinx-static: switchers.js.in: do not mark branches as outdated
50 - docs: sphinx-static: switchers.js.in: fix broken switcher for branches
51 - docs: sphinx-static: switchers.js.in: improve obsolete version detection
54 - docs: update Bitbake objects.inv location for master branch
245 yocto-docs
247 - Repository Location: :yocto_git:`/yocto-docs`
248 - Branch: :yocto_git:`kirkstone </yocto-docs/log/?h=kirkstone>`
[all …]
H A Drelease-notes-4.3.4.rst55 - 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 …]
H A Drelease-notes-4.0.16.rst49 - docs:what-i-wish-id-known.rst: fix URL
50 - docs: document VSCode extension
51 - docs:brief-yoctoprojectqs:index.rst: align variable order with default local.conf
52 - docs:migration-guides: add release notes for 4.0.15
53 - docs:migration-guides: release 3.5 is actually 4.0
185 yocto-docs
187 - Repository Location: :yocto_git:`/yocto-docs`
188 - Branch: :yocto_git:`kirkstone </yocto-docs/log/?h=kirkstone>`
189 - Tag: :yocto_git:`yocto-4.0.16 </yocto-docs/log/?h=yocto-4.0.16>`
190 - Git Revision: :yocto_git:`aba67b58711019a6ba439b2b77337f813ed799ac </yocto-docs/commit/?id=aba67…
/openbmc/linux/Documentation/devicetree/bindings/iio/chemical/
H A Dsenseair,sunrise.yaml17 https://rmtplusstoragesenseair.blob.core.windows.net/docs/Dev/publicerat/PSP11704.pdf
18 https://rmtplusstoragesenseair.blob.core.windows.net/docs/Dev/publicerat/PSH11649.pdf
19 https://rmtplusstoragesenseair.blob.core.windows.net/docs/Dev/publicerat/TDE5531.pdf
20 https://rmtplusstoragesenseair.blob.core.windows.net/docs/Market/publicerat/TDE7318.pdf
/openbmc/webui-vue/docs/guide/quickstart/
H A Dforms.md4 [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/linux/Documentation/hwmon/
H A Dtmp401.rst12 Datasheet: http://focus.ti.com/docs/prod/folders/print/tmp401.html
20 Datasheet: http://focus.ti.com/docs/prod/folders/print/tmp411.html
28 Datasheet: http://focus.ti.com/docs/prod/folders/print/tmp431.html
36 Datasheet: http://focus.ti.com/docs/prod/folders/print/tmp432.html
44 Datasheet: http://focus.ti.com/docs/prod/folders/print/tmp435.html
/openbmc/webui-vue/.github/workflows/
H A Ddeploy-docs-to-gh-pages.yml17 - run: npm run docs:build
21 cd docs/.vuepress/dist
34 directory: ./docs/.vuepress/dist
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/liblognorm/
H A Dliblognorm_2.0.6.bb24 PACKAGECONFIG[docs] = "--enable-docs,--disable-docs,sphinx,"

12345678910>>...33