All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/8][edison] bootimg and dosfstools fixes
@ 2012-04-11 17:51 Darren Hart
  2012-04-11 17:51 ` [PATCH 1/8] bootimg: Use mcopy to construct the hddimg Darren Hart
                   ` (7 more replies)
  0 siblings, 8 replies; 9+ messages in thread
From: Darren Hart @ 2012-04-11 17:51 UTC (permalink / raw)
  To: Yocto Project, josh, josh

This is V2 for a fix for YOCTO 2138. V2 pulls in fixes to dosfstools
which address a "Boot Error" message when attempting to boot in qemu.
The dosfstools patches were cherry-picked directly from master with no
modifications.

The following changes since commit 0fbd6a161576b2cafa8583adde0ffb15347c884a:

  poky.conf: Bumping SKD_VERSION (2012-03-14 15:49:33 -0700)

are available in the git repository at:
  git://git.pokylinux.org/poky-contrib dvhart/edison/bug/2138
  http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=dvhart/edison/bug/2138

Darren Hart (4):
  bootimg: Use mcopy to construct the hddimg
  bootimg: Account for FAT filesystem overhead in image size
  bootimg: Fix a math thinko in the block count calculation
  bootimg: Do not force FAT32 on all images, it violates the FAT
    specification

Otavio Salvador (1):
  dosfstools: update native to 2.11

Richard Purdie (1):
  dosfstools: Add patch to disable fat32 autoselection and behave as
    2.10

Saul Wold (1):
  dosfstools: Add SRC_URI Checksum

Scott Garman (1):
  dosfstools: add Upstream-Status to patches

 meta/classes/bootimg.bbclass                       |   53 ++++++++++++--
 .../dosfstools/dosfstools-native_2.10.bb           |   19 -----
 .../dosfstools/dosfstools/2.6.20-syscall.patch     |   65 -----------------
 .../dosfstools/dosfstools/alignment_hack.patch     |    4 +
 .../dosfstools/dosfstools-2.10-kernel-2.6.patch    |   74 -------------------
 .../dosfstools/dosfstools-msdos_fs-types.patch     |    7 ++
 .../dosfstools/include-linux-types.patch           |    5 ++
 .../dosfstools/dosfstools/mkdosfs-bootcode.patch   |   75 ++++++++++----------
 .../dosfstools/dosfstools/mkdosfs-dir.patch        |   67 +++++++++--------
 .../dosfstools/msdos_fat12_undefined.patch         |    7 ++
 .../dosfstools/dosfstools/nofat32_autoselect.patch |   27 +++++++
 .../recipes-devtools/dosfstools/dosfstools_2.10.bb |   21 ------
 .../recipes-devtools/dosfstools/dosfstools_2.11.bb |   12 +++-
 13 files changed, 179 insertions(+), 257 deletions(-)
 delete mode 100644 meta/recipes-devtools/dosfstools/dosfstools-native_2.10.bb
 delete mode 100644 meta/recipes-devtools/dosfstools/dosfstools/2.6.20-syscall.patch
 delete mode 100644 meta/recipes-devtools/dosfstools/dosfstools/dosfstools-2.10-kernel-2.6.patch
 create mode 100644 meta/recipes-devtools/dosfstools/dosfstools/nofat32_autoselect.patch
 delete mode 100644 meta/recipes-devtools/dosfstools/dosfstools_2.10.bb

-- 
1.7.5.4



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

end of thread, other threads:[~2012-04-11 17:51 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-04-11 17:51 [PATCH 0/8][edison] bootimg and dosfstools fixes Darren Hart
2012-04-11 17:51 ` [PATCH 1/8] bootimg: Use mcopy to construct the hddimg Darren Hart
2012-04-11 17:51 ` [PATCH 2/8] bootimg: Account for FAT filesystem overhead in image size Darren Hart
2012-04-11 17:51 ` [PATCH 3/8] bootimg: Fix a math thinko in the block count calculation Darren Hart
2012-04-11 17:51 ` [PATCH 4/8] bootimg: Do not force FAT32 on all images, it violates the FAT specification Darren Hart
2012-04-11 17:51 ` [PATCH 5/8] dosfstools: Add SRC_URI Checksum Darren Hart
2012-04-11 17:51 ` [PATCH 6/8] dosfstools: add Upstream-Status to patches Darren Hart
2012-04-11 17:51 ` [PATCH 7/8] dosfstools: update native to 2.11 Darren Hart
2012-04-11 17:51 ` [PATCH 8/8] dosfstools: Add patch to disable fat32 autoselection and behave as 2.10 Darren Hart

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.