* [Buildroot] [PATCH 1/1] utils/genrandconfig: handle a10disp
@ 2022-09-18 16:28 Fabrice Fontaine
2022-10-31 12:20 ` Thomas Petazzoni via buildroot
2022-11-13 16:49 ` Peter Korsgaard
0 siblings, 2 replies; 3+ messages in thread
From: Fabrice Fontaine @ 2022-09-18 16:28 UTC (permalink / raw)
To: buildroot; +Cc: Fabrice Fontaine
a10disp will raise the following build failure with a mainline kernel:
cp: cannot stat '/home/autobuild/autobuild/instance-0/output-1/build/linux-5.17.15/include/video/sunxi_disp_ioctl.h': No such file or directory
Fixes:
- http://autobuild.buildroot.org/results/1f2607d6adece4d5dfe17fbdb032a2d228fc030f
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
---
utils/genrandconfig | 2 ++
1 file changed, 2 insertions(+)
diff --git a/utils/genrandconfig b/utils/genrandconfig
index e43452d5b7..10a29912d2 100755
--- a/utils/genrandconfig
+++ b/utils/genrandconfig
@@ -304,6 +304,8 @@ def fixup_config(sysinfo, configfile):
if 'BR2_PACKAGE_AUFS_UTIL=y\n' in configlines and \
'BR2_PACKAGE_AUFS_UTIL_VERSION=""\n' in configlines:
return False
+ if 'BR2_PACKAGE_A10DISP=y\n' in configlines:
+ return False
if 'BR2_PACKAGE_HOST_UBOOT_TOOLS_ENVIMAGE=y\n' in configlines and \
'BR2_PACKAGE_HOST_UBOOT_TOOLS_ENVIMAGE_SOURCE=""\n' in configlines and \
--
2.35.1
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [Buildroot] [PATCH 1/1] utils/genrandconfig: handle a10disp
2022-09-18 16:28 [Buildroot] [PATCH 1/1] utils/genrandconfig: handle a10disp Fabrice Fontaine
@ 2022-10-31 12:20 ` Thomas Petazzoni via buildroot
2022-11-13 16:49 ` Peter Korsgaard
1 sibling, 0 replies; 3+ messages in thread
From: Thomas Petazzoni via buildroot @ 2022-10-31 12:20 UTC (permalink / raw)
To: Fabrice Fontaine; +Cc: buildroot
On Sun, 18 Sep 2022 18:28:50 +0200
Fabrice Fontaine <fontaine.fabrice@gmail.com> wrote:
> a10disp will raise the following build failure with a mainline kernel:
>
> cp: cannot stat '/home/autobuild/autobuild/instance-0/output-1/build/linux-5.17.15/include/video/sunxi_disp_ioctl.h': No such file or directory
>
> Fixes:
> - http://autobuild.buildroot.org/results/1f2607d6adece4d5dfe17fbdb032a2d228fc030f
>
> Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
> ---
> utils/genrandconfig | 2 ++
> 1 file changed, 2 insertions(+)
Applied to master, thanks.
Thomas
--
Thomas Petazzoni, CTO, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [Buildroot] [PATCH 1/1] utils/genrandconfig: handle a10disp
2022-09-18 16:28 [Buildroot] [PATCH 1/1] utils/genrandconfig: handle a10disp Fabrice Fontaine
2022-10-31 12:20 ` Thomas Petazzoni via buildroot
@ 2022-11-13 16:49 ` Peter Korsgaard
1 sibling, 0 replies; 3+ messages in thread
From: Peter Korsgaard @ 2022-11-13 16:49 UTC (permalink / raw)
To: Fabrice Fontaine; +Cc: buildroot
>>>>> "Fabrice" == Fabrice Fontaine <fontaine.fabrice@gmail.com> writes:
> a10disp will raise the following build failure with a mainline kernel:
> cp: cannot stat
> '/home/autobuild/autobuild/instance-0/output-1/build/linux-5.17.15/include/video/sunxi_disp_ioctl.h':
> No such file or directory
> Fixes:
> - http://autobuild.buildroot.org/results/1f2607d6adece4d5dfe17fbdb032a2d228fc030f
> Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Committed to 2022.08.x and 2022.02.x, thanks.
--
Bye, Peter Korsgaard
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2022-11-13 16:49 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-09-18 16:28 [Buildroot] [PATCH 1/1] utils/genrandconfig: handle a10disp Fabrice Fontaine
2022-10-31 12:20 ` Thomas Petazzoni via buildroot
2022-11-13 16:49 ` Peter Korsgaard
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox