[oe-commits] Carsten Haitzler (Rasterman : angstrom, exquisite, psplash, opkg, angsrtom-images, sysvinit: abstract splash

GIT User account git at amethyst.openembedded.net
Fri Apr 17 05:52:32 UTC 2009


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 212e36417ae27e1be11147168b6f5cdfd1c5eda9
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=212e36417ae27e1be11147168b6f5cdfd1c5eda9

Author: Carsten Haitzler (Rasterman <raster at rasterman.com>
Date:   Fri Apr 17 15:44:58 2009 +1000

angstrom, exquisite, psplash, opkg, angsrtom-images, sysvinit: abstract splash

this abstracts psplash to be generic. now as long as something provides a
splashfuncs file that sysvinit (and other scripts) can source, and all the
approproate init hooks to start the splash etc. you can use psplash,
exquisitie, usplash or anything that tickles your fancy. this moves splash
toa ${SPLASH} variable to include in your image (or override). the default in
angstrom is psplash - unless you override it. opkg also runs a configure
script that cna take forever - and so this speically sends off some splash
commands (if there) to let you know the systme is alive and working (but just
busy).

this is one commit as if this breaks things you either want to fix the minor
break or totally revert the whole patch. i hope it didn't break anything.

---

 conf/distro/angstrom-2008.1.conf                   |    2 +-
 recipes/angstrom/angstrom-gpe-task-base.bb         |    2 +-
 recipes/e17/exquisite/exquisite-init               |   10 +++---
 recipes/e17/exquisite/splashfuncs                  |   29 ++++++++++++++++++++
 recipes/e17/exquisite_svn.bb                       |   14 +++++++---
 recipes/images/beagleboard-demo-image.bb           |    1 +
 recipes/images/bootmanager-image.bb                |    2 +-
 recipes/images/gateway-image.bb                    |    1 +
 recipes/images/illume-image.bb                     |    7 +++--
 recipes/images/minimal-gpe-image.bb                |    1 +
 recipes/images/minimal-image.bb                    |    1 +
 recipes/images/sdr-image.bb                        |    1 +
 recipes/images/sugar-image.bb                      |    1 +
 recipes/images/udumpty-image.bb                    |    1 +
 recipes/images/x11-gpe-image.bb                    |    1 +
 recipes/images/x11-gpe-java-image.bb               |    1 +
 recipes/images/x11-image.bb                        |    1 +
 recipes/images/x11-office-image.bb                 |    1 +
 recipes/images/x11-pimlico-image.bb                |    1 +
 recipes/initrdscripts/files/00-psplash.sh          |    4 +-
 recipes/initrdscripts/files/99-psplash.sh          |    4 +-
 .../initrdscripts/initramfs-module-psplash_1.0.bb  |    2 +-
 recipes/opie-init/opie-init/opie                   |    4 +-
 recipes/opie-init/opie-init_1.2.2.bb               |    2 +-
 recipes/opkg/files/configure                       |   18 ++++++++++++
 recipes/opkg/opkg-nogpg_svn.bb                     |    2 +-
 recipes/opkg/opkg_svn.bb                           |   26 +++++++-----------
 recipes/psplash/files/psplash-init                 |    2 +-
 recipes/psplash/files/splashfuncs                  |   29 ++++++++++++++++++++
 recipes/psplash/files/zzapsplash-init              |    4 +-
 recipes/psplash/psplash-angstrom_svn.bb            |    1 +
 recipes/psplash/psplash.inc                        |   11 +++++--
 recipes/psplash/psplash_svn.bb                     |    3 +-
 recipes/sysvinit/sysvinit/angstrom/rc              |   13 +++++----
 recipes/sysvinit/sysvinit_2.86.bb                  |    2 +-
 recipes/tasks/task-base.bb                         |    2 +-
 36 files changed, 152 insertions(+), 55 deletions(-)

Diff:   http://gitweb.openembedded.net/?p=openembedded.git/?a=commitdiff;h=212e36417ae27e1be11147168b6f5cdfd1c5eda9




More information about the Openembedded-commits mailing list