]> code.ossystems Code Review - openembedded-core.git/commitdiff
dosfstools: add Upstream-Status to patches
authorScott Garman <scott.a.garman@intel.com>
Tue, 15 Nov 2011 01:03:41 +0000 (17:03 -0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 24 Nov 2011 22:09:19 +0000 (22:09 +0000)
Signed-off-by: Scott Garman <scott.a.garman@intel.com>
meta/recipes-devtools/dosfstools/dosfstools/2.6.20-syscall.patch
meta/recipes-devtools/dosfstools/dosfstools/alignment_hack.patch
meta/recipes-devtools/dosfstools/dosfstools/dosfstools-msdos_fs-types.patch
meta/recipes-devtools/dosfstools/dosfstools/include-linux-types.patch
meta/recipes-devtools/dosfstools/dosfstools/mkdosfs-bootcode.patch
meta/recipes-devtools/dosfstools/dosfstools/mkdosfs-dir.patch
meta/recipes-devtools/dosfstools/dosfstools/msdos_fat12_undefined.patch

index 7cf2662d2778b1786acb9dca738b9631852bc9f0..4460f0618d899cb449b05d6fb64355933802ddf9 100644 (file)
@@ -1,3 +1,10 @@
+Only use the system's llseek().
+
+Upstream-Status: Inappropriate [licensing]
+We're tracking an old release of dosfstools due to licensing issues.
+
+Signed-off-by: Scott Garman <scott.a.garman@intel.com>
+
 Index: dosfstools-2.10/dosfsck/io.c
 ===================================================================
 --- dosfstools-2.10.orig/dosfsck/io.c  2007-06-07 16:15:52.000000000 +0200
index e15060a6fe6bf2d81be539f82f2bc0cba25a9802..b46b2db0a3e1920ba2eaae41db11f74cc0a02450 100644 (file)
@@ -8,6 +8,10 @@ memcpy into an 16bit aligned
 
     -zecke
 
+Upstream-Status: Inappropriate [licensing]
+We're tracking an old release of dosfstools due to licensing issues.
+
+Signed-off-by: Scott Garman <scott.a.garman@intel.com>
 
 --- dosfstools/dosfsck/boot.c.orig     2003-05-15 19:32:23.000000000 +0200
 +++ dosfstools/dosfsck/boot.c  2003-06-13 17:44:25.000000000 +0200
index e70a3ead2a88cf22c8a1289970250d16fb661e6d..35abd1a2b1555ef4616c99225feac1fc7da3aa0d 100644 (file)
@@ -1,3 +1,10 @@
+Ensure the __s8 type is properly defined.
+
+Upstream-Status: Inappropriate [licensing]
+We're tracking an old release of dosfstools due to licensing issues.
+
+Signed-off-by: Scott Garman <scott.a.garman@intel.com>
+
 --- dosfstools-2.10/dosfsck/dosfsck.h.org      2006-02-21 08:36:14.000000000 -0700
 +++ dosfstools-2.10/dosfsck/dosfsck.h  2006-02-21 08:40:12.000000000 -0700
 @@ -22,6 +22,14 @@
index 4bbd4e76e45e00b94c01b955ad6c85fe15aeb21e..ab5c8cf8c381fde054c96b640c81e38a61a2ce7b 100644 (file)
@@ -5,6 +5,11 @@ include asm/types.h. To work around this patch mkdosfs.c to explicity
 include linux/types.h which will in turn pull in asm/types.h which
 defines these variables.
 
+Upstream-Status: Inappropriate [licensing]
+We're tracking an old release of dosfstools due to licensing issues.
+
+Signed-off-by: Scott Garman <scott.a.garman@intel.com>
+
 --- dosfstools-2.10/mkdosfs/mkdosfs.c~ 2006-07-12 18:46:21.000000000 +1000
 +++ dosfstools-2.10/mkdosfs/mkdosfs.c  2006-07-12 18:46:21.000000000 +1000
 @@ -60,6 +60,7 @@
index 52be86284b01505c460ae130bcf68650f9da91ca..dd5cc7f0fa85b8ff2ddc95199b8b393681e624c1 100644 (file)
@@ -1,3 +1,10 @@
+Add option to read in bootcode from a file.
+
+Upstream-Status: Inappropriate [licensing]
+We're tracking an old release of dosfstools due to licensing issues.
+
+Signed-off-by: Scott Garman <scott.a.garman@intel.com>
+
 diff -urN dosfstools-2.10.orig/mkdosfs/ChangeLog dosfstools-2.10/mkdosfs/ChangeLog
 --- dosfstools-2.10.orig/mkdosfs/ChangeLog     1997-06-18 03:09:38.000000000 -0700
 +++ dosfstools-2.10/mkdosfs/ChangeLog  2004-08-02 20:57:57.734939816 -0700
index 8f753b052c900976dd9db662b58e3942c411da8c..7feee0f10d27d3e3af0bb29590a4ea8b5afea8ed 100644 (file)
@@ -1,3 +1,10 @@
+Add -s <directory> support to populate the image.
+
+Upstream-Status: Inappropriate [licensing]
+We're tracking an old release of dosfstools due to licensing issues.
+
+Signed-off-by: Scott Garman <scott.a.garman@intel.com>
+
 diff -urN dosfstools-2.10.orig/mkdosfs/mkdosfs.c dosfstools-2.10/mkdosfs/mkdosfs.c
 --- dosfstools-2.10.orig/mkdosfs/mkdosfs.c     2004-08-02 20:48:45.000000000 -0700
 +++ dosfstools-2.10/mkdosfs/mkdosfs.c  2004-08-02 20:49:44.296953792 -0700
index 4987aa301934485d1ff35169c760a2a522cd34b2..11e8a7594b25e8572f3478f6509a5d1c2a5ca653 100644 (file)
@@ -1,3 +1,10 @@
+Fix a compilation error due to undefined MSDOS_FAT12.
+
+Upstream-Status: Inappropriate [licensing]
+We're tracking an old release of dosfstools due to licensing issues.
+
+Signed-off-by: Scott Garman <scott.a.garman@intel.com>
+
 --- dosfstools-2.10/dosfsck/boot.c.orig        2004-10-15 08:51:42.394725176 -0600
 +++ dosfstools-2.10/dosfsck/boot.c     2004-10-15 08:49:16.776862456 -0600
 @@ -14,6 +14,9 @@