Re: [yocto] [PATCH 1/1] syslinux: Avoid using linux.ext2_fs.h if possible

2012-05-30 Thread Darren Hart
On 05/30/2012 08:31 AM, Ross Burton wrote: > From: Darren Hart > > Fixes [YOCTO 2236] > > With recent Linux kernel headers, such as 3.3 in Fedora 16, the > linux/ext2_fs.h > header has been removed. This causes compile failures for syslinux-native. > Backport a fix to address this from syslin

[yocto] [PATCH 1/1] syslinux: Avoid using linux.ext2_fs.h if possible

2012-05-30 Thread Ross Burton
From: Darren Hart Fixes [YOCTO 2236] With recent Linux kernel headers, such as 3.3 in Fedora 16, the linux/ext2_fs.h header has been removed. This causes compile failures for syslinux-native. Backport a fix to address this from syslinux-4.06-pre3. Signed-off-by: Darren Hart CC: Ross Burton CC

[yocto] [PATCH 1/1] syslinux: Avoid using linux.ext2_fs.h if possible

2012-04-04 Thread Darren Hart
Fixes [YOCTO 2236] With recent Linux kernel headers, such as 3.3 in Fedora 16, the linux/ext2_fs.h header has been removed. This causes compile failures for syslinux-native. Backport a fix to address this from syslinux-4.06-pre3. Signed-off-by: Darren Hart CC: Ross Burton CC: Joshua Lock Signe

[yocto] [PATCH 1/1] syslinux: Avoid using linux.ext2_fs.h if possible

2012-04-04 Thread Darren Hart
Fixes [YOCTO 2236] With recent Linux kernel headers, such as 3.3 in Fedora 16, the linux/ext2_fs.h header has been removed. This causes compile failures for syslinux-native. Backport a fix to address this from syslinux-4.06-pre3. Signed-off-by: Darren Hart CC: Ross Burton CC: Joshua Lock ---