[oe-commits] Michael 'Mickey' Lauer : android-image-utils-native: new recipe; image utilities to build kernels for android machines

git version control git at git.openembedded.org
Sun Mar 14 13:29:58 UTC 2010


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

Author: Michael 'Mickey' Lauer <mickey at vanille-media.de>
Date:   Sun Mar 14 14:27:37 2010 +0100

android-image-utils-native: new recipe; image utilities to build kernels for android machines

---

 conf/distro/include/fso-autorev.inc               |    2 ++
 recipes/android/android-image-utils-native_git.bb |   19 +++++++++++++++++++
 2 files changed, 21 insertions(+), 0 deletions(-)

diff --git a/conf/distro/include/fso-autorev.inc b/conf/distro/include/fso-autorev.inc
index fe231d6..cb02400 100644
--- a/conf/distro/include/fso-autorev.inc
+++ b/conf/distro/include/fso-autorev.inc
@@ -1,4 +1,5 @@
 # FSO
+SRCREV_pn-android-image-utils-native = "${AUTOREV}"
 SRCREV_pn-dbus-hlid = "${AUTOREV}"
 SRCREV_pn-frameworkd = "${AUTOREV}"
 SRCREV_pn-frameworkd-devel = "${AUTOREV}"
@@ -21,6 +22,7 @@ SRCREV_pn-fso-specs = "${AUTOREV}"
 SRCREV_pn-gsmd2 = "${AUTOREV}"
 SRCREV_pn-illume-theme-freesmartphone = "${AUTOREV}"
 SRCREV_pn-libascenario = "${AUTOREV}"
+SRCREV_pn-libeflvala = "${AUTOREV}"
 SRCREV_pn-libfsobasics = "${AUTOREV}"
 SRCREV_pn-libfsoframework = "${AUTOREV}"
 SRCREV_pn-libfsoresource = "${AUTOREV}"
diff --git a/recipes/android/android-image-utils-native_git.bb b/recipes/android/android-image-utils-native_git.bb
new file mode 100644
index 0000000..3b39886
--- /dev/null
+++ b/recipes/android/android-image-utils-native_git.bb
@@ -0,0 +1,19 @@
+DESCRIPTION = "Android Image Creation and Booting Utilities"
+SECTION = "console/utils"
+LICENSE = "GPL"
+PV = "1.0+gitr${SRCREV}"
+PR = "r0"
+
+SRC_URI = "\
+  ${FREESMARTPHONE_GIT}/utilities.git;protocol=git;branch=master \
+"
+S = "${WORKDIR}/git/android/image-utils"
+
+inherit autotools_stage native
+
+do_deploy () {
+	install -d ${DEPLOY_DIR_IMAGE}
+	install -m 0755 fastboot ${DEPLOY_DIR_IMAGE}
+}
+do_deploy[dirs] = "${S}"
+addtask deploy before do_build after do_compile





More information about the Openembedded-commits mailing list