Home
last modified time | relevance | path

Searched refs:outlines (Results 1 – 25 of 35) sorted by relevance

12

/openbmc/openbmc/poky/scripts/lib/recipetool/
H A Dcreate_buildsys.py47 def extract_cmake_deps(outlines, srctree, extravalues, cmakelistsfile=None): argument
269 RecipeHandler.handle_depends(libdeps, pcdeps, deps, outlines, values, tinfoil.config_data)
272 handler.post_process(srctree, libdeps, pcdeps, deps, outlines, inherits, values)
282 def process_line(self, srctree, fn, line, libdeps, pcdeps, deps, outlines, inherits, values): argument
289 def process_findpackage(self, srctree, fn, pkg, deps, outlines, inherits, values): argument
296 def post_process(self, srctree, fn, pkg, deps, outlines, inherits, values): argument
384 def extract_autotools_deps(outlines, srctree, extravalues=None, acfile=None): argument
694 RecipeHandler.handle_depends(libdeps, pcdeps, deps, outlines, values, tinfoil.config_data)
697 handler.post_process(srctree, libdeps, pcdeps, deps, outlines, inherits, values)
720 def process_prog(self, srctree, keyword, value, prog, deps, outlines, inherits, values): argument
[all …]
H A Dcreate.py255 outlines.append('}')
256 outlines.append('')
879 outlines = []
880 outlines.extend(lines_before)
882 if outlines[-1] and not outlines[-1].startswith('#'):
883 outlines.append('')
885 outlines.append('')
886 outlines.extend(lines_after)
888 outlines = [ line.rstrip('\n') +"\n" for line in outlines]
891 … _, outlines = oe.recipeutils.patch_recipe_lines(outlines, extravalues, trailing_newline=True)
[all …]
/openbmc/linux/Documentation/crypto/
H A Dindex.rst8 This documentation outlines the Linux kernel crypto API with its
/openbmc/openbmc/poky/meta/lib/oe/
H A Dpatch.py358 outlines = []
390 outlines.append(line)
406 return outlines, author, date, subject
427 outlines, author, date, subject = GitApplyTree.interpretPatchHeader(lines)
445 if subject and not (outlines and outlines[0].strip() == subject):
446 outlines.insert(0, '%s\n\n' % subject.strip())
451 for line in outlines:
/openbmc/linux/Documentation/arch/arm/samsung/
H A Dgpio.rst8 This outlines the Samsung GPIO implementation and the architecture
/openbmc/webui-vue/docs/guide/
H A Dreadme.md7 This guide outlines the architecture and technologies used to build the OpenBMC
/openbmc/linux/Documentation/networking/
H A Dmac80211-auth-assoc-deauth.txt2 # This outlines the Linux authentication/association and
/openbmc/phosphor-health-monitor/
H A Dbmc_health_config_json.md3 This file outlines the format for the supplemental health metric config that can
/openbmc/openbmc/poky/documentation/dev-manual/
H A Dquilt.rst8 source tree. This section outlines the typical workflow you can use to
/openbmc/linux/Documentation/core-api/
H A Drefcount-vs-atomic.rst15 This document outlines the differences and provides respective examples
/openbmc/phosphor-dbus-interfaces/
H A Drequirements.md3 This document outlines requirements and expectations for dbus interfaces. These
/openbmc/openbmc/poky/meta/lib/oeqa/selftest/cases/
H A Drecipetool.py1154 outlines = []
1155 outlicenses = split_pkg_licenses(licvalues, packages, outlines, fallback_licenses)
1177 self.assertEqual(outlines, expected_outlines)
/openbmc/linux/Documentation/riscv/
H A Dvector.rst7 This document briefly outlines the interface provided to userspace by Linux in
/openbmc/qemu/docs/specs/
H A Dacpi_erst.rst10 (APEI)", and specifically subsection "Error Serialization", outlines a
/openbmc/qemu/docs/about/
H A Dbuild-platforms.rst7 platforms. This appendix outlines which platforms are the major build
/openbmc/webui-vue/docs/customization/
H A Dreadme.md362 libraries. This section outlines the global options and variables that can be
H A Dtheme.md5 libraries. This section outlines the global options and variables that can be
/openbmc/linux/Documentation/bpf/
H A Dmap_hash.rst34 following table outlines the properties of LRU maps depending on the a
/openbmc/linux/Documentation/translations/zh_CN/admin-guide/
H A Dreporting-issues.rst1356 contribution as Documentation/process/submitting-patches.rst outlines in
/openbmc/linux/Documentation/power/
H A Dsuspend-and-cpuhotplug.rst18 the locking involved. It outlines the notifications involved as well.
/openbmc/linux/Documentation/misc-devices/
H A Dxilinx_sdfec.rst107 The following outlines the flow the user should perform:
/openbmc/linux/Documentation/livepatch/
H A Dmodule-elf-format.rst5 This document outlines the ELF format requirements that livepatch modules must follow.
H A Dreliable-stacktrace.rst5 This document outlines basic information about reliable stacktracing.
/openbmc/docs/
H A Dcommunity-membership.md3 This doc outlines the various expectations of contributor roles in OpenBMC. The
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/fontforge/fontforge/
H A D0001-Fix-Translations-containing-invalid-directives-hs.patch184 msgid "The outlines of glyph %2$.30s were not found in the font %1$.60s"

12