Openembedded Core Discussions
 help / color / mirror / Atom feed
* [PATCH 0/1] kernel.bbclass: fix hardlink test
@ 2013-11-16  6:17 Bruce Ashfield
  2013-11-16  6:17 ` [PATCH 1/1] " Bruce Ashfield
  0 siblings, 1 reply; 2+ messages in thread
From: Bruce Ashfield @ 2013-11-16  6:17 UTC (permalink / raw)
  To: richard.purdie; +Cc: openembedded-core

Richard/Saul,

It's sometimes nice when you get to clean up your own mess. While all my
build tests passed on Friday to fix the "vmlinux" and "usr/src/kernel/vmlinux"
are the same file, it was because the install failed in all cases, not just
the one we wanted to prevent.

I bumped into a build failure when assembling xen hdmimage, since it could
find the bzImage in the kernel source directory. I tracked it back to 
the hardlink fix, and on debugging, noticed that the test wasn't good on
all machines.

An extra space fixes everything up, and I'm now able to build my xen image
AND build linux-yocto for qemumips, and another other target you should
favour.

Take this for spin .. since it is late at night when I did this, but it
should be fine :)

Cheers,

Bruce

The following changes since commit db7f8d4114267ed34c19dc66dd56c2372354b43f:

  kernel.bbclass: test for hardlinks before installing (2013-11-15 15:27:08 +0000)

are available in the git repository at:

  git://git.pokylinux.org/poky-contrib zedd/kernel
  http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=zedd/kernel

Bruce Ashfield (1):
  kernel.bbclass: fix hardlink test

 meta/classes/kernel.bbclass | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

-- 
1.8.1.2



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

end of thread, other threads:[~2013-11-16  6:17 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-11-16  6:17 [PATCH 0/1] kernel.bbclass: fix hardlink test Bruce Ashfield
2013-11-16  6:17 ` [PATCH 1/1] " Bruce Ashfield

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