All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [Bug 9301] New: U-boot fails to build with default zynq_zed_defconfig configuration
@ 2016-09-23 14:41 bugzilla at busybox.net
  2016-09-26 20:22 ` [Buildroot] [Bug 9301] " bugzilla at busybox.net
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: bugzilla at busybox.net @ 2016-09-23 14:41 UTC (permalink / raw)
  To: buildroot

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

            Bug ID: 9301
           Summary: U-boot fails to build with default zynq_zed_defconfig
                    configuration
           Product: buildroot
           Version: unspecified
          Hardware: All
                OS: Linux
            Status: NEW
          Severity: normal
          Priority: P5
         Component: Other
          Assignee: unassigned at buildroot.uclibc.org
          Reporter: matt.kraai at abbott.com
                CC: buildroot at uclibc.org
  Target Milestone: ---

When I run `make zynq_zed_defconfig && make all` on master, the build
eventually fails with the following messages:

> cp -dpf .../buildroot/output/build/uboot-xilinx-v2016.2/spl/boot.bin .../buildroot/output/images/
> cp: cannot stat '.../buildroot/output/build/uboot-xilinx-v2016.2/spl/boot.bin': No such file or directory

Commit fad58cefa4a392b52eafe46a773f8cbfb8aadb43 introduced this error.  Before
that commit, no make targets were specified when make was invoked to build
uboot.  This caused make to build the all target, which caused it to build
spl/boot.bin.  After that commit, the u-boot.img target was specified.  As a
result of this change, make only built u-boot.img and not spl/boot.bin.

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

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

* [Buildroot] [Bug 9301] U-boot fails to build with default zynq_zed_defconfig configuration
  2016-09-23 14:41 [Buildroot] [Bug 9301] New: U-boot fails to build with default zynq_zed_defconfig configuration bugzilla at busybox.net
@ 2016-09-26 20:22 ` bugzilla at busybox.net
  2016-09-27 17:44 ` bugzilla at busybox.net
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: bugzilla at busybox.net @ 2016-09-26 20:22 UTC (permalink / raw)
  To: buildroot

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

Peter Korsgaard <jacmet@uclibc.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |ASSIGNED

--- Comment #1 from Peter Korsgaard <jacmet@uclibc.org> ---
Thanks for the report. We are currently discussing on the list about changing
the logic to explicitly pass 'all' as the make target to fix this and similar
issues:

http://lists.busybox.net/pipermail/buildroot/2016-September/172815.html

Can you verify that explicitly passing 'all' also fixes it for you? Thanks

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

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

* [Buildroot] [Bug 9301] U-boot fails to build with default zynq_zed_defconfig configuration
  2016-09-23 14:41 [Buildroot] [Bug 9301] New: U-boot fails to build with default zynq_zed_defconfig configuration bugzilla at busybox.net
  2016-09-26 20:22 ` [Buildroot] [Bug 9301] " bugzilla at busybox.net
@ 2016-09-27 17:44 ` bugzilla at busybox.net
  2016-09-28 16:13 ` bugzilla at busybox.net
  2016-10-11 15:50 ` bugzilla at busybox.net
  3 siblings, 0 replies; 5+ messages in thread
From: bugzilla at busybox.net @ 2016-09-27 17:44 UTC (permalink / raw)
  To: buildroot

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

--- Comment #2 from matt.kraai at abbott.com ---
(In reply to Peter Korsgaard from comment #1)

Yes, applying the patch in that message also fixes it for me.

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

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

* [Buildroot] [Bug 9301] U-boot fails to build with default zynq_zed_defconfig configuration
  2016-09-23 14:41 [Buildroot] [Bug 9301] New: U-boot fails to build with default zynq_zed_defconfig configuration bugzilla at busybox.net
  2016-09-26 20:22 ` [Buildroot] [Bug 9301] " bugzilla at busybox.net
  2016-09-27 17:44 ` bugzilla at busybox.net
@ 2016-09-28 16:13 ` bugzilla at busybox.net
  2016-10-11 15:50 ` bugzilla at busybox.net
  3 siblings, 0 replies; 5+ messages in thread
From: bugzilla at busybox.net @ 2016-09-28 16:13 UTC (permalink / raw)
  To: buildroot

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

--- Comment #3 from matt.kraai at abbott.com ---
I've also verified that adding $(BR2_TARGET_UBOOT_SPL_NAME) to
UBOOT_MAKE_TARGET if the former is non-empty fixes this problem.

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

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

* [Buildroot] [Bug 9301] U-boot fails to build with default zynq_zed_defconfig configuration
  2016-09-23 14:41 [Buildroot] [Bug 9301] New: U-boot fails to build with default zynq_zed_defconfig configuration bugzilla at busybox.net
                   ` (2 preceding siblings ...)
  2016-09-28 16:13 ` bugzilla at busybox.net
@ 2016-10-11 15:50 ` bugzilla at busybox.net
  3 siblings, 0 replies; 5+ messages in thread
From: bugzilla at busybox.net @ 2016-10-11 15:50 UTC (permalink / raw)
  To: buildroot

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

matt.kraai at abbott.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Resolution|---                         |FIXED
             Status|ASSIGNED                    |RESOLVED

--- Comment #4 from matt.kraai at abbott.com ---
This was fixed by 55a481bec1a592845c3777705865adb382ece1a3.

-- 
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:[~2016-10-11 15:50 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-09-23 14:41 [Buildroot] [Bug 9301] New: U-boot fails to build with default zynq_zed_defconfig configuration bugzilla at busybox.net
2016-09-26 20:22 ` [Buildroot] [Bug 9301] " bugzilla at busybox.net
2016-09-27 17:44 ` bugzilla at busybox.net
2016-09-28 16:13 ` bugzilla at busybox.net
2016-10-11 15:50 ` bugzilla at busybox.net

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.