Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [Bug 10161] New: unable to build u-boot.imx reliably
@ 2017-08-03 17:29 bugzilla at busybox.net
  2017-08-04 17:04 ` [Buildroot] [Bug 10161] " bugzilla at busybox.net
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: bugzilla at busybox.net @ 2017-08-03 17:29 UTC (permalink / raw)
  To: buildroot

https://bugs.busybox.net/show_bug.cgi?id=10161

            Bug ID: 10161
           Summary: unable to build u-boot.imx reliably
           Product: buildroot
           Version: unspecified
          Hardware: All
                OS: Linux
            Status: NEW
          Severity: normal
          Priority: P5
         Component: Other
          Assignee: unassigned at buildroot.uclibc.org
          Reporter: yurovsky at gmail.com
                CC: buildroot at uclibc.org
  Target Milestone: ---

Created attachment 7156
  --> https://bugs.busybox.net/attachment.cgi?id=7156&action=edit
hacky workaround

I'm unable to build the u-boot.imx image (for Freescale i.MX SoCs) reliably
(that is, it generally works but if I "slow down" my system by making the CPUs
busy, or use a slower machine, I can break the build very often).

The issue seems to be in u-boot's build system but I'm not certain so I wanted
to check if there's anything that we might be doing in buildroot that should be
done differently before taking this up with them.

To build the i.MX image the config should have:

BR2_TARGET_UBOOT_FORMAT_IMX=y

(and be one of the i.MX targets anyway since we need a board target in u-boot).
What happens is u-boot will process a template config file and eventually
mkimage is run to generate the .imx image using the .cfg files in the board
directory. The build will fail because the processed .cfg isn't found and it
seems that the .cfg was in fact built, it just raced with the image step.

I have a workaround that, while hacky, shows that we can prevent the problem by
making those steps less parallel (attached).

-- 
You are receiving this mail because:
You are on the CC list for the bug.

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2018-01-11  7:50 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-08-03 17:29 [Buildroot] [Bug 10161] New: unable to build u-boot.imx reliably bugzilla at busybox.net
2017-08-04 17:04 ` [Buildroot] [Bug 10161] " bugzilla at busybox.net
2017-08-04 17:37 ` bugzilla at busybox.net
2017-08-11 16:13 ` bugzilla at busybox.net
2018-01-11  7:50 ` bugzilla at busybox.net

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox