All of lore.kernel.org
 help / color / mirror / Atom feed
From: Darren Hart <dvhart@linux.intel.com>
To: Yocto Project <yocto@yoctoproject.org>,
	josh@linux.intel.com, josh@hipro.co.in
Subject: [PATCH 0/8][edison] bootimg and dosfstools fixes
Date: Wed, 11 Apr 2012 10:51:09 -0700	[thread overview]
Message-ID: <cover.1334166452.git.dvhart@linux.intel.com> (raw)

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



             reply	other threads:[~2012-04-11 17:51 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-04-11 17:51 Darren Hart [this message]
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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=cover.1334166452.git.dvhart@linux.intel.com \
    --to=dvhart@linux.intel.com \
    --cc=josh@hipro.co.in \
    --cc=josh@linux.intel.com \
    --cc=yocto@yoctoproject.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.