* [Buildroot] [PATCH 1/1] utils/genrandconfig: add lpc32xxcdl handling
@ 2023-02-25 16:01 Fabrice Fontaine
2023-02-25 21:02 ` Thomas Petazzoni via buildroot
0 siblings, 1 reply; 2+ messages in thread
From: Fabrice Fontaine @ 2023-02-25 16:01 UTC (permalink / raw)
To: buildroot; +Cc: Fabrice Fontaine
Fix the following build failure raised since the addition of the package
in commit 20695936ad63f602662bc4c6124a26312c46ff52:
make[2]: *** /tmp/instance-0/output-1/build/lpc32xxcdl-2.11/csps/lpc32xx/bsps//source: No such file or directory. Stop.
Fixes:
- http://autobuild.buildroot.org/results/72c9a4080318b1b247ca3517c95c689dff1068d2
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
---
utils/genrandconfig | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/utils/genrandconfig b/utils/genrandconfig
index 64b9be69db..a3d98119c7 100755
--- a/utils/genrandconfig
+++ b/utils/genrandconfig
@@ -487,6 +487,10 @@ def fixup_config(sysinfo, configfile):
'BR2_TARGET_BAREBOX_BOARD_DEFCONFIG=""\n' in configlines:
return False
+ if 'BR2_TARGET_LPC32XXCDL=y\n' in configlines and \
+ 'BR2_TARGET_LPC32XXCDL_BOARDNAME=""\n' in configlines:
+ return False
+
if 'BR2_TARGET_OPTEE_OS=y\n' in configlines and \
'BR2_TARGET_OPTEE_OS_CUSTOM_TARBALL=y\n' in configlines and \
'BR2_TARGET_OPTEE_OS_CUSTOM_TARBALL_LOCATION=""\n' in configlines:
--
2.39.1
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2023-02-25 21:03 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-02-25 16:01 [Buildroot] [PATCH 1/1] utils/genrandconfig: add lpc32xxcdl handling Fabrice Fontaine
2023-02-25 21:02 ` Thomas Petazzoni via buildroot
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.