Home
last modified time | relevance | path

Searched refs:dependencies (Results 1 – 25 of 645) sorted by relevance

12345678910>>...26

/OK3568_Linux_fs/buildroot/package/
H A Ddoc-asciidoc.mk3 .PHONY: asciidoc-check-dependencies
4 asciidoc-check-dependencies:
15 asciidoc-check-dependencies-pdf:
62 asciidoc-check-dependencies-$(5):
63 .PHONY: $(1)-check-dependencies-$(5)
65 $(1)-check-dependencies-$(5): asciidoc-check-dependencies-$(5)
116 $(1)-check-dependencies \
117 $(1)-check-dependencies-$(5) \
146 .PHONY: $(1)-check-dependencies
147 $(1)-check-dependencies: asciidoc-check-dependencies $$($(2)_DEPENDENCIES)
/OK3568_Linux_fs/buildroot/support/dependencies/
H A Ddependencies.mk18 $(if $(1),$(shell support/dependencies/check-host-$(1).sh $(2)))
23 include support/dependencies/check-host-tar.mk
24 -include $(sort $(filter-out %-tar.mk,$(wildcard support/dependencies/check-host-*.mk)))
26 dependencies:
28 $(TOPDIR)/support/dependencies/dependencies.sh
35 .PHONY: dependencies
/OK3568_Linux_fs/yocto/poky/bitbake/lib/toaster/toastergui/static/js/
H A DlayerDepsModal.js10 dependencies, argument
40 for (var i = 0; i < dependencies.length; i++) {
42 deplistHtml += dependencies[i].id;
44 deplistHtml += dependencies[i].name;
49 $("#dependencies-modal").data("deps", dependencies);
76 for (var j = 0; j < dependencies.length; j++) {
77 if (dependencies[j].id == selectedLayerIds[i]) {
78 selectedLayers.push(dependencies[j]);
/OK3568_Linux_fs/kernel/scripts/
H A Ddev-needs.sh25 -c lists the compatible string of the dependencies
26 -d lists the driver name of the dependencies that have probed
27 -m lists the module name of the dependencies that have a module
28 -f list the firmware node path of the dependencies
29 -g list the dependencies as edges and nodes for graphviz
30 -t list the dependencies as edges for tsort
32 The filter options provide a way to filter out some dependencies:
33 --allow-no-driver By default dependencies that don't have a driver
41 dependencies.
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/text/
H A Dglyph_manager.cpp22 auto dependencies = std::make_shared<GlyphDependencies>(std::move(glyphDependencies)); in getGlyphs() local
28 for (const auto& dependency : *dependencies) { in getGlyphs()
48 request.requestors[&requestor] = dependencies; in getGlyphs()
56 if (dependencies.unique()) { in getGlyphs()
57 notify(requestor, *dependencies); in getGlyphs()
110 const std::shared_ptr<GlyphDependencies>& dependencies = pair.second; in processResponse() local
111 if (dependencies.unique()) { in processResponse()
112 notify(requestor, *dependencies); in processResponse()
/OK3568_Linux_fs/yocto/poky/bitbake/lib/layerindexlib/
H A D__init__.py379 def _resolve_dependencies(layerbranches, ignores, dependencies, invalid, processed=None): argument
420 if deplayerbranch.layer.name not in dependencies:
431 …(dependencies, invalid) = _resolve_dependencies([deplayerbranch], ignores, dependencies, invalid, …
433 if deplayerbranch.layer.name not in dependencies:
434 dependencies[deplayerbranch.layer.name] = [deplayerbranch, layerdependency]
436 if layerdependency not in dependencies[deplayerbranch.layer.name]:
437 dependencies[deplayerbranch.layer.name].append(layerdependency)
439 return (dependencies, invalid)
442 dependencies = OrderedDict()
443 … (dependencies, invalid) = _resolve_dependencies(layerbranches, ignores, dependencies, invalid)
[all …]
/OK3568_Linux_fs/yocto/poky/bitbake/lib/bblayers/
H A Dlayerindex.py95 …(dependencies, invalidnames) = cookerIndex.find_dependencies(names=args.layername, ignores=ignore_…
121 …(dependencies, invalidnames) = lIndex.find_dependencies(names=args.layername, ignores=ignore_layer…
131 for deplayerbranch in dependencies:
132 layerBranch = dependencies[deplayerbranch][0]
140 layerDeps = dependencies[deplayerbranch][1:]
163 if dependencies:
177 for deplayerbranch in dependencies:
178 layerBranch = dependencies[deplayerbranch][0]
/OK3568_Linux_fs/buildroot/docs/manual/
H A Dpackage-make-target.txt9 and its dependencies.
28 | +depends+ | Build and install all dependencies required to
62 | +show-depends+ | Displays the first-order dependencies required to build the
65 | +show-recursive-depends+ | Recursively displays the dependencies
68 | +show-rdepends+ | Displays the first-order reverse dependencies of
72 dependencies of the package (i.e the packages that depend on it,
81 dependencies (i.e the packages that depend on it, directly or
H A Dadding-packages-directory.txt49 3. Any dependencies on the target in +depends on+ form
50 4. Any dependencies on the toolchain in +depends on+ form
51 5. Any dependencies on other packages in +depends on+ form
78 dependencies of one or more target packages. In this case, add
111 dependencies are enabled. Typically, Buildroot uses the following
114 * Use a +select+ type of dependency for dependencies on
115 libraries. These dependencies are generally not obvious and it
117 dependencies are selected. For example, the _libgtk2_ package uses
125 dependency for dependencies on target architecture, MMU support and
126 toolchain options (see xref:dependencies-target-toolchain-options[]),
[all …]
/OK3568_Linux_fs/external/libmali/hook/
H A Dmeson.build30 if cc.has_function(gbm_symbol, dependencies : mali)
35 if cc.has_function(symbol, dependencies : mali)
42 if cc.has_function(egl_symbol, dependencies : mali)
48 if cc.has_function(wayland_symbol, dependencies : mali)
64 dependencies : libhook_dep,
/OK3568_Linux_fs/external/xserver/hw/xfree86/dixmods/
H A Dmeson.build7 dependencies: common_dep,
21 dependencies: common_dep,
35 dependencies: common_dep,
50 dependencies: [ common_dep, dl_dep ],
/OK3568_Linux_fs/yocto/poky/bitbake/lib/layerindexlib/tests/
H A Dcooker.py40 (dependencies, invalidnames) = self.layerindex.find_dependencies(names=['meta-python'])
43 for deplayerbranch in dependencies:
44 layerBranch = dependencies[deplayerbranch][0]
45 layerDeps = dependencies[deplayerbranch][1:]
70 layerBranch = dependencies[deplayerbranch][0]
H A Drestapi.py94 (dependencies, invalidnames) = self.layerindex.find_dependencies(names=['meta-python'])
97 for deplayerbranch in dependencies:
98 layerBranch = dependencies[deplayerbranch][0]
99 layerDeps = dependencies[deplayerbranch][1:]
125 layerBranch = dependencies[deplayerbranch][0]
/OK3568_Linux_fs/external/gstreamer-rockchip/gst/kmssrc/
H A Dmeson.build10 if cc.has_function('drmModeGetFB2', dependencies : drm_dep)
13 if cc.has_function('drmCloseBufferHandle', dependencies : drm_dep)
21 dependencies : [gstbase_dep, gstvideo_dep, gstallocators_dep, drm_dep],
/OK3568_Linux_fs/buildroot/utils/
H A Dscancpan763 my @dependencies = map( { q{host-} . fsname( $_ ); } sort @{$deps_build{$distname}} );
764 my $dependencies = join qq{ \\\n\t}, @dependencies;
765 $dependencies = qq{\\\n\t} . $dependencies if scalar @dependencies > 1;
789 …say {$fh} qq{${brname}_DEPENDENCIES = ${dependencies}} if $need_target{$distname} && $dependencies;
/OK3568_Linux_fs/yocto/poky/meta/classes/
H A Dnpm.bbclass96 Every dependencies have been fetched and patched in the source directory.
101 to be configured to take into account these cached dependencies.
139 if "dependencies" not in ptr:
140 ptr["dependencies"] = {}
141 ptr = ptr["dependencies"]
157 cached_manifest.pop("dependencies", None)
170 cached_shrinkwrap.pop("dependencies", None)
172 # Manage the dependencies
214 version = cached_shrinkwrap["dependencies"][name]["version"]
220 _update_manifest("dependencies")
[all …]
/OK3568_Linux_fs/buildroot/package/meson/
H A D0002-mesonbuild-dependencies-base.py-add-pkg_config_stati.patch4 Subject: [PATCH] mesonbuild/dependencies/base.py: add pkg_config_static
24 mesonbuild/dependencies/pkgconfig.py | 3 ++-
27 diff --git a/mesonbuild/dependencies/pkgconfig.py b/mesonbuild/dependencies/pkgconfig.py
29 --- a/mesonbuild/dependencies/pkgconfig.py
30 +++ b/mesonbuild/dependencies/pkgconfig.py
/OK3568_Linux_fs/external/xserver/hw/xfree86/
H A Dmeson.build106 dependencies: xorg_deps,
142 dependencies: xorg_deps,
159 dependencies: xorg_deps,
168 dependencies: xorg_deps,
179 dependencies: xorg_deps,
/OK3568_Linux_fs/kernel/Documentation/kbuild/
H A DKconfig.select-break17 # visit the dependencies of the select target (in this case B). And since
18 # Kconfig does not visit the dependencies, it breaks the dependencies of B
H A Dkconfig-language.rst24 Every entry has its own dependencies. These dependencies are used
44 the config option, input prompt, dependencies, help text and default
72 to the user. Optionally dependencies only for this prompt can be added
86 Optionally, dependencies only for this default value can be added with
115 Optionally dependencies for this default value can be added with "if".
117 - dependencies: "depends on" <expr>
120 dependencies are defined, they are connected with '&&'. Dependencies
133 - reverse dependencies: "select" <symbol> ["if" <expr>]
135 While normal dependencies reduce the upper limit of a symbol (see
136 below), reverse dependencies can be used to force a lower limit of
[all …]
/OK3568_Linux_fs/external/xserver/hw/xfree86/loader/
H A Dmeson.build9 dependencies: [common_dep, dl_dep],
15 dependencies: dl_dep,
/OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/python/python3/
H A D0017-setup.py-do-not-report-missing-dependencies-for-disa.patch4 Subject: [PATCH] setup.py: do not report missing dependencies for disabled
7 Reporting those missing dependencies is misleading as the modules would not
30 + # There is no need to report missing module dependencies,
/OK3568_Linux_fs/buildroot/package/weston/
H A D0020-pixman-renderer-Support-yuv-formats.patch72 +if cc.has_header_symbol('pixman.h', 'PIXMAN_nv12', dependencies : dep_pixman)
75 +if cc.has_header_symbol('pixman.h', 'PIXMAN_i420', dependencies : dep_pixman)
78 +if cc.has_header_symbol('pixman.h', 'PIXMAN_nv16', dependencies : dep_pixman)
/OK3568_Linux_fs/yocto/meta-rockchip/recipes-graphics/wayland/weston_11.0.1/
H A D0020-pixman-renderer-Support-yuv-formats.patch72 +if cc.has_header_symbol('pixman.h', 'PIXMAN_nv12', dependencies : dep_pixman)
75 +if cc.has_header_symbol('pixman.h', 'PIXMAN_i420', dependencies : dep_pixman)
78 +if cc.has_header_symbol('pixman.h', 'PIXMAN_nv16', dependencies : dep_pixman)
/OK3568_Linux_fs/yocto/meta-rockchip/recipes-graphics/wayland/weston_10.0.2/
H A D0017-pixman-renderer-Support-yuv-formats.patch72 +if cc.has_header_symbol('pixman.h', 'PIXMAN_nv12', dependencies : dep_pixman)
75 +if cc.has_header_symbol('pixman.h', 'PIXMAN_i420', dependencies : dep_pixman)
78 +if cc.has_header_symbol('pixman.h', 'PIXMAN_nv16', dependencies : dep_pixman)

12345678910>>...26