YoeDistro / yoe-distro

Embedded Linux distribution optimized for product development (based on OE/Yocto)
MIT License
182 stars 44 forks source link

Tools missing #670

Open snathicktechno opened 2 years ago

snathicktechno commented 2 years ago

Hi,

Using below recipe, integrated openldap to riscv64qemu image https://github.com/openembedded/meta-openembedded/blob/master/meta-oe/recipes-support/openldap/openldap_2.5.9.bb Added below line in local.conf IMAGE_INSTALL:append = " openldap" qemuriscv64 image build successful. missing SLAP tools (slapadd slapcat slapdn slapindex slappasswd slaptest slapauth slapacl slapschema slapmodify)

Please help me to resolve my issue.

Thanks

kraj commented 2 years ago

you might want to try the same build on say qemuarm and see if you have these tools built, if not then perhaps some PACKAGECONFIGS are required to be enabled in the recipes. the default set maybe not enough to enable building these tools.

snathicktechno commented 2 years ago

Hi KhemRaj,

As per your suggestion integrated openldap to qemuarm64 image and observed that tools are not built.

kraj commented 2 years ago

@snathicktechno thanks for confirming. I think we need to look into it further to root cause it.