The following table outlines the valid options for the petalinux-build
tool.
Option | Functional Description | Value Range | Default Value |
---|---|---|---|
-p,--project
PROJECT
|
PetaLinux project directory path. This is optional. | User-specified | None |
-c, --component
COMPONENT
|
Builds specified component. These are the default values which are supported. You can build against your own target (such as your application or module). This is optional. |
|
None |
-x, --execute
STEP
|
Executes specified build step. All Yocto tasks can be passed through this option. To get all tasks of a component, use “listtasks”. This is optional. |
|
Build |
-v,--verbose
|
Displays additional output messages. This is optional. | None | None |
-s,
--sdk
|
Builds Yocto SDK. This is optional. | None | None |
--esdk | Builds Yocto e-SDK.This is optional. | None | Nnone |
-h
|
Lists all the sub-components of a component. Valid only for rootfs. This is optional. | rootfs | None |
-f,
--force
|
Forces a specific task to run against a component, or a single task in the component, ignoring the stamps. This is optional. | None | None |