summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/mtools/mtools/disable-hardcoded-configs.patch
diff options
context:
space:
mode:
authorWang Mingyu <wangmy@fujitsu.com>2022-11-03 13:30:46 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2022-11-07 14:32:42 +0000
commitd685ecf9efc9acd9e6bd5ed08782204b7c7c13c4 (patch)
tree8e03e036f2a7198f4fb2d95127892b7912423691 /meta/recipes-devtools/mtools/mtools/disable-hardcoded-configs.patch
parent6fd485e8d47df7f7c0c47cbee95c23d4319348c3 (diff)
downloadpoky-d685ecf9efc9acd9e6bd5ed08782204b7c7c13c4.tar.gz
mtools: upgrade 4.0.41 -> 4.0.42
disable-hardcoded-configs.patch refreshed for new version. Changelog: ========== - Added postcmd attribute in drive description to allow to execute "device release" code automatically at end of command - Code cleanup (unneeded functions, initializations, added comments to unobvious code, obsolete stuff in Makefile) - signedness cleanup about directory entries (From OE-Core rev: 7e7abbe7743f16e0524c9a1d6990fb304f648a56) Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/mtools/mtools/disable-hardcoded-configs.patch')
-rw-r--r--meta/recipes-devtools/mtools/mtools/disable-hardcoded-configs.patch6
1 files changed, 3 insertions, 3 deletions
diff --git a/meta/recipes-devtools/mtools/mtools/disable-hardcoded-configs.patch b/meta/recipes-devtools/mtools/mtools/disable-hardcoded-configs.patch
index 2d42fa531a..57be935487 100644
--- a/meta/recipes-devtools/mtools/mtools/disable-hardcoded-configs.patch
+++ b/meta/recipes-devtools/mtools/mtools/disable-hardcoded-configs.patch
@@ -1,4 +1,4 @@
1From c496cad7b7a84e599f521f289648373df9fad80f Mon Sep 17 00:00:00 2001 1From 2ef9b371a5cc44e730143e694d71665831fac216 Mon Sep 17 00:00:00 2001
2From: Ed Bartosh <ed.bartosh@linux.intel.com> 2From: Ed Bartosh <ed.bartosh@linux.intel.com>
3Date: Tue, 13 Jun 2017 14:55:52 +0300 3Date: Tue, 13 Jun 2017 14:55:52 +0300
4Subject: [PATCH] Disabled reading host configs. 4Subject: [PATCH] Disabled reading host configs.
@@ -12,10 +12,10 @@ Signed-off-by: Ed Bartosh <ed.bartosh@linux.intel.com>
12 1 file changed, 8 deletions(-) 12 1 file changed, 8 deletions(-)
13 13
14diff --git a/config.c b/config.c 14diff --git a/config.c b/config.c
15index 8c5fa83..346048b 100644 15index 2f6a297..3181ed7 100644
16--- a/config.c 16--- a/config.c
17+++ b/config.c 17+++ b/config.c
18@@ -843,14 +843,6 @@ void read_config(void) 18@@ -844,14 +844,6 @@ void read_config(void)
19 memcpy(devices, const_devices, 19 memcpy(devices, const_devices,
20 nr_const_devices*sizeof(struct device)); 20 nr_const_devices*sizeof(struct device));
21 21