Searched refs:dtc_bindir (Results 1 – 1 of 1) sorted by relevance
| /openbmc/openbmc/poky/meta/lib/oeqa/selftest/cases/ |
| H A D | fitimage.py | 115 …def _verify_dtb_property(self, dtc_bindir, dtb_path, node_path, property_name, req_property, absen… argument 120 fdtget_path = os.path.join(dtc_bindir, 'fdtget') 1140 dtc_bindir = FitImageTestCase._setup_native('dtc-native') 1148 self._verify_dtb_property(dtc_bindir, uboot_dtb_path, key_dtb_path, "required", "image") 1149 self._verify_dtb_property(dtc_bindir, uboot_dtb_path, key_dtb_path, "algo", algo) 1150 …self._verify_dtb_property(dtc_bindir, uboot_dtb_path, key_dtb_path, "key-name-hint", uboot_sign_im… 1154 self._verify_dtb_property(dtc_bindir, uboot_dtb_path, key_dtb_path, "required", "conf") 1155 self._verify_dtb_property(dtc_bindir, uboot_dtb_path, key_dtb_path, "algo", algo) 1156 …self._verify_dtb_property(dtc_bindir, uboot_dtb_path, key_dtb_path, "key-name-hint", uboot_sign_ke…
|