Home
last modified time | relevance | path

Searched refs:missing (Results 1 – 25 of 938) sorted by relevance

12345678910>>...38

/OK3568_Linux_fs/buildroot/package/vte/
H A D0001-build-Fix-build-with-kernel-headers-from-linux-4-13.patch7 ioctl, so let's also support building with one. Add the missing
8 ioctl definition to missing.hh.
16 src/missing.hh | 12 ++++++++++++
19 diff --git a/src/missing.hh b/src/missing.hh
21 --- a/src/missing.hh
22 +++ b/src/missing.hh
/OK3568_Linux_fs/buildroot/package/linuxptp/
H A D0001-missing.h-drop-clock_nanosleep-replacement.patch4 Subject: [PATCH] missing.h: drop clock_nanosleep() replacement
18 missing.h:117:19: error: static declaration of 'clock_nanosleep' follows non-static declaration
26 missing.h | 7 -------
29 diff --git a/missing.h b/missing.h
31 --- a/missing.h
32 +++ b/missing.h
/OK3568_Linux_fs/buildroot/package/kmod/
H A D0001-fix-O_CLOEXEC.patch15 - move dummy definition from libkmod-internal.h to missing.h
28 shared/missing.h | 4 ++++
31 diff --git a/shared/missing.h b/shared/missing.h
33 --- a/shared/missing.h
34 +++ b/shared/missing.h
/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,
36 + self.missing = list(set(self.missing) - set(sysconf_dis))
38 if self.missing:
H A Davoid_warning_about_tkinter.patch6 not adding this module to missing variable.
26 - self.missing.append('_tkinter')
28 +# self.missing.append('_tkinter')
/OK3568_Linux_fs/buildroot/package/iwd/
H A D0001-build-Add-reallocarray-to-missing-h.patch4 Subject: build: Add reallocarray to missing.h
23 src/missing.h | 7 +++++++
38 diff --git a/src/missing.h b/src/missing.h
40 --- a/src/missing.h
41 +++ b/src/missing.h
/OK3568_Linux_fs/yocto/poky/meta/lib/oeqa/selftest/cases/
H A Dmanifest.py14 self.missing = []
118 m_entry[k].missing = self.check_manifest_entries(\
120 if m_entry[k].missing:
123 logmsg = msg+':\n'+'\n'.join(m_entry[k].missing)
156 m_entry.missing = self.check_manifest_entries(\
158 if m_entry.missing:
161 logmsg = msg+':\n'+'\n'.join(m_entry.missing)
H A Dreproducible.py48 self.missing = []
57 self.missing.append(r)
70 self.missing.sort()
76 …(self.same), len(self.different), len(self.different_excluded), len(self.missing), len(self.total)…
279 self.write_package_list(package_class, 'missing', result.missing)
293 if result.missing or result.different:
295 (c, '\n'.join(r.test for r in (result.missing + result.different))))
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-core/sdbus-c++/
H A Dsdbus-c++-libsystemd_250.3.bb26 file://0005-src-basic-missing.h-check-for-missing-strndupa.patch \
28 file://0008-add-missing-FTW_-macros-for-musl.patch \
29 file://0009-fix-missing-of-__register_atfork-for-non-glibc-build.patch \
31 file://0011-test-sizeof.c-Disable-tests-for-missing-typedefs-in-.patch \
39 file://0019-Handle-missing-LOCK_EX.patch \
44 file://0026-Handle-missing-gshadow.patch \
/OK3568_Linux_fs/buildroot/package/lugaru/
H A D0002-Fix-mismatched-usage-length-build-fail-on-g.patch21 (...)/Source/main.cpp:602:5: warning: missing initializer for member ‘option::Descriptor::index’ [-…
23 (...)/Source/main.cpp:602:5: warning: missing initializer for member ‘option::Descriptor::type’ [-W…
25 (...)/Source/main.cpp:602:5: warning: missing initializer for member ‘option::Descriptor::shortopt’…
27 (...)/Source/main.cpp:602:5: warning: missing initializer for member ‘option::Descriptor::longopt’ …
29 (...)/Source/main.cpp:602:5: warning: missing initializer for member ‘option::Descriptor::check_arg…
30 (...)/Source/main.cpp:602:5: warning: missing initializer for member ‘option::Descriptor::help’ [-W…
/OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/mtools/mtools/
H A Dmtools-makeinfo.patch52 + MAKEINFO="@echo makeinfo missing; true"
56 + TEXI2DVI="@echo texi2dvi missing; true"
60 + TEXI2PDF="@echo texi2pdf missing; true"
64 + TEXI2HTML="@echo texi2html missing; true"
68 + DVI2PS="@echo dvi2ps missing; true"
/OK3568_Linux_fs/yocto/poky/meta/recipes-support/vte/vte/
H A D0001-Add-W_EXITCODE-macro-for-non-glibc-systems.patch16 src/missing.hh | 4 ++++
20 --- a/src/missing.hh
21 +++ b/src/missing.hh
39 +#include "missing.hh" // for W_EXITCODE on non-glibc systems
/OK3568_Linux_fs/yocto/poky/meta/classes/
H A Dfeatures_check.bbclass40 missing = set.difference(required_features, features)
41 if missing:
42 raise bb.parse.SkipRecipe("missing required %s feature%s '%s' (not in %s_FEATURES)"
43 % (kind.lower(), 's' if len(missing) > 1 else '', ' '.join(missing), kind))
/OK3568_Linux_fs/buildroot/support/scripts/
H A Dcheck-dotconfig.py32 missing = [line for line in defconfiglines if line not in configlines]
34 if missing:
36 for m in missing:
/OK3568_Linux_fs/output/sessions/2025-06-06_01-57-56/
H A Dinitial.env
/OK3568_Linux_fs/output/sessions/2025-06-05_23-17-21/
H A Dinitial.env
/OK3568_Linux_fs/output/
H A Dinitial.env
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/regulator/
H A Dtps62360-regulator.txt15 If this property is missing, then assume that there is no GPIO
18 If this property is missing, then assume that there is no GPIO
21 If this property is missing, then assume the state as low (0).
23 If this property is missing, then assume the state as low (0).
/OK3568_Linux_fs/kernel/Documentation/admin-guide/media/
H A Drcar-fdp1.rst27 recover missing lines. This method is also known as blending or Line
30 - The previous and next fields are averaged to recover lines missing from
34 field is used to fill missing lines from the current field. This method
38 used to fill missing lines from the current field. This method is also
/OK3568_Linux_fs/kernel/scripts/coccinelle/misc/
H A Dadd_namespace.cocci3 /// Adds missing MODULE_IMPORT_NS statements to source files
6 /// add a missing namespace tag to a module source file.
18 // Add missing imports, but only adjacent to a MODULE_LICENSE statement.
/OK3568_Linux_fs/kernel/Documentation/
H A DKconfig3 bool "Warn if there's a missing documentation file"
7 This option makes the Kernel to check for missing dependencies,
8 warning when something is missing. Works only if the Kernel
/OK3568_Linux_fs/device/rockchip/common/linux-kbuild/armhf/linux-kbuild-4.19/scripts/
H A DMakefile.headersinst61 missing := $(filter-out $(all-files),$(mandatory-y))
62 ifneq ($(missing),)
63 $(error Some mandatory headers ($(missing)) are missing in $(obj))
/OK3568_Linux_fs/device/rockchip/common/linux-kbuild/aarch64/linux-kbuild-4.19/scripts/
H A DMakefile.headersinst61 missing := $(filter-out $(all-files),$(mandatory-y))
62 ifneq ($(missing),)
63 $(error Some mandatory headers ($(missing)) are missing in $(obj))
/OK3568_Linux_fs/kernel/scripts/coccinelle/free/
H A Dpci_free_consistent.cocci2 /// Find missing pci_free_consistent for every pci_alloc_consistent.
43 msg = "ERROR: missing pci_free_consistent; pci_alloc_consistent on line %s and return without freei…
51 msg = "ERROR: missing pci_free_consistent; pci_alloc_consistent on line %s and return without freei…
/OK3568_Linux_fs/kernel/
H A DKbuild40 # Check for missing system calls
42 always-y += missing-syscalls
47 missing-syscalls: scripts/checksyscalls.sh $(offsets-file) FORCE

12345678910>>...38