[oe-commits] org.oe.dev psplash: add psplash from poky

koen commit openembedded-commits at lists.openembedded.org
Tue Oct 10 22:54:48 UTC 2006


psplash: add psplash from poky
sane-srcdates: lock down psplash to today

Author: koen at openembedded.org
Branch: org.openembedded.dev
Revision: 1e03dbbb101126d4d0ba0ed5ecec83af751f1ace
ViewMTN: http://monotone.openembedded.org/revision.psp?id=1e03dbbb101126d4d0ba0ed5ecec83af751f1ace
Files:
1
packages/psplash
packages/psplash/files
packages/psplash/files/psplash-init
packages/psplash/psplash_svn.bb
conf/distro/include/sane-srcdates.inc
Diffs:

#
# mt diff -rb416fffd595d13d7fc9d668cf4c7b2f8fc02e512 -r1e03dbbb101126d4d0ba0ed5ecec83af751f1ace
#
# 
# 
# add_dir "packages/psplash"
# 
# add_dir "packages/psplash/files"
# 
# add_file "packages/psplash/files/psplash-init"
#  content [dd248e7ad12903d1c243626d58c160b099402901]
# 
# add_file "packages/psplash/psplash_svn.bb"
#  content [e69b691de34d694f2645211158d50672031a40fe]
# 
# patch "conf/distro/include/sane-srcdates.inc"
#  from [9797d10650d13bae033ca2b9a862532690799f1d]
#    to [df85fc8c58b34e060b5cd7fb5282c6a7c5151318]
# 
============================================================
--- packages/psplash/files/psplash-init	dd248e7ad12903d1c243626d58c160b099402901
+++ packages/psplash/files/psplash-init	dd248e7ad12903d1c243626d58c160b099402901
@@ -0,0 +1,6 @@
+#!/bin/sh 
+
+export TMPDIR=/mnt/.psplash
+mount tmpfs -t tmpfs $TMPDIR -o,size=40k
+
+/usr/bin/psplash &
============================================================
--- packages/psplash/psplash_svn.bb	e69b691de34d694f2645211158d50672031a40fe
+++ packages/psplash/psplash_svn.bb	e69b691de34d694f2645211158d50672031a40fe
@@ -0,0 +1,23 @@
+DESCRIPTION = "Userspace framebuffer boot logo based on usplash."
+SECTION = "base"
+LICENSE = "GPL"
+
+PV = "0.0+svn${SRCDATE}"
+
+SRC_URI = "svn://svn.o-hand.com/repos/misc/trunk;module=psplash;proto=http \
+           file://psplash-init"
+
+S = "${WORKDIR}/psplash"
+
+inherit autotools pkgconfig update-rc.d
+
+FILES_${PN} += "/mnt/.psplash"
+
+do_install_prepend() {
+	install -d ${D}/mnt/.psplash/
+	install -d ${D}${sysconfdir}/init.d/
+	install -m 0755 ${WORKDIR}/psplash-init ${D}${sysconfdir}/init.d/psplash
+}
+
+INITSCRIPT_NAME = "psplash"
+INITSCRIPT_PARAMS = "start 0 S . stop 20 0 1 6 ."
============================================================
--- conf/distro/include/sane-srcdates.inc	9797d10650d13bae033ca2b9a862532690799f1d
+++ conf/distro/include/sane-srcdates.inc	df85fc8c58b34e060b5cd7fb5282c6a7c5151318
@@ -34,6 +34,7 @@ SRCDATE_libfakekey ?= "20051101"
 SRCDATE_matchbox-wm ?= "20060612"
 SRCDATE_libmatchbox ?= "20060612"
 SRCDATE_libfakekey ?= "20051101"
+SRCDATE_psplash ?= "20061011"
 SRCDATE_zaurusd ?= "20060628"
 
 # GPE






More information about the Openembedded-commits mailing list