[oe-commits] Simon Busch : read-tokens: add initial git version

git version control git at git.openembedded.org
Wed Oct 20 08:20:35 UTC 2010


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

Author: Simon Busch <morphis at gravedo.de>
Date:   Fri Sep 17 06:53:17 2010 +0200

read-tokens: add initial git version

read-tokens is a little utility especially for the palmpre. It reads so alled 'tokens'
from the internal flash and stores them in a key-value file so other system components can
read them from there.

Signed-off-by: Simon Busch <morphis at gravedo.de>

---

 recipes/palmpre/read-tokens_git.bb |   15 +++++++++++++++
 1 files changed, 15 insertions(+), 0 deletions(-)

diff --git a/recipes/palmpre/read-tokens_git.bb b/recipes/palmpre/read-tokens_git.bb
new file mode 100644
index 0000000..d958438
--- /dev/null
+++ b/recipes/palmpre/read-tokens_git.bb
@@ -0,0 +1,15 @@
+DESCRIPTION = "Little utility to read 'tokens' from internal flash and store them in a smartkeyfile; specific for palmpre machine"
+HOMEPAGE = "http://www.freesmartphone.org"
+AUTHOR = "Simon Busch <morphis at gravedo.de>
+SECTION = "console/utils"
+LICENSE = "GPL"
+PR = "r0"
+PV = "1.0.0+gitr${SRCPV}"
+
+SRCREV = "93a640dafa8ebebdb1a03f051cb1b566629b227c"
+SRC_URI = "${FREESMARTPHONE_GIT}/utilities.git;protocol=git;branch=master"
+S = "${WORKDIR}/git/palmpre/read_tokens"
+
+PACKAGE_ARCH = "${MACHINE_ARCH}"
+
+inherit autotools





More information about the Openembedded-commits mailing list