aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Jansa <Martin.Jansa@gmail.com>2010-02-05 10:18:01 +0100
committerMartin Jansa <Martin.Jansa@gmail.com>2010-02-05 14:01:18 +0100
commit9d0578e9cf5de355192385d64b2cdf194f729216 (patch)
tree89f76543186b5d611b250cb98a684d279530bb22
parent9c305ede4815e5818198e8874cac6b6eadd38eb3 (diff)
downloadopenembedded-9d0578e9cf5de355192385d64b2cdf194f729216.tar.gz
fso-boot: add new cornucopia project
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
-rw-r--r--conf/distro/include/fso-autorev.inc1
-rw-r--r--conf/distro/include/sane-srcrevs-fso.inc1
-rw-r--r--recipes/freesmartphone/fso-boot_git.bb5
3 files changed, 7 insertions, 0 deletions
diff --git a/conf/distro/include/fso-autorev.inc b/conf/distro/include/fso-autorev.inc
index f5c7974d5b..fda3cd4729 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 23a142a36b..dea5048323 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 0000000000..ae91eef97c
--- /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}"