[oe-commits] Alex Ferguson : jlime-extras: Add stub jlime-extras-machine recipes.

git version control git at git.openembedded.org
Mon Nov 15 16:09:55 UTC 2010


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

Author: Alex Ferguson <thoughtmonster at gmail.com>
Date:   Fri Nov 12 17:13:40 2010 +0200

jlime-extras: Add stub jlime-extras-machine recipes.

Added stub jlime-extras packages for jornada6xx, jornada7xx and
mp900c, which are needed by the jlime-extras recipe when building
for the respective MACHINEs.

Signed-off-by: Alex Ferguson <thoughtmonster at gmail.com>
Signed-off-by: Kristoffer Ericson <kristoffer.ericson at gmail.com>

---

 recipes/jlime/jlime-extras-jornada6xx_1.0.0.bb |    8 ++++++++
 recipes/jlime/jlime-extras-jornada7xx_1.0.0.bb |    8 ++++++++
 recipes/jlime/jlime-extras-mp900c_1.0.0.bb     |    8 ++++++++
 3 files changed, 24 insertions(+), 0 deletions(-)

diff --git a/recipes/jlime/jlime-extras-jornada6xx_1.0.0.bb b/recipes/jlime/jlime-extras-jornada6xx_1.0.0.bb
new file mode 100644
index 0000000..37356db
--- /dev/null
+++ b/recipes/jlime/jlime-extras-jornada6xx_1.0.0.bb
@@ -0,0 +1,8 @@
+DESCRIPTION = "Various extras for the HP Jornada 6xx"
+PR = "r0"
+
+COMPATIBLE_MACHINE = "jornada6xx"
+
+PACKAGE_ARCH = "all"
+
+ALLOW_EMPTY = 1
diff --git a/recipes/jlime/jlime-extras-jornada7xx_1.0.0.bb b/recipes/jlime/jlime-extras-jornada7xx_1.0.0.bb
new file mode 100644
index 0000000..8c1c3b5
--- /dev/null
+++ b/recipes/jlime/jlime-extras-jornada7xx_1.0.0.bb
@@ -0,0 +1,8 @@
+DESCRIPTION = "Various extras for the HP Jornada 7xx"
+PR = "r0"
+
+COMPATIBLE_MACHINE = "jornada7xx"
+
+PACKAGE_ARCH = "all"
+
+ALLOW_EMPTY = 1
diff --git a/recipes/jlime/jlime-extras-mp900c_1.0.0.bb b/recipes/jlime/jlime-extras-mp900c_1.0.0.bb
new file mode 100644
index 0000000..4dc8c96
--- /dev/null
+++ b/recipes/jlime/jlime-extras-mp900c_1.0.0.bb
@@ -0,0 +1,8 @@
+DESCRIPTION = "Various extras for the NEC Mobilepro 900/c"
+PR = "r0"
+
+COMPATIBLE_MACHINE = "mp900c"
+
+PACKAGE_ARCH = "all"
+
+ALLOW_EMPTY = 1





More information about the Openembedded-commits mailing list