diff options
author | Saul Wold <sgw@linux.intel.com> | 2011-12-28 15:41:08 -0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-01-03 12:10:46 +0000 |
commit | 169e55d802883df763dbff4a4737e05e96358fa3 (patch) | |
tree | 11dc30582c18fc4a8a199adda7f5d46d2312695f /meta/recipes-devtools/dosfstools | |
parent | 9aca7e651ce829e8a730dd187f54a5bba4253d06 (diff) | |
download | openembedded-core-169e55d802883df763dbff4a4737e05e96358fa3.tar.gz openembedded-core-169e55d802883df763dbff4a4737e05e96358fa3.tar.bz2 openembedded-core-169e55d802883df763dbff4a4737e05e96358fa3.tar.xz openembedded-core-169e55d802883df763dbff4a4737e05e96358fa3.zip |
Add Upstream-Status to patches
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Diffstat (limited to 'meta/recipes-devtools/dosfstools')
-rw-r--r-- | meta/recipes-devtools/dosfstools/dosfstools/fix_populated_dosfs_creation.patch | 2 | ||||
-rw-r--r-- | meta/recipes-devtools/dosfstools/dosfstools/nofat32_autoselect.patch | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-devtools/dosfstools/dosfstools/fix_populated_dosfs_creation.patch b/meta/recipes-devtools/dosfstools/dosfstools/fix_populated_dosfs_creation.patch index 510f12e3e..9d7f7321a 100644 --- a/meta/recipes-devtools/dosfstools/dosfstools/fix_populated_dosfs_creation.patch +++ b/meta/recipes-devtools/dosfstools/dosfstools/fix_populated_dosfs_creation.patch @@ -1,4 +1,4 @@ -UpstreamStatus: Inappropriate +Upstream-Status: Inappropriate This patch fixes populated dosfs image creation with directory structures. Earlier it was causing segfault; and only image diff --git a/meta/recipes-devtools/dosfstools/dosfstools/nofat32_autoselect.patch b/meta/recipes-devtools/dosfstools/dosfstools/nofat32_autoselect.patch index 21ebc1052..6ee3f7f77 100644 --- a/meta/recipes-devtools/dosfstools/dosfstools/nofat32_autoselect.patch +++ b/meta/recipes-devtools/dosfstools/dosfstools/nofat32_autoselect.patch @@ -4,7 +4,7 @@ broken images with the -d option. It can still be enabled on the commandline at the users own risk. This changes us back to the 2.10 version's behaviour which was known to work well even with large images. -Upstream Status: Inapprioriate [depends on other patches we apply] +Upstream-Status: Inapproriate [depends on other patches we apply] RP 2011/12/13 |