On Tuesday 28 August 2012 06:33:55 Andreas Müller wrote: > The display manager LXDM (and I think others too) check in > configuration files which languages to offer. I would like to add a > postinst for LXDM which fills it's configuration file according to > what was installed by IMAGE_LINGUAS. Now my question (I looked into > image.bbclass but did not find something useful): Is there some file > around in rootfs where I can get the information which languages were > installed by image linguas?
My suggestion would be to add a shell function called from ROOTFS_POSTPROCESS_COMMAND which calls the get_split_linguas shell function (see image.bbclass) or uses IMAGE_LINGUAS directly depending on what your configuration file expects. Cheers, Paul -- Paul Eggleton Intel Open Source Technology Centre _______________________________________________ Openembedded-core mailing list [email protected] http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core
