Openembedded Core Discussions
 help / color / mirror / Atom feed
* [PATCH 0/1] kernel.bbclass: Fix link for modules-${MACHINE}.tgz
@ 2013-06-05  9:20 Yi Zhao
  2013-06-05  9:20 ` [PATCH 1/1] " Yi Zhao
  0 siblings, 1 reply; 3+ messages in thread
From: Yi Zhao @ 2013-06-05  9:20 UTC (permalink / raw)
  To: openembedded-core

When build an image, It will generate a symbolic link file named modules-${MACHINE}.tgz in tmp/deploy/images directory.
This file should link to the real modules tarball. But now it links to an invalid file which has an extra ".bin" suffix.
This patch fixs this issue.

The following changes since commit a62aed41f2d8f874f7ae24d0e5be5dbc66ea2199:

  lrzsz: check locale.h in configure (2013-06-04 15:55:46 +0100)

are available in the git repository at:

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

Yi Zhao (1):
  kernel.bbclass: Fix link for modules-${MACHINE}.tgz

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

-- 
1.7.9.5



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

end of thread, other threads:[~2013-06-05 10:05 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-06-05  9:20 [PATCH 0/1] kernel.bbclass: Fix link for modules-${MACHINE}.tgz Yi Zhao
2013-06-05  9:20 ` [PATCH 1/1] " Yi Zhao
2013-06-05 10:05   ` Martin Jansa

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