Home
last modified time | relevance | path

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

/build/lite/hb_internal/cts/
Dcts.py77 def board(self): member in CTS
80 @board.setter
81 def board(self, board): member in CTS
82 self._board = board
114 def init(self, board=None): argument
115 if board is None:
116 if self.board is None:
119 self.board = board
151 def update_subsystems_product(self, nodes=None, board=None, kernel=None): argument
152 if board is None:
[all …]
Dcommon.py159 board = product_content.get('board')
161 platform = "{}_{}".format(board, kernel)
/build/lite/hb_internal/set/
Dset.py81 config.board = device_info.get('board')
95 config.board)
98 config.board, config.product)
/build/lite/hb_internal/env/
Denv.py53 board = json_data.get('board', 'not set')
61 hb_info('board: {}'.format(board))
/build/lite/
DREADME.md42 2. **hb build**: Build the product, development board, or component. The process to build the solu…
43 …- **Reading configuration**: Read the development board configuration, which covers the toolchai…
44 …* command to read the product configuration \(related to the development board, kernel, and syste…
118 -p, --product Set OHOS board and kernel.
132 [OHOS INFO] board: hispark_taurus
168 …onent\}_ to build product components separately based on the development board and kernel set for…
170 …d** in **device/device\_company/board** to select the kernel and start build based on the curre…
DREADME_zh.md116 -p, --product Set OHOS board and kernel.
130 [OHOS INFO] board: hispark_taurus
168 - 在device/device\_company/board下单独执行hb build会进入内核选择界面,选择完成后会根据当前路径的单板、选择的内核编译出仅包含内核、驱动的镜像。
Dohos_var.gni64 board_name = product_config.board
73 # To be deleted, and will use board config.
/build/lite/hb_internal/build/
Dbuild_process.py74 self.config.board in component_cls.adapted_board:
291 device_path, kernel, board = Device.device_menuconfig()
299 board)
313 if self.config.board:
314 self.register_args('device_name', self.config.board)
Dpart_rom_statistics.py204 board = file_json["board"]
206 return (out_path, board, product, os_level)
/build/lite/hb_internal/common/
Dproduct.py130 board = info.get('board')
137 device_company, board)
142 'board', device_company, board)
Dconfig.py148 def board(self): member in Config
155 @board.setter
156 def board(self, value): member in Config
/build/lite/config/
DBUILDCONFIG.gn61 # Load board adapter dir from board config.
67 # Set current toolchain with to board configuration.
/build/docs/
Dproduct-configuration.md24 "board": "hispark_taurus", # 开发板名称
/build/lite/ndk/build/config/
Dvariable.gni21 # Supported board: "hi3516dv300", "hi3518ev300", "hi3861v100"
/build/lite/toolchain/
DBUILD.gn17 # Set toolchain configured by board.
/build/config/linux/
Dpkg_config.gni42 # When build under GYP, cross board builds specify the 'system_libdir' variable
/build/
DREADME_zh.md265 "board": "MySOC",
/build/config/
DBUILDCONFIG.gn673 # Load board adapter dir from board config.
681 # Set current toolchain with to board configuration.
/build/tools/component_tools/
Dkconfig27 config property$$board
28 string "board"