On 7 March 2016 at 10:20, Vivek Per <[email protected]> wrote: > i want to add some additional enviroment variables in /etc/profile > file. How can i add these while building, so that it reflect in my target > image. >
base-files is the recipe that ships /etc/profile, so you can use a bbappend to either replace the file entirely or _append a function to write your changes during the build. Ross
-- _______________________________________________ yocto mailing list [email protected] https://lists.yoctoproject.org/listinfo/yocto
