Hello,
There are some required features and optional features under fsl-goldvip.conf. Can i deleted required features. Can you explain one-by-one why do i need required features?
Required features are :
Solved! Go to Solution.
Hi @irfank,
PFE is the hardware accelerator for incoming and outgoing frames through ethernet and can.
It is fine you can skip this for the OTA feature.
Xen is a hypervisor that helps to create virtualization of board resources and by default added support in the GOLD VIP release. Need to check whether goldvip-ota is using virtualization or not.
There was an Xen hypervisor sample example provided with the release.
meta-java and meta-aws layers you need to keep because, for the OTA feature, you will be required those.
Hope this helps.
Thanks,
Mayank s Patel
Hi @irfank,
PFE is the hardware accelerator for incoming and outgoing frames through ethernet and can.
It is fine you can skip this for the OTA feature.
Xen is a hypervisor that helps to create virtualization of board resources and by default added support in the GOLD VIP release. Need to check whether goldvip-ota is using virtualization or not.
There was an Xen hypervisor sample example provided with the release.
meta-java and meta-aws layers you need to keep because, for the OTA feature, you will be required those.
Hope this helps.
Thanks,
Mayank s Patel
Hello @MayanksPatel
When we removed optional feature, the size is still more than 3GB and there are lots of unused packages inside our images.
Also we removed both all optional feature and all required feature, the size of image is 2.5GB-3GB and there are lots of unused packages inside our images.
Below are my options What is your suggestion when we want to add some feature?
1)Modify goldvip source code depends on our board(Remove unused optional packages)Disadvantage the size of image is around 2.5GB, there are lots of unused packages
2) Extract the feature which we want to use and add it to our source code. Disadvantage it is compicated.
Regards
Hi @irfank,
We understand that there are lots of packages inside the GOLDVIP BSP release and we provided support for that packages in demand from customers.
We suggest you that, list down packages that you think are unnecessary by analyzing your project requirement and proceed to remove those from the yocto project.
Hope this helps you.
Thanks,
Mayank s Patel