summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/file/file/dump
diff options
context:
space:
mode:
authorRobert Yang <liezhi.yang@windriver.com>2014-07-10 03:34:51 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2014-07-16 10:20:50 +0100
commiteb867257ccbc529fedf6a97633ef32aa5f992b2d (patch)
tree6e8a7bdb0d293cff3f9e50f06673c93c982e203d /meta/recipes-devtools/file/file/dump
parent4c78b0ae3a11dbb5c153b362be5c3b5f8b586feb (diff)
downloadpoky-eb867257ccbc529fedf6a97633ef32aa5f992b2d.tar.gz
file: remove dump and filesystems
I can't find the reason from the log why we need them, and they are out of date, so remove them, then file would use the one from its package. (From OE-Core rev: 4c67bab18ba82a2e8446ff11482a234ec7e4cc35) Signed-off-by: Robert Yang <liezhi.yang@windriver.com> Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/file/file/dump')
-rw-r--r--meta/recipes-devtools/file/file/dump81
1 files changed, 0 insertions, 81 deletions
diff --git a/meta/recipes-devtools/file/file/dump b/meta/recipes-devtools/file/file/dump
deleted file mode 100644
index 628ead86c6..0000000000
--- a/meta/recipes-devtools/file/file/dump
+++ /dev/null
@@ -1,81 +0,0 @@
1
2#------------------------------------------------------------------------------
3# dump: file(1) magic for dump file format--for new and old dump filesystems
4#
5# We specify both byte orders in order to recognize byte-swapped dumps.
6#
724 belong 60012 new-fs dump file (big endian),
8>4 bedate x Previous dump %s,
9>8 bedate x This dump %s,
10>12 belong >0 Volume %ld,
11>692 belong 0 Level zero, type:
12>692 belong >0 Level %d, type:
13>0 belong 1 tape header,
14>0 belong 2 beginning of file record,
15>0 belong 3 map of inodes on tape,
16>0 belong 4 continuation of file record,
17>0 belong 5 end of volume,
18>0 belong 6 map of inodes deleted,
19>0 belong 7 end of medium (for floppy),
20>676 string >\0 Label %s,
21>696 string >\0 Filesystem %s,
22>760 string >\0 Device %s,
23>824 string >\0 Host %s,
24>888 belong >0 Flags %x
25
2624 belong 60011 old-fs dump file (big endian),
27#>4 bedate x Previous dump %s,
28#>8 bedate x This dump %s,
29>12 belong >0 Volume %ld,
30>692 belong 0 Level zero, type:
31>692 belong >0 Level %d, type:
32>0 belong 1 tape header,
33>0 belong 2 beginning of file record,
34>0 belong 3 map of inodes on tape,
35>0 belong 4 continuation of file record,
36>0 belong 5 end of volume,
37>0 belong 6 map of inodes deleted,
38>0 belong 7 end of medium (for floppy),
39>676 string >\0 Label %s,
40>696 string >\0 Filesystem %s,
41>760 string >\0 Device %s,
42>824 string >\0 Host %s,
43>888 belong >0 Flags %x
44
4524 lelong 60012 new-fs dump file (little endian),
46>4 ledate x This dump %s,
47>8 ledate x Previous dump %s,
48>12 lelong >0 Volume %ld,
49>692 lelong 0 Level zero, type:
50>692 lelong >0 Level %d, type:
51>0 lelong 1 tape header,
52>0 lelong 2 beginning of file record,
53>0 lelong 3 map of inodes on tape,
54>0 lelong 4 continuation of file record,
55>0 lelong 5 end of volume,
56>0 lelong 6 map of inodes deleted,
57>0 lelong 7 end of medium (for floppy),
58>676 string >\0 Label %s,
59>696 string >\0 Filesystem %s,
60>760 string >\0 Device %s,
61>824 string >\0 Host %s,
62>888 lelong >0 Flags %x
63
6424 lelong 60011 old-fs dump file (little endian),
65#>4 ledate x Previous dump %s,
66#>8 ledate x This dump %s,
67>12 lelong >0 Volume %ld,
68>692 lelong 0 Level zero, type:
69>692 lelong >0 Level %d, type:
70>0 lelong 1 tape header,
71>0 lelong 2 beginning of file record,
72>0 lelong 3 map of inodes on tape,
73>0 lelong 4 continuation of file record,
74>0 lelong 5 end of volume,
75>0 lelong 6 map of inodes deleted,
76>0 lelong 7 end of medium (for floppy),
77>676 string >\0 Label %s,
78>696 string >\0 Filesystem %s,
79>760 string >\0 Device %s,
80>824 string >\0 Host %s,
81>888 lelong >0 Flags %x