/ohos5.0/docs/zh-cn/device-dev/porting/ |
H A D | porting-minichip-prepare.md | 79 kernel_type = "liteos_m" 120 | kernel_type | 开发板使用的内核类型,例如:“liteos_a”,“liteos_m”,“linux”。 | 172 "kernel_type": "liteos_m", 201 | kernel_type | 内核类型,应与开发板移植的OpenHarmony系统内核类型匹配。 | 213 > - device_company,board,kernel_type,kernel_version应与芯片厂商配置匹配。
|
H A D | porting-stm32mp15xx-on-smallsystem.md | 50 "kernel_type": "liteos_a", --- 内核类型,因为OpenHarmony支持多内核,一块单板可能适配了多个内核,所以需要指定某个内核进行编译 60 kernel_type = "liteos_a" 111 …件,如果能够匹配多个文件,表示该单板适配了多个内核,那么可以根据`config.json`的`kernel_type`和`kernel_version`来唯一匹配`config.gni`的`ker…
|
H A D | porting-stm32f407-on-minisystem-eth.md | 112 "kernel_type": "liteos_m", --- 内核类型,因为OpenHarmony支持多内核,一块单板可能适配了多个内核,所以需要指定某个内核进行编译 122 kernel_type = "liteos_m" --- 内核类型,跟config.json中kernel_type对应 138 …议将其命名为适配内核名称(如:liteos_m、liteos_a、linux)。hb命令如果匹配到了多个`config.gni`,会将其中的`kernel_type`和`kernel_versio… 418 kernel_type = "liteos_m" 502 "kernel_type": "liteos_m",
|
H A D | standard-system-porting-guide.md | 54 |kernel_type|(选填)内核类型| 55 |kernel_version|(选填)kernel_type与kernel_version在standard是固定的不需要写|
|
H A D | porting-smallchip-prepare-building.md | 68 kernel_type: 开发板使用的内核类型,例如:“liteos_a”, “liteos_m”, “linux”。
|
H A D | porting-bes2600w-on-minisystem-display-demo.md | 56 "kernel_type": "liteos_m", --- 内核类型,因为OpenHarmony支持多内核,一块单板可能适配了多个内核,所以需要指定某个内核进行编译 66 kernel_type = "liteos_m" --- 内核类型,跟config.json中kernel_type对应 74 …件,如果能够匹配多个文件,表示该单板适配了多个内核,那么可以根据`config.json`的`kernel_type`和`kernel_version`来唯一匹配`config.gni`的`ker…
|
H A D | porting-asr582x-combo-demo.md | 43 "kernel_type": "liteos_m", --- 内核类型:liteos_m 56 kernel_type = "liteos_m"
|
H A D | porting-w800-combo-demo.md | 48 "kernel_type": "liteos_m", --- 内核类型:liteos_m 61 kernel_type = "liteos_m"
|
H A D | porting-cst85f01-combo-demo.md | 40 "kernel_type": "liteos_m", --- 内核类型:liteos_m 50 kernel_type = "liteos_m"
|
/ohos5.0/docs/zh-cn/device-dev/subsystems/ |
H A D | subsys-build-product.md | 96 "kernel_type": "liteos_a", # 选择的内核类型 172 "kernel_type": "liteos_m", # 选择的内核类型 189 …译构建系统编译前会对device_company,board,kernel_type,kernel_version、subsystem、component字段进行有效性检查,其中device_co…
|
H A D | subsys-build-chip_solution.md | 27 kernel_type: 开发板使用的内核类型,例如:“liteos_a”, “liteos_m”, “linux”。 53 kernel_type = "liteos_a"
|
/ohos5.0/build/hb/util/ |
H A D | device_util.py | 38 def get_device_path(board_path: str, kernel_type: str, kernel_version: str): 40 if DeviceUtil.match_kernel(kernel_config, kernel_type, kernel_version):
|
/ohos5.0/drivers/hdf_core/framework/tools/hdf_dev_eco_tool/command_line/driver_add/liteos/ |
H A D | gn_file_add_config.py | 76 date_lines, "", head_path[0], devices, root, kernel_type=kernel) 98 devices, root, kernel_type="linux"): argument 124 if kernel_type == "linux":
|
H A D | mk_file_add_config.py | 78 date_lines, "", head_path[0], devices, root, kernel_type=kernel)
|
/ohos5.0/build/lite/ |
H A D | lite_target_list.gni | 61 …{product_configed_component.component} " + "not available for kernel: ${product_cfg.kernel_type}!") 84 if (product_cfg.kernel_type != "liteos_m") {
|
H A D | ohos_var.gni | 70 ohos_kernel_type = product_config.kernel_type
|
/ohos5.0/docs/en/device-dev/porting/ |
H A D | porting-minichip-prepare.md | 81 kernel_type = "liteos_m" 122 …| kernel_type | Kernel type of the development board, for example, **"liteos_a"**, **"liteos_m"**,… 175 "kernel_type": "liteos_m", 204 …| kernel_type | Kernel type, which must match the kernel type of the OpenHarmony system ported to … 217 …> - The values of **device_company**, **board**, **kernel_type**, and **kernel_version** must matc…
|
H A D | porting-stm32mp15xx-on-smallsystem.md | 48 …"kernel_type": "liteos_a", --- Kernel type. OpenHarmony supports multiple kernels, and … 58 kernel_type = "liteos_a" 109 …s to multiple kernels. Then, `kernel_type` and `kernel_version` in `config.json` can be used to un…
|
H A D | porting-stm32f407-on-minisystem-eth.md | 110 …"kernel_type": "liteos_m", --- Kernel type. The OpenHarmony supports multiple kernels, … 120 kernel_type = "liteos_m" --- Kernel type, which corresponds to **kernel_type** in **… 136 …ltiple `config.gni` files are matched, the **hb** command matches the `kernel_type` and `kernel_ve… 416 kernel_type = "liteos_m" 500 "kernel_type": "liteos_m",
|
H A D | porting-smallchip-prepare-building.md | 68 kernel_type: Kernel used by the development board, for example, LiteOS_A, LiteOS_M, or Linux.
|
H A D | standard-system-porting-guide.md | 54 |kernel_type|(Optional) Kernel type.| 55 |kernel_version|(Optional) Kernel version. The values of both **kernel_type** and **kernel_version*…
|
H A D | porting-asr582x-combo-demo.md | 43 "kernel_type": "liteos_m", --- Kernel type: liteos_m. 56 kernel_type = "liteos_m"
|
/ohos5.0/build/docs/ |
H A D | product-configuration.md | 25 "kernel_type": "liteos_a", # 选择的内核类型
|
/ohos5.0/docs/en/device-dev/subsystems/ |
H A D | subsys-build-chip_solution.md | 28 …kernel_type: Kernel used by the development board, for example, LiteOS_A, LiteOS_M, or … 60 kernel_type = "liteos_a"
|
H A D | subsys-build-product.md | 96 "kernel_type": "liteos_a", # Kernel type 170 "kernel_type": "liteos_m", # Kernel type 187 …of the fields in **config.json**. The **device_company**, **board**, **kernel_type**, and **kernel…
|