[U-Boot] Broken target
Tom Rini
trini at ti.com
Mon Oct 13 10:53:10 CEST 2014
On Sun, Oct 12, 2014 at 05:48:37PM -0300, Otavio Salvador wrote:
> The 'tools-only' target seems to be broken.
>
> In a clean tree (no previous build) running:
>
> $: make tools-only
>
> fails with:
>
> CHK include/config/uboot.release
> /bin/sh: 1: cannot open include/config/auto.conf: No such file
> Makefile:1049: recipe for target 'include/config/uboot.release' failed
> make: *** [include/config/uboot.release] Error 2
>
> Any idea about the root cause? it is a regression as 2014.07 works
> fine in this case.
Well blah. The issue is that we support CONFIG_LOCALVERSION now and a
few parts of "tools-only" use PLAIN_VERSION (some just for version
printing but at least once for the DT in signed images). So a no-config
tools-only build isn't posible again unless we want to ignore
LOCALVERSION.
--
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 836 bytes
Desc: Digital signature
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20141013/5ef67fd5/attachment.pgp>
More information about the U-Boot
mailing list