The petalinux-create -t apps
command
allows you to customize how application components are created. The following table
details options that are common when creating applications within a PetaLinux
project
Option | Functional Description | Value Range | Default Value |
---|---|---|---|
-s,--source
SOURCE
|
Create the component from pre-existing content on disk. Valid formats are .tar.gz, .tar.bz2, .tar, .zip, and source directory (uncompressed). This is optional. | User-specified | None |
--template
TEMPLATE
|
Create the component using a pre-defined application template. This is optional. |
|
c |
--enable
|
Upon creating the component, enable it
in the project’s root file system. You can also enable using the
petalinux-config -c rootfs .
This is optional. |
None | Disabled |
--srcuri | Creates an application with local sources or from remote source. | None | None |