The following examples demonstrate proper usage of the petalinux-config -c COMPONENT
command:
- Start the menuconfig for the system-level
configuration.
petalinux-config
- Enable different rootfs packages without opening the menuconfig. Execute the
following command after enabling or disabling different packages by editing
<proj-root>/project-spec/configs/rootfs_config
petalinux-config -c rootfs --silentconfig
The following warning message appears when petalinux-config
or petalinux-build
for
components (for example: petalinux-build -c u-boot
) is
run. This message can be ignored.
Warning: SRC_URI is conditionally
overridden in this recipe. Thus several devtool-override-* branches are created, one for
each override that makes changes to SRC_URI. It is recommended that you make changes to
the devtool branch first, checkout, and rebase each devtool-override-* branch and update
any unique patches there (duplicates on those branches are ignored by devtool
finish/update-recipe).