diff options
| -rw-r--r-- | meta/recipes-devtools/e2fsprogs/e2fsprogs-1.42.8/quiet-debugfs.patch | 19 | ||||
| -rw-r--r-- | meta/recipes-devtools/e2fsprogs/e2fsprogs_1.42.8.bb | 1 |
2 files changed, 20 insertions, 0 deletions
diff --git a/meta/recipes-devtools/e2fsprogs/e2fsprogs-1.42.8/quiet-debugfs.patch b/meta/recipes-devtools/e2fsprogs/e2fsprogs-1.42.8/quiet-debugfs.patch new file mode 100644 index 0000000000..830e9d57a5 --- /dev/null +++ b/meta/recipes-devtools/e2fsprogs/e2fsprogs-1.42.8/quiet-debugfs.patch | |||
| @@ -0,0 +1,19 @@ | |||
| 1 | When executing a script don't echo every command, as we do this for entire | ||
| 2 | filesystems at rootfs time. | ||
| 3 | |||
| 4 | Upstream-Status: Inappropriate | ||
| 5 | Signed-off-by: Ross Burton <ross.burton@intel.com> | ||
| 6 | |||
| 7 | diff --git a/debugfs/debugfs.c b/debugfs/debugfs.c | ||
| 8 | index 5590295..ac57292 100644 | ||
| 9 | --- a/debugfs/debugfs.c | ||
| 10 | +++ b/debugfs/debugfs.c | ||
| 11 | @@ -2378,7 +2378,7 @@ static int source_file(const char *cmd_file, int ss_idx) | ||
| 12 | cp = strchr(buf, '\r'); | ||
| 13 | if (cp) | ||
| 14 | *cp = 0; | ||
| 15 | - printf("debugfs: %s\n", buf); | ||
| 16 | + /*printf("debugfs: %s\n", buf);*/ | ||
| 17 | retval = ss_execute_line(ss_idx, buf); | ||
| 18 | if (retval) { | ||
| 19 | ss_perror(ss_idx, retval, buf); | ||
diff --git a/meta/recipes-devtools/e2fsprogs/e2fsprogs_1.42.8.bb b/meta/recipes-devtools/e2fsprogs/e2fsprogs_1.42.8.bb index 22ad925fe2..6175ce7281 100644 --- a/meta/recipes-devtools/e2fsprogs/e2fsprogs_1.42.8.bb +++ b/meta/recipes-devtools/e2fsprogs/e2fsprogs_1.42.8.bb | |||
| @@ -9,6 +9,7 @@ SRC_URI += "file://acinclude.m4 \ | |||
| 9 | file://debugfs-extent-header.patch \ | 9 | file://debugfs-extent-header.patch \ |
| 10 | file://populate-extfs.sh \ | 10 | file://populate-extfs.sh \ |
| 11 | file://e2fsprogs-fix-tests-f_extent_oobounds.patch \ | 11 | file://e2fsprogs-fix-tests-f_extent_oobounds.patch \ |
| 12 | file://quiet-debugfs.patch \ | ||
| 12 | " | 13 | " |
| 13 | 14 | ||
| 14 | SRC_URI[md5sum] = "8ef664b6eb698aa6b733df59b17b9ed4" | 15 | SRC_URI[md5sum] = "8ef664b6eb698aa6b733df59b17b9ed4" |
