Edit local.conf in a PetaLinux Build
- Zach Pfeffer
- Apr 15, 2018
- 1 min read

This post discusses how to edit "local.conf" in a build managed by PetaLinux Tools.
How To Edit local.conf
Put your changes in ./project-spec/meta-user/conf/petalinuxbsp.conf to "edit" conf/local.conf.
Discussion
PetaLinux Tools stores local.conf at build/conf/local.conf.
Any changes you make to local.conf are lost because PetaLinux Tools 2017.4 generates local.conf.
To allow people to "edit" local.conf PetaLinux Tools generates this line at the end of local.conf:
This line ensures that conf/petalinuxbsp.conf is read when local.conf.
References