YoeDistro/yoe-distro

Tools missing

snathicktechno opened this issue · 3 comments

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

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.

Hi KhemRaj,

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

kraj commented

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