gconf.bbclass

gconf クラスは、GConf スキーマをインストールする必要があるレシピに共通の機能を提供します。スキーマは、このクラスが継承された時に自動的に作成される別のパッケージ (${PN}-gconf) に入れられます。このパッケージは、ターゲットイメージへのスキーマの登録または解除に応じて、post-install または post-remove (postinst/postrm) スクリプトを使います。


http://www.yoctoproject.org/docs/1.6/poky-ref-manual/poky-ref-manual.html#ref-classes-gconf

The gconf class provides common functionality for recipes that need to install GConf schemas. The schemas will be put into a separate package (${PN}-gconf) that is created automatically when this class is inherited. This package uses the appropriate post-install and post-remove (postinst/postrm) scriptlets to register and unregister the schemas in the target image.