Home
last modified time | relevance | path

Searched refs:kernel_type (Results 1 – 25 of 29) sorted by relevance

12

/ohos5.0/docs/zh-cn/device-dev/porting/
H A Dporting-minichip-prepare.md79 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 Dporting-stm32mp15xx-on-smallsystem.md50 "kernel_type": "liteos_a", --- 内核类型,因为OpenHarmony支持多内核,一块单板可能适配了多个内核,所以需要指定某个内核进行编译
60 kernel_type = "liteos_a"
111 …件,如果能够匹配多个文件,表示该单板适配了多个内核,那么可以根据`config.json`的`kernel_type`和`kernel_version`来唯一匹配`config.gni`的`ker…
H A Dporting-stm32f407-on-minisystem-eth.md112 "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 Dstandard-system-porting-guide.md54 |kernel_type|(选填)内核类型|
55 |kernel_version|(选填)kernel_type与kernel_version在standard是固定的不需要写|
H A Dporting-smallchip-prepare-building.md68 kernel_type: 开发板使用的内核类型,例如:“liteos_a”, “liteos_m”, “linux”。
H A Dporting-bes2600w-on-minisystem-display-demo.md56 "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 Dporting-asr582x-combo-demo.md43 "kernel_type": "liteos_m", --- 内核类型:liteos_m
56 kernel_type = "liteos_m"
H A Dporting-w800-combo-demo.md48 "kernel_type": "liteos_m", --- 内核类型:liteos_m
61 kernel_type = "liteos_m"
H A Dporting-cst85f01-combo-demo.md40 "kernel_type": "liteos_m", --- 内核类型:liteos_m
50 kernel_type = "liteos_m"
/ohos5.0/docs/zh-cn/device-dev/subsystems/
H A Dsubsys-build-product.md96 "kernel_type": "liteos_a", # 选择的内核类型
172 "kernel_type": "liteos_m", # 选择的内核类型
189 …译构建系统编译前会对device_company,board,kernel_type,kernel_version、subsystem、component字段进行有效性检查,其中device_co…
H A Dsubsys-build-chip_solution.md27 kernel_type: 开发板使用的内核类型,例如:“liteos_a”, “liteos_m”, “linux”。
53 kernel_type = "liteos_a"
/ohos5.0/build/hb/util/
H A Ddevice_util.py38 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 Dgn_file_add_config.py76 date_lines, "", head_path[0], devices, root, kernel_type=kernel)
98 devices, root, kernel_type="linux"): argument
124 if kernel_type == "linux":
H A Dmk_file_add_config.py78 date_lines, "", head_path[0], devices, root, kernel_type=kernel)
/ohos5.0/build/lite/
H A Dlite_target_list.gni61 …{product_configed_component.component} " + "not available for kernel: ${product_cfg.kernel_type}!")
84 if (product_cfg.kernel_type != "liteos_m") {
H A Dohos_var.gni70 ohos_kernel_type = product_config.kernel_type
/ohos5.0/docs/en/device-dev/porting/
H A Dporting-minichip-prepare.md81 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 Dporting-stm32mp15xx-on-smallsystem.md48 …"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 Dporting-stm32f407-on-minisystem-eth.md110 …"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 Dporting-smallchip-prepare-building.md68 kernel_type: Kernel used by the development board, for example, LiteOS_A, LiteOS_M, or Linux.
H A Dstandard-system-porting-guide.md54 |kernel_type|(Optional) Kernel type.|
55 |kernel_version|(Optional) Kernel version. The values of both **kernel_type** and **kernel_version*…
H A Dporting-asr582x-combo-demo.md43 "kernel_type": "liteos_m", --- Kernel type: liteos_m.
56 kernel_type = "liteos_m"
/ohos5.0/build/docs/
H A Dproduct-configuration.md25 "kernel_type": "liteos_a", # 选择的内核类型
/ohos5.0/docs/en/device-dev/subsystems/
H A Dsubsys-build-chip_solution.md28kernel_type: Kernel used by the development board, for example, LiteOS_A, LiteOS_M, or …
60 kernel_type = "liteos_a"
H A Dsubsys-build-product.md96 "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…

12