[oe] [PATCH 08/15] tellbootie: add initial git version

Simon Busch morphis at gravedo.de
Mon Oct 18 18:51:17 UTC 2010


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 at gravedo.de>
---
 recipes/palmpre/tellbootie_git.bb |   14 ++++++++++++++
 1 files changed, 14 insertions(+), 0 deletions(-)
 create mode 100644 recipes/palmpre/tellbootie_git.bb

diff --git a/recipes/palmpre/tellbootie_git.bb b/recipes/palmpre/tellbootie_git.bb
new file mode 100644
index 0000000..65c0cd6
--- /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 at 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
-- 
1.7.1





More information about the Openembedded-devel mailing list