mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2025-12-14 14:25:53 +01:00
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: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
parent
9363162b51
commit
fa6831f0a8
|
|
@ -34,16 +34,18 @@ do_install:append() {
|
||||||
thin_delta \
|
thin_delta \
|
||||||
thin_dump \
|
thin_dump \
|
||||||
thin_ls \
|
thin_ls \
|
||||||
thin_repair \
|
|
||||||
thin_restore \
|
|
||||||
thin_rmap \
|
|
||||||
thin_metadata_size \
|
thin_metadata_size \
|
||||||
thin_metadata_pack \
|
thin_metadata_pack \
|
||||||
thin_metadata_unpack \
|
thin_metadata_unpack \
|
||||||
|
thin_repair \
|
||||||
|
thin_restore \
|
||||||
|
thin_rmap \
|
||||||
|
thin_shrink \
|
||||||
thin_trim \
|
thin_trim \
|
||||||
era_check \
|
era_check \
|
||||||
era_dump \
|
era_dump \
|
||||||
era_invalidate \
|
era_invalidate \
|
||||||
|
era_repair \
|
||||||
era_restore; do
|
era_restore; do
|
||||||
ln -sf pdata_tools ${D}${sbindir}/$tool
|
ln -sf pdata_tools ${D}${sbindir}/$tool
|
||||||
done
|
done
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user