jlime-extras: Add stub jlime-extras-machine recipes.
authorAlex Ferguson <thoughtmonster@gmail.com>
Fri, 12 Nov 2010 15:13:40 +0000 (17:13 +0200)
committerKristoffer Ericson <kristoffer.ericson@gmail.com>
Mon, 15 Nov 2010 16:03:12 +0000 (17:03 +0100)
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@gmail.com>
Signed-off-by: Kristoffer Ericson <kristoffer.ericson@gmail.com>
recipes/jlime/jlime-extras-jornada6xx_1.0.0.bb [new file with mode: 0644]
recipes/jlime/jlime-extras-jornada7xx_1.0.0.bb [new file with mode: 0644]
recipes/jlime/jlime-extras-mp900c_1.0.0.bb [new file with mode: 0644]

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 (file)
index 0000000..37356db
--- /dev/null
@@ -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 (file)
index 0000000..8c1c3b5
--- /dev/null
@@ -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 (file)
index 0000000..4dc8c96
--- /dev/null
@@ -0,0 +1,8 @@
+DESCRIPTION = "Various extras for the NEC Mobilepro 900/c"
+PR = "r0"
+
+COMPATIBLE_MACHINE = "mp900c"
+
+PACKAGE_ARCH = "all"
+
+ALLOW_EMPTY = 1