Files
buildroot/package
Julien Olivain 9f17ac02b8 package/uboot-tools: fix host build without FIT support
Commit [1] "package/uboot-tools: fix host FIT signature support"
slightly changed the logic in which the file
$(@D)/include/generated/autoconf.h is created.

When there is no Kconfig sub-option selected, the file is no longer
created and the build fails with error:

    include/linux/kconfig.h:4:10: fatal error: generated/autoconf.h: No such file or directory

The issue can be reproduced with the with the simple commands:

    cat >.config <<EOF
    BR2_aarch64=y
    BR2_TOOLCHAIN_EXTERNAL=y
    BR2_PACKAGE_HOST_UBOOT_TOOLS=y
    EOF
    make olddefconfig
    make host-uboot-tools

This commit fixes the issue by simply adding a touch of the file
at the beginning to make sure it will always exist.

[1] 928cc5dc5c

Cc: James Hilliard <james.hilliard1@gmail.com>
Reported-by: Robert P. J. Day <rpjday@crashcourse.ca>
Tested-by: Robert P. J. Day <rpjday@crashcourse.ca>
Signed-off-by: Julien Olivain <ju.o@free.fr>
2026-07-29 23:14:42 +02:00
..
2026-05-30 19:23:32 +02:00
2026-05-31 08:30:36 +02:00
2026-06-12 18:04:05 +02:00
2026-06-09 14:55:26 +02:00
2026-06-03 20:43:37 +02:00
2026-05-30 22:54:08 +02:00
2026-07-10 18:40:46 +02:00
2026-07-23 19:28:53 +02:00
2026-06-09 14:55:26 +02:00
2026-06-03 20:48:23 +02:00
2026-06-17 15:15:50 +02:00
2026-06-09 14:55:26 +02:00
2026-06-26 01:01:09 +02:00
2026-07-02 08:40:26 +02:00
2026-06-09 14:55:26 +02:00
2026-06-11 22:45:19 +02:00
2026-06-09 14:55:26 +02:00
2026-06-09 14:55:26 +02:00
2026-06-09 14:55:26 +02:00
2026-06-09 14:55:26 +02:00
2026-07-04 21:12:39 +02:00
2026-07-04 19:30:56 +02:00
2026-06-03 20:40:58 +02:00
2026-07-17 18:56:37 +02:00
2026-07-04 19:26:36 +02:00
2026-07-04 21:41:02 +02:00
2026-06-12 18:52:55 +02:00
2026-05-31 17:40:48 +02:00
2026-07-14 11:36:50 +02:00
2026-06-21 21:33:59 +02:00
2026-06-01 11:26:32 +02:00
2026-06-09 14:55:26 +02:00
2026-07-17 19:01:45 +02:00
2026-06-09 14:55:26 +02:00
2026-06-09 14:55:26 +02:00
2026-06-09 14:55:26 +02:00
2026-07-02 18:52:00 +02:00
2026-06-09 14:55:26 +02:00
2026-06-09 14:55:26 +02:00
2026-07-01 11:13:01 +02:00
2026-07-10 18:29:09 +02:00
2026-06-03 09:58:10 +02:00
2026-06-09 14:55:26 +02:00
2026-07-14 16:41:29 +02:00
2026-05-31 13:12:45 +02:00
2026-07-22 22:20:58 +02:00
2026-06-15 22:45:52 +02:00
2026-06-13 10:59:46 +02:00
2026-07-25 11:47:04 +02:00