problem in adding quagga package for yocto tiny userland

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 
已解决

problem in adding quagga package for yocto tiny userland

跳至解决方案
2,970 次查看
dibyarekha
Contributor IV

Hello,

I am using Ubuntu 20.04 and I am trying to build rootfs for yocto tiny userland. It is building fine with default packages. As per the guide I added some packages in this path <flexbuild-dir>/configs/yocto/local_arm64_tiny.conf, it is building fine. But when I am adding packages like quagga and net-snmp, I am getting the following error. 

Do I need to change anything in the core-image-minimal.bb file?

Please help me

0 项奖励
回复
1 解答
2,941 次查看
khushbur
NXP TechSupport
NXP TechSupport

Hi @dibyarekha 

 

Copy meta-openembedded layer to components/rfs/yocto-poky and add meta-networking layer into build/rfs/rootfs_lsdk2108_yocto_tiny_arm64/conf/bblayers.conf file as below

/home/<flexbuild-dir>/components/rfs/yocto-poky/meta-openembedded/meta-networking

Please add quagga and net-snmp in <flexbuild-dir>/configs/yocto/local_arm64_tiny.conf and build image

flex-builder -i mkrfs -r yocto:tiny

 

Thanks

Khsuhbu

在原帖中查看解决方案

0 项奖励
回复
1 回复
2,942 次查看
khushbur
NXP TechSupport
NXP TechSupport

Hi @dibyarekha 

 

Copy meta-openembedded layer to components/rfs/yocto-poky and add meta-networking layer into build/rfs/rootfs_lsdk2108_yocto_tiny_arm64/conf/bblayers.conf file as below

/home/<flexbuild-dir>/components/rfs/yocto-poky/meta-openembedded/meta-networking

Please add quagga and net-snmp in <flexbuild-dir>/configs/yocto/local_arm64_tiny.conf and build image

flex-builder -i mkrfs -r yocto:tiny

 

Thanks

Khsuhbu

0 项奖励
回复