summaryrefslogtreecommitdiffstats
path: root/recipes/palmpre
diff options
context:
space:
mode:
authorSimon Busch <morphis@gravedo.de>2010-09-29 07:02:12 +0200
committerSimon Busch <morphis@gravedo.de>2010-10-20 09:49:25 +0200
commitce435227ea7a8f5d0e1d188e9b8ab9fdcb7d6c5f (patch)
tree945caabbd1d598a724ec9ed6b8b8f0ebb5948944 /recipes/palmpre
parenta26bdb3e9dbc3ce867e4959e5af78ba4af151be5 (diff)
downloadopenembedded-ce435227ea7a8f5d0e1d188e9b8ab9fdcb7d6c5f.tar.gz
tellbootie: add initial git version
tellbootie is a little utility for the palmpre machine which tells the bootloader over some spare space in the memory about what to do on next restart (e.g. fall in recovery mode). Signed-off-by: Simon Busch <morphis@gravedo.de>
Diffstat (limited to 'recipes/palmpre')
-rw-r--r--recipes/palmpre/tellbootie_git.bb14
1 files changed, 14 insertions, 0 deletions
diff --git a/recipes/palmpre/tellbootie_git.bb b/recipes/palmpre/tellbootie_git.bb
new file mode 100644
index 0000000000..65c0cd6abb
--- /dev/null
+++ b/recipes/palmpre/tellbootie_git.bb
@@ -0,0 +1,14 @@
+DESCRIPTION = "Little utility to tell the bootloader of the palmpre to reboot/reset in bootloader mode; palmpre machine specific"
+HOMEPAGE = "http://www.freesmartphone.org"
+AUTHOR = "Simon Busch <morphis@gravedo.de>
+SECTION = "console/utils"
+LICENSE = "GPL"
+PR = "r0"
+
+SRCREV = "93a640dafa8ebebdb1a03f051cb1b566629b227c"
+SRC_URI = "${FREESMARTPHONE_GIT}/utilities.git;protocol=git;branch=master"
+S = "${WORKDIR}/git/palmpre/tellbootie"
+
+PACKAGE_ARCH = "${MACHINE_ARCH}"
+
+inherit autotools