diff options
author | Libo Chen <libo.chen.cn@windriver.com> | 2024-07-03 16:26:19 +0800 |
---|---|---|
committer | Armin Kuster <akuster808@gmail.com> | 2024-07-09 08:16:04 -0400 |
commit | d570d397c09cbf06b0df6a947eb9ef5c4ad780f7 (patch) | |
tree | 21ab756c4112659014f25c91f409778322f2098a | |
parent | 0cbf21fd5138ef97b7fdbab3e9cc64066f95e84a (diff) | |
download | meta-openembedded-d570d397c09cbf06b0df6a947eb9ef5c4ad780f7.tar.gz |
thin-provisioning-tools: install missed thin_shrink and era_repair
Install missed thin_shrink and era_repair for thin provisioning
Signed-off-by: Libo Chen <libo.chen.cn@windriver.com>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
-rw-r--r-- | meta-oe/recipes-support/thin-provisioning-tools/thin-provisioning-tools_1.0.12.bb | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/meta-oe/recipes-support/thin-provisioning-tools/thin-provisioning-tools_1.0.12.bb b/meta-oe/recipes-support/thin-provisioning-tools/thin-provisioning-tools_1.0.12.bb index 09b91f6b37..51b4b3dcc9 100644 --- a/meta-oe/recipes-support/thin-provisioning-tools/thin-provisioning-tools_1.0.12.bb +++ b/meta-oe/recipes-support/thin-provisioning-tools/thin-provisioning-tools_1.0.12.bb | |||
@@ -34,16 +34,18 @@ do_install:append() { | |||
34 | thin_delta \ | 34 | thin_delta \ |
35 | thin_dump \ | 35 | thin_dump \ |
36 | thin_ls \ | 36 | thin_ls \ |
37 | thin_repair \ | ||
38 | thin_restore \ | ||
39 | thin_rmap \ | ||
40 | thin_metadata_size \ | 37 | thin_metadata_size \ |
41 | thin_metadata_pack \ | 38 | thin_metadata_pack \ |
42 | thin_metadata_unpack \ | 39 | thin_metadata_unpack \ |
40 | thin_repair \ | ||
41 | thin_restore \ | ||
42 | thin_rmap \ | ||
43 | thin_shrink \ | ||
43 | thin_trim \ | 44 | thin_trim \ |
44 | era_check \ | 45 | era_check \ |
45 | era_dump \ | 46 | era_dump \ |
46 | era_invalidate \ | 47 | era_invalidate \ |
48 | era_repair \ | ||
47 | era_restore; do | 49 | era_restore; do |
48 | ln -sf pdata_tools ${D}${sbindir}/$tool | 50 | ln -sf pdata_tools ${D}${sbindir}/$tool |
49 | done | 51 | done |