All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/1] [1.1.2] Fix syslinux on kernel 3.3
@ 2012-05-30 15:29 Ross Burton
  2012-05-30 15:31 ` [PATCH 1/1] syslinux: Avoid using linux.ext2_fs.h if possible Ross Burton
  2012-05-30 15:57 ` [PATCH 0/1] [1.1.2] Fix syslinux on kernel 3.3 Joshua Lock
  0 siblings, 2 replies; 7+ messages in thread
From: Ross Burton @ 2012-05-30 15:29 UTC (permalink / raw)
  To: yocto; +Cc: Darren Hart

Backporting a patch from master that fixes building syslinux on kernel 3.3.

The following changes since commit 1cdea4cf5f8ec8b32aa406b1767338a11618dba5:

  syslinux: Avoid using linux.ext2_fs.h if possible (2012-05-28 12:29:04 +0100)

are available in the git repository at:
  git://git.yoctoproject.org/poky-contrib ross/edison-2236
  http://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=ross/edison-2236

Darren Hart (1):
  syslinux: Avoid using linux.ext2_fs.h if possible

 .../libinstaller-Avoid-using-linux-ext2_fs.h.patch |  975 ++++++++++++++++++++
 meta/recipes-devtools/syslinux/syslinux_4.03.bb    |    5 +-
 2 files changed, 978 insertions(+), 2 deletions(-)
 create mode 100644 meta/recipes-devtools/syslinux/files/libinstaller-Avoid-using-linux-ext2_fs.h.patch

-- 
1.7.7.6



^ permalink raw reply	[flat|nested] 7+ messages in thread
* [PATCH 0/1] syslinux: Avoid using linux.ext2_fs.h if possible
@ 2012-04-04 22:30 Darren Hart
  2012-04-04 22:30 ` [PATCH 1/1] " Darren Hart
  0 siblings, 1 reply; 7+ messages in thread
From: Darren Hart @ 2012-04-04 22:30 UTC (permalink / raw)
  To: openembedded-core, Saul Wold; +Cc: Darren Hart, Ross Burton

The following patch is intended as a stop gap to address the compilation
failure for the Yocto 1.2 release. This patch is a backport from syslinux
4.6-pre3. After the Yocto Project 1.2 release and the syslinux 4.6 (or later)
release, the syslinux recipe will be updated and the patch will be dropped.

Tested building atom-pc core-image-minimal live images on Fedora 16 amd64
with the linux/ext2_fs.h file renamed.

The following changes since commit 3e4562500956550dbae5467a5fe9289f1d32f775:

  self-hosted-image: Increase space for build and allow builder user sudo access (2012-04-04 17:17:11 +0100)

are available in the git repository at:
  git://git.yoctoproject.org/user-contrib/dvhart/oe-core syslinux
  http://git.yoctoproject.org/cgit.cgi/user-contrib/dvhart/oe-core/log/?h=syslinux

Darren Hart (1):
  syslinux: Avoid using linux.ext2_fs.h if possible

 .../libinstaller-Avoid-using-linux-ext2_fs.h.patch |  975 ++++++++++++++++++++
 meta/recipes-devtools/syslinux/syslinux_4.03.bb    |    5 +-
 2 files changed, 978 insertions(+), 2 deletions(-)
 create mode 100644 meta/recipes-devtools/syslinux/files/libinstaller-Avoid-using-linux-ext2_fs.h.patch

-- 
1.7.6.5




^ permalink raw reply	[flat|nested] 7+ messages in thread
* [PATCH 0/1][1.1.2] syslinux: Avoid using linux.ext2_fs.h if possible
@ 2012-04-04 20:50 Darren Hart
  2012-04-04 20:50 ` [PATCH 1/1] " Darren Hart
  0 siblings, 1 reply; 7+ messages in thread
From: Darren Hart @ 2012-04-04 20:50 UTC (permalink / raw)
  To: Yocto Project; +Cc: Darren Hart, Ross Burton

Please apply to poky/edison branch for 1.1.2 release. A corresponding patch has
been sent for oe-core and poky/master for the 1.2 release.

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/bug2236
  http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=dvhart/bug/2036

Darren Hart (1):
  syslinux: Avoid using linux.ext2_fs.h if possible

 .../libinstaller-Avoid-using-linux-ext2_fs.h.patch |  975 ++++++++++++++++++++
 meta/recipes-devtools/syslinux/syslinux_4.03.bb    |    5 +-
 2 files changed, 978 insertions(+), 2 deletions(-)
 create mode 100644 meta/recipes-devtools/syslinux/files/libinstaller-Avoid-using-linux-ext2_fs.h.patch

-- 
1.7.6.5



^ permalink raw reply	[flat|nested] 7+ messages in thread
* [PATCH 0/1][1.2] syslinux: Avoid using linux.ext2_fs.h if possible
@ 2012-04-04 20:44 Darren Hart
  2012-04-04 20:44 ` [PATCH 1/1] " Darren Hart
  0 siblings, 1 reply; 7+ messages in thread
From: Darren Hart @ 2012-04-04 20:44 UTC (permalink / raw)
  To: Yocto Project; +Cc: Darren Hart, Ross Burton

Please apply to poky for 1.2. Should also be applied to oe-core.

The following changes since commit cd4d346c0e83fc9bf5497dd0424368e9244b6e08:

  documentation/yocto-project-qs/yocto-project-qs.xml: Added CentOS distro (2012-04-04 00:34:03 +0100)

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

Darren Hart (1):
  syslinux: Avoid using linux.ext2_fs.h if possible

 .../libinstaller-Avoid-using-linux-ext2_fs.h.patch |  975 ++++++++++++++++++++
 meta/recipes-devtools/syslinux/syslinux_4.03.bb    |    5 +-
 2 files changed, 978 insertions(+), 2 deletions(-)
 create mode 100644 meta/recipes-devtools/syslinux/files/libinstaller-Avoid-using-linux-ext2_fs.h.patch

-- 
1.7.6.5



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

end of thread, other threads:[~2012-05-30 15:57 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-05-30 15:29 [PATCH 0/1] [1.1.2] Fix syslinux on kernel 3.3 Ross Burton
2012-05-30 15:31 ` [PATCH 1/1] syslinux: Avoid using linux.ext2_fs.h if possible Ross Burton
2012-05-30 15:45   ` Darren Hart
2012-05-30 15:57 ` [PATCH 0/1] [1.1.2] Fix syslinux on kernel 3.3 Joshua Lock
  -- strict thread matches above, loose matches on Subject: below --
2012-04-04 22:30 [PATCH 0/1] syslinux: Avoid using linux.ext2_fs.h if possible Darren Hart
2012-04-04 22:30 ` [PATCH 1/1] " Darren Hart
2012-04-04 20:50 [PATCH 0/1][1.1.2] " Darren Hart
2012-04-04 20:50 ` [PATCH 1/1] " Darren Hart
2012-04-04 20:44 [PATCH 0/1][1.2] " Darren Hart
2012-04-04 20:44 ` [PATCH 1/1] " 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.