Set the default psplash image to the OpenEmbedded logo, and provide a script to allow people to use their own custom image.
Note: there's a corresponding meta-yocto patch which should be applied after this set. The following changes since commit ae4118a1f78f113c3d687c3aa6a86007cf977cae: libsdl 1.2.14: fix packaging (2011-12-19 12:17:36 +0000) are available in the git repository at: git://git.openembedded.org/openembedded-core-contrib paule/oe-psplash http://cgit.openembedded.org/cgit.cgi/openembedded-core-contrib/log/?h=paule/oe-psplash Paul Eggleton (2): psplash: use OpenEmbedded logo scripts/contrib: add a script to create a psplash image header meta/recipes-core/psplash/files/psplash-img.h | 1062 ++++++++++++++++++++ meta/recipes-core/psplash/files/psplash-poky-img.h | 909 ----------------- meta/recipes-core/psplash/psplash_git.bb | 6 +- scripts/contrib/make-psplash-img-header.sh | 22 + 4 files changed, 1087 insertions(+), 912 deletions(-) create mode 100644 meta/recipes-core/psplash/files/psplash-img.h delete mode 100644 meta/recipes-core/psplash/files/psplash-poky-img.h create mode 100755 scripts/contrib/make-psplash-img-header.sh -- 1.7.5.4 _______________________________________________ Openembedded-core mailing list Openembedded-core@lists.openembedded.org http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core