Home
last modified time | relevance | path

Searched refs:handle_error (Results 1 – 20 of 20) sorted by relevance

/openbmc/openbmc/poky/meta/classes-global/
H A Dinsane.bbclass103 …oe.qa.handle_error("shebang-size", "%s: %s maximum shebang size exceeded, the maximum size is 128.…
115 …oe.qa.handle_error("libexec", "%s: %s is using libexec please relocate to %s" % (name, package_qa_…
137 …oe.qa.handle_error("rpaths", "%s: %s contains bad RPATH %s" % (name, package_qa_clean_path(file, d…
164 …oe.qa.handle_error("useless-rpaths", "%s: %s contains probably-redundant RPATH %s" % (name, packag…
173 … oe.qa.handle_error("dev-so", "non -dev/-dbg/nativesdk- package %s contains symlink .so '%s'" % \
185 oe.qa.handle_error("dev-elf", "-dev package %s contains non-symlink .so '%s'" % \
198 …oe.qa.handle_error("staticdev", "non -staticdev package contains static .a library: %s path '%s'" …
209 …oe.qa.handle_error("mime", "package contains mime types but does not inherit mime: %s path '%s'" %…
236 oe.qa.handle_error("mime-xdg", wstr, d)
238 …oe.qa.handle_error("mime-xdg", "%s: contains desktop file with key 'MimeType' but does not inhert …
[all …]
H A Dlicense.bbclass197 oe.qa.handle_error("license-no-generic",
210 oe.qa.handle_error("license-exists",
236 oe.qa.handle_error("license-syntax",
H A Dpackage.bbclass498 oe.qa.handle_error("var-undefined", msg, d)
/openbmc/u-boot/drivers/serial/
H A Dserial_sh.c81 static void handle_error(struct uart_port *port) in handle_error() function
109 handle_error(port); in sh_serial_tstc_generic()
123 handle_error(port); in serial_getc_check()
125 handle_error(port); in serial_getc_check()
143 handle_error(port); in sh_serial_getc_generic()
146 handle_error(port); in sh_serial_getc_generic()
/openbmc/openbmc/poky/meta/lib/oeqa/utils/
H A Dhttpserver.py47 def handle_error(self, request, client_address): function
51 self.server.handle_error = handle_error
/openbmc/openbmc/poky/meta/lib/oe/
H A Dqa.py204 def handle_error(error_class, error_msg, d): function
216 handle_error.visitorcode = handle_error_visitorcode
H A Dlicense.py416 oe.qa.handle_error('license-format',
422 oe.qa.handle_error('license-format',
H A Dpackage.py353 oe.qa.handle_error("perm-config", msg, d)
488 oe.qa.handle_error("perm-line", msg, d)
525 oe.qa.handle_error("perm-link", msg, d)
1153 oe.qa.handle_error("already-stripped", msg, d)
1345 oe.qa.handle_error("packages-list", msg, d)
1382 oe.qa.handle_error("files-invalid", msg, d)
1451 oe.qa.handle_error("incompatible-license", msg, d)
1475 oe.qa.handle_error("installed-vs-shipped", msg, d)
1608 oe.qa.handle_error("pkgv-undefined", msg, d)
/openbmc/openbmc/poky/meta/classes-recipe/
H A Dsetuptools3.bbclass25 oe.qa.handle_error("pep517-backend", msg, d)
H A Dptest.bbclass142 …oe.qa.handle_error("missing-ptest", "supports ptests but is not included in oe-core's ptest-packag…
H A Dlicense_image.bbclass75 …oe.qa.handle_error('license-exception', "Including %s with incompatible license(s) %s into the ima…
115 oe.qa.handle_error('license-file-missing',
H A Dimage.bbclass332 # The functions are expected to call oe.qa.handle_error() to report any
/openbmc/u-boot/arch/arm/cpu/armv8/
H A Dpsci.S249 handle_error: label
287 b handle_error /* SError, Lower EL using AArch64 */
/openbmc/openbmc/poky/meta/recipes-devtools/opkg/
H A Dopkg_0.7.0.bb69 …oe.qa.handle_error("internal-solver-deprecation", "The opkg internal solver will be deprecated in …
/openbmc/openbmc/poky/meta/classes/
H A Dmultilib.bbclass230 oe.qa.handle_error("multilib", msg, d)
H A Dbuildhistory.bbclass316 oe.qa.handle_error("version-going-backwards", msg, d)
/openbmc/u-boot/tools/
H A Dmoveconfig.py1146 self.handle_error()
1167 def handle_error(self): member in Slot
/openbmc/openbmc/poky/documentation/migration-guides/
H A Dmigration-4.0.rst236 classes they should be changed to ``oe.qa.handle_error()``.
/openbmc/skeleton/libopenbmc_intf/
H A Dopenbmc_intf.h2986 gboolean (*handle_error) ( member
H A Dopenbmc_intf.c23136 G_STRUCT_OFFSET (FlashIface, handle_error), in G_DEFINE_INTERFACE()