problem in adding quagga package for yocto tiny userland

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

problem in adding quagga package for yocto tiny userland

Jump to solution
2,950 Views
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 Kudos
Reply
1 Solution
2,921 Views
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

View solution in original post

0 Kudos
Reply
1 Reply
2,922 Views
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 Kudos
Reply