[oe-commits] Martin Jansa : fso-boot: add new cornucopia project

git version control git at git.openembedded.org
Fri Feb 5 13:03:34 UTC 2010


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

Author: Martin Jansa <Martin.Jansa at gmail.com>
Date:   Fri Feb  5 10:18:01 2010 +0100

fso-boot: add new cornucopia project

Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>

---

 conf/distro/include/fso-autorev.inc      |    1 +
 conf/distro/include/sane-srcrevs-fso.inc |    1 +
 recipes/freesmartphone/fso-boot_git.bb   |    5 +++++
 3 files changed, 7 insertions(+), 0 deletions(-)

diff --git a/conf/distro/include/fso-autorev.inc b/conf/distro/include/fso-autorev.inc
index f5c7974..fda3cd4 100644
--- a/conf/distro/include/fso-autorev.inc
+++ b/conf/distro/include/fso-autorev.inc
@@ -11,6 +11,7 @@ SRCREV_pn-fsonetworkd = "${AUTOREV}"
 SRCREV_pn-fsotimed = "${AUTOREV}"
 SRCREV_pn-fsousaged = "${AUTOREV}"
 SRCREV_pn-fso-abyss = "${AUTOREV}"
+SRCREV_pn-fso-boot = "${AUTOREV}"
 SRCREV_pn-fso-apm = "${AUTOREV}"
 SRCREV_pn-fso-term = "${AUTOREV}"
 SRCREV_pn-fso-gsm0710muxd = "${AUTOREV}"
diff --git a/conf/distro/include/sane-srcrevs-fso.inc b/conf/distro/include/sane-srcrevs-fso.inc
index 23a142a..dea5048 100644
--- a/conf/distro/include/sane-srcrevs-fso.inc
+++ b/conf/distro/include/sane-srcrevs-fso.inc
@@ -3,6 +3,7 @@
 # FSO Projects -- Cornucopia
 FSO_CORNUCOPIA_SRCREV ?= "429a3d190016b7516b57703faa777c398d843d6c"
 SRCREV_pn-fso-apm ?= "${FSO_CORNUCOPIA_SRCREV}"
+SRCREV_pn-fso-boot ?= "241e9212db9f22d3cb0491723a1c41309f4bf486"
 SRCREV_pn-fsodatad ?= "${FSO_CORNUCOPIA_SRCREV}"
 SRCREV_pn-fsodeviced ?= "4c7979f5c19ab74c7c161d1d393677cb98f560d4"
 SRCREV_pn-fsogsmd ?= "${FSO_CORNUCOPIA_SRCREV}"
diff --git a/recipes/freesmartphone/fso-boot_git.bb b/recipes/freesmartphone/fso-boot_git.bb
new file mode 100644
index 0000000..ae91eef
--- /dev/null
+++ b/recipes/freesmartphone/fso-boot_git.bb
@@ -0,0 +1,5 @@
+require cornucopia.inc
+inherit fso-plugin
+PR = "${INC_PR}.0"
+PV = "0.2.0+gitr${SRCPV}"
+S = "${WORKDIR}/git/tools/${PN}"





More information about the Openembedded-commits mailing list