aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/palmpre
diff options
context:
space:
mode:
authorSimon Busch <morphis@gravedo.de>2010-09-17 06:53:17 +0200
committerSimon Busch <morphis@gravedo.de>2010-10-20 09:49:02 +0200
commitdfe42d7630ae6553c7adb0cd4a6a992e0bbb8229 (patch)
treea6da831fe4da995b2992c98dec78a12448871283 /recipes/palmpre
parentdff92c6745d5a5e940a205c9cdacd8287d922462 (diff)
downloadopenembedded-dfe42d7630ae6553c7adb0cd4a6a992e0bbb8229.tar.gz
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@gravedo.de>
Diffstat (limited to 'recipes/palmpre')
-rw-r--r--recipes/palmpre/read-tokens_git.bb15
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 0000000000..d958438b32
--- /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@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