| /OK3568_Linux_fs/yocto/poky/meta/lib/oe/package_manager/ipk/ |
| H A D | manifest.py | 16 pkg_type = self.PKG_TYPE_MUST_INSTALL 22 pkg_type = self.PKG_TYPE_MULTILIB 24 if not pkg_type in pkgs: 25 pkgs[pkg_type] = pkg 27 pkgs[pkg_type] += " " + pkg 47 for pkg_type in sorted(pkgs): 48 for pkg in sorted(pkgs[pkg_type].split()): 49 manifest.write("%s,%s\n" % (pkg_type, pkg)) 60 for pkg_type in initial_manifest: 61 pkgs_to_install += initial_manifest[pkg_type]
|
| H A D | sdk.py | 51 for pkg_type in self.install_order: 52 if pkg_type in pkgs_to_install: 53 pm.install(pkgs_to_install[pkg_type], 54 [False, True][pkg_type == Manifest.PKG_TYPE_ATTEMPT_ONLY])
|
| H A D | rootfs.py | 299 for pkg_type in self.install_order: 300 if pkg_type in pkgs_to_install: 304 if pkg_type == Manifest.PKG_TYPE_MULTILIB: 305 self._multilib_test_install(pkgs_to_install[pkg_type]) 307 self.pm.install(pkgs_to_install[pkg_type], 308 [False, True][pkg_type == Manifest.PKG_TYPE_ATTEMPT_ONLY])
|
| /OK3568_Linux_fs/yocto/poky/meta/lib/oe/package_manager/rpm/ |
| H A D | manifest.py | 15 pkg_type = self.PKG_TYPE_MUST_INSTALL 21 pkg_type = self.PKG_TYPE_MULTILIB 23 if not pkg_type in pkgs: 24 pkgs[pkg_type] = pkg 26 pkgs[pkg_type] += " " + pkg 46 for pkg_type in pkgs: 47 for pkg in pkgs[pkg_type].split(): 48 manifest.write("%s,%s\n" % (pkg_type, pkg))
|
| H A D | rootfs.py | 43 for pkg_type in pkgs_initial_install: 44 pkgs_to_install += pkgs_initial_install[pkg_type] 87 for pkg_type in pkgs_to_install: 88 if pkg_type == Manifest.PKG_TYPE_ATTEMPT_ONLY: 89 pkgs_attempt += pkgs_to_install[pkg_type] 91 pkgs += pkgs_to_install[pkg_type]
|
| H A D | sdk.py | 50 for pkg_type in pkgs_to_install: 51 if pkg_type == Manifest.PKG_TYPE_ATTEMPT_ONLY: 52 pkgs_attempt += pkgs_to_install[pkg_type] 54 pkgs += pkgs_to_install[pkg_type]
|
| /OK3568_Linux_fs/yocto/poky/meta/lib/oe/ |
| H A D | manifest.py | 115 for pkg_type in pkg_list: 116 for pkg in pkg_list[pkg_type].split(): 117 manifest.write("%s,%s\n" % (pkg_type, pkg)) 164 pkg_type = pkg.group(1) 167 if not pkg_type in pkgs: 168 pkgs[pkg_type] = [pkg_name] 170 pkgs[pkg_type].append(pkg_name)
|
| /OK3568_Linux_fs/yocto/poky/meta/lib/oe/package_manager/deb/ |
| H A D | sdk.py | 55 for pkg_type in self.install_order: 56 if pkg_type in pkgs_to_install: 57 pm.install(pkgs_to_install[pkg_type], 58 [False, True][pkg_type == Manifest.PKG_TYPE_ATTEMPT_ONLY])
|
| H A D | rootfs.py | 163 for pkg_type in self.install_order: 164 if pkg_type in pkgs_to_install: 165 self.pm.install(pkgs_to_install[pkg_type], 166 [False, True][pkg_type == Manifest.PKG_TYPE_ATTEMPT_ONLY])
|
| /OK3568_Linux_fs/kernel/drivers/hwmon/ |
| H A D | k10temp.c | 316 u32 pkg_type, reg_dram_cfg; in has_erratum_319() local 325 pkg_type = cpuid_ebx(0x80000001) & CPUID_PKGTYPE_MASK; in has_erratum_319() 326 if (pkg_type == CPUID_PKGTYPE_F) in has_erratum_319() 328 if (pkg_type != CPUID_PKGTYPE_AM2R2_AM3) in has_erratum_319()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/hal_g6/ |
| H A D | hal_cap.c | 331 if (dev_sw_cap->pkg_type != 0xFF) in rtw_hal_final_cap_decision() 332 dev_cap->pkg_type = dev_sw_cap->pkg_type; in rtw_hal_final_cap_decision() 334 dev_cap->pkg_type = dev_hw_cap->pkg_type; in rtw_hal_final_cap_decision()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/phl/hal_g6/ |
| H A D | hal_cap.c | 324 if (dev_sw_cap->pkg_type != 0xFF) in rtw_hal_final_cap_decision() 325 dev_cap->pkg_type = dev_sw_cap->pkg_type; in rtw_hal_final_cap_decision() 327 dev_cap->pkg_type = dev_hw_cap->pkg_type; in rtw_hal_final_cap_decision()
|
| /OK3568_Linux_fs/buildroot/support/scripts/ |
| H A D | graph-depends | 180 def print_attrs(outfile, pkg, pkg_type, pkg_version, depth, colors): argument 189 if pkg_type == "host":
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/hal_g6/efuse/ |
| H A D | hal_efuse.c | 94 u8 pkg_type = 0xFF; in efuse_set_hw_cap() local 100 status = rtw_efuse_get_info(efuse, EFUSE_INFO_RF_PKG_TYPE, &pkg_type, in efuse_set_hw_cap() 101 sizeof(pkg_type)); in efuse_set_hw_cap() 135 hal_com->dev_hw_cap.pkg_type = pkg_type; in efuse_set_hw_cap()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/phl/hal_g6/efuse/ |
| H A D | hal_efuse.c | 94 u8 pkg_type = 0xFF; in efuse_set_hw_cap() local 100 status = rtw_efuse_get_info(efuse, EFUSE_INFO_RF_PKG_TYPE, &pkg_type, in efuse_set_hw_cap() 101 sizeof(pkg_type)); in efuse_set_hw_cap() 135 hal_com->dev_hw_cap.pkg_type = pkg_type; in efuse_set_hw_cap()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/hal_g6/phy/rf/halrf_8852b/ |
| H A D | halrf_hwimg_8852b.c | 34 u8 pkg_type = 0; /*(hal->efuse->pkg_type == 0) ? 15 : hal->efuse->pkg_type;*/ in halrf_check_cond_8852b() local 36 u32 drv_cfg = cv_ver << 16 | pkg_type << 8 | rfe_type; in halrf_check_cond_8852b()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/phl/hal_g6/phy/rf/halrf_8852b/ |
| H A D | halrf_hwimg_8852b.c | 34 u8 pkg_type = 0; /*(hal->efuse->pkg_type == 0) ? 15 : hal->efuse->pkg_type;*/ in halrf_check_cond_8852b() local 36 u32 drv_cfg = cv_ver << 16 | pkg_type << 8 | rfe_type; in halrf_check_cond_8852b()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/ |
| H A D | phl_def.h | 1557 u8 pkg_type; member
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/phl/ |
| H A D | phl_def.h | 1536 u8 pkg_type; member
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/phl/hal_g6/phy/bb/ |
| H A D | halbb_dbg.c | 1284 "PKG", bb->phl_com->dev_cap.pkg_type); in halbb_basic_profile_dbg()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/hal_g6/phy/bb/ |
| H A D | halbb_dbg.c | 1284 "PKG", bb->phl_com->dev_cap.pkg_type); in halbb_basic_profile_dbg()
|
| /OK3568_Linux_fs/yocto/poky/meta/classes/ |
| H A D | package.bbclass | 687 def get_package_additional_metadata (pkg_type, d): 689 for key in ("%s_%s" % (base_key, pkg_type.upper()), base_key):
|