mirror of
https://git.yoctoproject.org/poky
synced 2026-03-12 18:29:42 +01:00
syslinux: refresh patches with devtool
* add git headers so that all can be applied with git am (From OE-Core rev: 22fdcdd217b8d5bd4c8e418566302cdafa219e9a) Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
7fea5b909e
commit
b1c27d69f6
@@ -1,7 +1,7 @@
|
||||
From 76c465e87312dbc6cffd05427f1f4d2ebdee4f13 Mon Sep 17 00:00:00 2001
|
||||
From c28aae8bd381f77e66e6bac79761df7a484b054c Mon Sep 17 00:00:00 2001
|
||||
From: Robert Yang <liezhi.yang@windriver.com>
|
||||
Date: Fri, 2 Jan 2015 12:28:35 +0800
|
||||
Subject: [PATCH 9/9] linux/syslinux: implement install_bootblock()
|
||||
Subject: [PATCH] linux/syslinux: implement install_bootblock()
|
||||
|
||||
Refer to the install_bootblock() in extlinux/main.c to make
|
||||
linux/syslinux.c's install_bootblock() which only supports ext2/3/4.
|
||||
@@ -15,10 +15,10 @@ Tested-by: Du Dolpher <dolpher.du@intel.com>
|
||||
1 file changed, 20 insertions(+)
|
||||
|
||||
diff --git a/linux/syslinux.c b/linux/syslinux.c
|
||||
index c741750..917f83a 100755
|
||||
index 4e43921..93ed880 100755
|
||||
--- a/linux/syslinux.c
|
||||
+++ b/linux/syslinux.c
|
||||
@@ -419,6 +419,26 @@ static int ext_file_write(ext2_file_t e2_file, const void *buf, size_t count,
|
||||
@@ -420,6 +420,26 @@ static int ext_file_write(ext2_file_t e2_file, const void *buf, size_t count,
|
||||
*/
|
||||
int install_bootblock(int fd, const char *device)
|
||||
{
|
||||
@@ -45,6 +45,3 @@ index c741750..917f83a 100755
|
||||
}
|
||||
|
||||
/* The file's block count */
|
||||
--
|
||||
1.9.1
|
||||
|
||||
|
||||
Reference in New Issue
Block a user