Currently, the config file written to by petalinux-config is created by autoconf from config.in, which is actually part of the repository. This means that if changes are made by running the command, they are not seen by git, and may be lost.
There needs to be a better implementation of this- can petalinux-config operate on config.in instead?
Currently, the
configfile written to bypetalinux-configis created by autoconf fromconfig.in, which is actually part of the repository. This means that if changes are made by running the command, they are not seen by git, and may be lost.There needs to be a better implementation of this- can
petalinux-configoperate onconfig.ininstead?