/build/lite/hb_internal/cts/ |
D | cts.py | 77 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 …]
|
D | common.py | 159 board = product_content.get('board') 161 platform = "{}_{}".format(board, kernel)
|
/build/lite/hb_internal/set/ |
D | set.py | 81 config.board = device_info.get('board') 95 config.board) 98 config.board, config.product)
|
/build/lite/hb_internal/env/ |
D | env.py | 53 board = json_data.get('board', 'not set') 61 hb_info('board: {}'.format(board))
|
/build/lite/ |
D | README.md | 42 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…
|
D | README_zh.md | 116 -p, --product Set OHOS board and kernel. 130 [OHOS INFO] board: hispark_taurus 168 - 在device/device\_company/board下单独执行hb build会进入内核选择界面,选择完成后会根据当前路径的单板、选择的内核编译出仅包含内核、驱动的镜像。
|
D | ohos_var.gni | 64 board_name = product_config.board 73 # To be deleted, and will use board config.
|
/build/lite/hb_internal/build/ |
D | build_process.py | 74 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)
|
D | part_rom_statistics.py | 204 board = file_json["board"] 206 return (out_path, board, product, os_level)
|
/build/lite/hb_internal/common/ |
D | product.py | 130 board = info.get('board') 137 device_company, board) 142 'board', device_company, board)
|
D | config.py | 148 def board(self): member in Config 155 @board.setter 156 def board(self, value): member in Config
|
/build/lite/config/ |
D | BUILDCONFIG.gn | 61 # Load board adapter dir from board config. 67 # Set current toolchain with to board configuration.
|
/build/docs/ |
D | product-configuration.md | 24 "board": "hispark_taurus", # 开发板名称
|
/build/lite/ndk/build/config/ |
D | variable.gni | 21 # Supported board: "hi3516dv300", "hi3518ev300", "hi3861v100"
|
/build/lite/toolchain/ |
D | BUILD.gn | 17 # Set toolchain configured by board.
|
/build/config/linux/ |
D | pkg_config.gni | 42 # When build under GYP, cross board builds specify the 'system_libdir' variable
|
/build/ |
D | README_zh.md | 265 "board": "MySOC",
|
/build/config/ |
D | BUILDCONFIG.gn | 673 # Load board adapter dir from board config. 681 # Set current toolchain with to board configuration.
|
/build/tools/component_tools/ |
D | kconfig | 27 config property$$board 28 string "board"
|