<div dir="ltr">Hi,<br><br>So far, I have my own configuration file (project, uclibc, busybox) to build rootfs.<br><br>I tried this workflow and it seems broken:<br><br>make defconfig<br>make BOARD=myproject getconfig<br>make oldconfig<br>
make UCLIBC_CONFIG_FILE=local/myproject/uclibc.config BUSYBOX_CONFIG_FILE=local/myproject/busybox.config<br><br>1) the defconfig call is needed otherwise getconfig doesn't work on a fresh checkout:<br>Makefile:227: .config.cmd: No such file or directory<br>
make: *** No rule to make target `.config.cmd'.  Stop.<br><br>2) my configuration files (UCLIBC_CONFIG_FILE/BUSYBOX_CONFIG_FILE) aren't passed correctly during build process:<br>my provided uclibc.config is completely different from the generated/used .config.<br>
<br>I would like to build a project using my 3 provided configurations files in a non-interactive mode (in a script as an example or a buildbot setup).<br><br>Anyone ?<br><br>cheers,<br><br>Fathi<br><br><br></div>