[yocto] [PATCH 0/8][edison] bootimg and dosfstools fixes

Darren Hart dvhart at linux.intel.com
Wed Apr 11 10:51:09 PDT 2012


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




More information about the yocto mailing list