Home
last modified time | relevance | path

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

/openbmc/openbmc/poky/meta/lib/oeqa/selftest/cases/
H A Dfitimage.py100 …def _verify_fit_image_signature(self, uboot_tools_bindir, fitimage_path, dtb_path, conf_name=None): argument
107 fit_check_sign_path = os.path.join(uboot_tools_bindir, 'uboot-fit_check_sign')
275 def _check_fitimage(self, bb_vars, fitimage_path, uboot_tools_bindir): argument
277 dumpimage_path = os.path.join(uboot_tools_bindir, 'dumpimage')
314 self._check_signing(bb_vars, sections, num_signatures, uboot_tools_bindir, fitimage_path)
336 def _check_signing(self, bb_vars, sections, num_signatures, uboot_tools_bindir, fitimage_path): argument
354 uboot_tools_bindir = FitImageTestCase._setup_native('u-boot-tools-native')
357 self._check_fitimage(bb_vars, fitimage_path, uboot_tools_bindir)
614 def _check_signing(self, bb_vars, sections, num_signatures, uboot_tools_bindir, fitimage_path): argument
639 … self._verify_fit_image_signature(uboot_tools_bindir, fitimage_path, dtb_path, section)
[all …]