e2fsprogs

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

e2fsprogs

3,588 Views
erikraynolds
Contributor III

Dears,

I'd like to have within my image e2fsprogs with resize2fs utility there. I built yocto image with local.conf parameter

IMAGE_INSTALL_append = " e2fsprogs" but resize2fs is not just there.. 

How can I get resize2fs on image with build?

Regards

Tags (1)
4 Replies

2,430 Views
erikraynolds
Contributor III

Hello igorpadykov,

It seems you don't not know what e2fsprogs is?

The e2fsprogs package is there and installed with option:

IMAGE_INSTALL_append = " e2fsprogs"

I do not need to build other package but e2fsprogs package contains resize2fs and many other utils.. 

e2fsprogs - Wikipedia 

but resize2fs utility of e2fsprogs is not build and I'm asking why?

What to configure within e2fsprogs_1.24.9.bb  to get resize2fs installed.

 

0 Kudos

2,430 Views
igorpadykov
NXP Employee
NXP Employee

as this is general yocto question, suggest to post on yocto mail list

https://www.yoctoproject.org/tools-resources/community/mailing-lists 

Best regards
igor

0 Kudos

2,430 Views
erikraynolds
Contributor III

just find out: i n your loca.conf please add

IMAGE_INSTALL_append=" e2fsprogs-resize2fs"

2,430 Views
igorpadykov
NXP Employee
NXP Employee

Hi Erik

please check

How can I (quickly) modify the kernel and test it?
https://community.freescale.com/docs/DOC-95003
Hello World
http://www.variwiki.com/index.php?title=VAR-SOM-MX6_Hello_World

Best regards
igor
-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------

0 Kudos