On Mon, Jan 21, 2019 at 05:35:03PM +0100, Sam Ravnborg wrote: > On Mon, Jan 21, 2019 at 04:12:32PM +0100, Sascha Hauer wrote: > > On Mon, Jan 21, 2019 at 03:34:49PM +0300, Seraphim Dolbilov wrote: > > > Hi friends, > > > > > > I need some help with barebox environment management. I've added env/config file > > > to arch/arm/myboard/ directory, fixed Makefile with `bbenv-y += env` string, but > > > this config file doesn't apply on barebox boots. What can be the reason for such a problem? > > > > with bbenv-y it is only compiled it, but remains unused. You have to add > > it using defaultenv_append_directory(). > > Or even better I think to add the path to: > DEFAULT_ENVIRONMENT_PATH This only works when you want to add something to the environment for all boards. When you only want to change the environment for a single board then defaultenv_append_directory() is the right choice. Sascha -- Pengutronix e.K. | | Industrial Linux Solutions | http://www.pengutronix.de/ | Peiner Str. 6-8, 31137 Hildesheim, Germany | Phone: +49-5121-206917-0 | Amtsgericht Hildesheim, HRA 2686 | Fax: +49-5121-206917-5555 | _______________________________________________ barebox mailing list barebox@xxxxxxxxxxxxxxxxxxx http://lists.infradead.org/mailman/listinfo/barebox