Hi,

I am working on integrating rsyslog's IMJournal module to my yocto based
platform.
I have package_config in my bitbake file for rsyslog as follows,

# first line is default yes in configure
PACKAGECONFIG ??= " \
    zlib rsyslogd rsyslogrt klog inet regexp uuid libgcrypt \
    imdiag gnutls imfile \
    ${@base_contains('DISTRO_FEATURES', 'snmp', 'snmp', '', d)} \
    ${@base_contains('DISTRO_FEATURES', 'systemd', 'systemd', '', d)} \
    ${@base_contains('DISTRO_FEATURES', 'ptest', 'testbench ${VALGRIND}',
'',

But with this configuration, imjournal module is not getting generated
after compilation.

Could someone with prior experience on this point out the package which
needs to be included for imjournal?

Thanks,
Renjith
-- 
_______________________________________________
yocto mailing list
yocto@yoctoproject.org
https://lists.yoctoproject.org/listinfo/yocto

Reply via email to