Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH v2 0/3] New image target (x86/x64): raw disk image
@ 2014-12-09 16:03 Karoly Kasza
  2014-12-09 16:03 ` [Buildroot] [PATCH v2 1/3] util-linux: enable host fdisk Karoly Kasza
                   ` (2 more replies)
  0 siblings, 3 replies; 7+ messages in thread
From: Karoly Kasza @ 2014-12-09 16:03 UTC (permalink / raw)
  To: buildroot

Hi list,

These 3 patches allow the building of a new target for x86 and x64.
The "raw" image is a disk image, with a valid partition table and
MBR, that can directly written to a disk and will boot, or the file
is bootable in QEMU. Also cloud providers who use KVM (like Google)
should accept this as their VM image format.

Regards,
Karoly

Changes v1 -> v2:
  - package/util-linux: minimal wording
  - fs/rawimg: separated script into new host package like mke2img
  - package/mkrawimg: new host package

Karoly Kasza (3):
  util-linux: enable host fdisk
  package/mkrawimg: new package
  fs/rawimg: new rootfs target

 fs/Config.in                                       |    1 +
 fs/rawimg/Config.in                                |   15 ++++++++
 fs/rawimg/rawimg.mk                                |   13 +++++++
 package/Config.in.host                             |    1 +
 package/mkrawimg/Config.in.host                    |   13 +++++++
 package/mkrawimg/mkrawimg                          |   38 ++++++++++++++++++++
 package/mkrawimg/mkrawimg.mk                       |   14 ++++++++
 package/util-linux/Config.in.host                  |    9 +++++
 .../util-linux/util-linux-004-enable-fdisk.patch   |   34 ++++++++++++++++++
 package/util-linux/util-linux.mk                   |    5 +++
 10 files changed, 143 insertions(+)
 create mode 100644 fs/rawimg/Config.in
 create mode 100644 fs/rawimg/rawimg.mk
 create mode 100644 package/mkrawimg/Config.in.host
 create mode 100755 package/mkrawimg/mkrawimg
 create mode 100644 package/mkrawimg/mkrawimg.mk
 create mode 100644 package/util-linux/util-linux-004-enable-fdisk.patch

-- 
1.7.10.4

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

end of thread, other threads:[~2014-12-11  9:57 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-12-09 16:03 [Buildroot] [PATCH v2 0/3] New image target (x86/x64): raw disk image Karoly Kasza
2014-12-09 16:03 ` [Buildroot] [PATCH v2 1/3] util-linux: enable host fdisk Karoly Kasza
2014-12-10 17:47   ` Yann E. MORIN
2014-12-09 16:03 ` [Buildroot] [PATCH v2 2/3] package/mkrawimg: new package Karoly Kasza
2014-12-09 16:03 ` [Buildroot] [PATCH v2 3/3] fs/rawimg: new rootfs target Karoly Kasza
2014-12-10 18:05   ` Yann E. MORIN
2014-12-11  9:57     ` Károly Kasza

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