Environment Requirements
Physical and virtual machines are supported.
Hardware Requirements
Table 1 shows the Kunpeng hardware environment for executing the DevKit Pipeline.
OS Requirements
openEuler OSs (for example, openEuler 22.03 LTS) in the x86 and Kunpeng architectures are supported.
Command Format Conventions
Format |
Description |
|---|---|
Boldface |
Keywords (the part that must be kept unchanged) in a command are in boldface. |
Italic |
Arguments (the part that needs to be replaced by specific values) in a command are in italics. |
[ ] |
Items (keywords or arguments) in square brackets are optional. |
{ x | y | ... } |
Optional items are grouped in braces and separated by vertical bars. You can select one of them. |
[ x | y | ... ] |
Optional items are grouped in square brackets and separated by vertical bars. You can select one or none of them. |
{ x | y | ... }* |
Optional items are grouped in braces and separated by vertical bars. You can select one item at least and all items at most. |
[ x | y | ... ]* |
Optional items are grouped in square brackets and separated by vertical bars. You can select several or none of them. |
&<1-n> |
Parameters before the & sign can be repeated 1 to n times. |
# |
A line starting with the # sign is a comment. |