From: Alex Ferguson Date: Fri, 12 Nov 2010 15:13:40 +0000 (+0200) Subject: jlime-extras: Add stub jlime-extras-machine recipes. X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=57a6f591f872171bfb660e3496daa54fe7c8ef68;p=openembedded.git 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 Signed-off-by: Kristoffer Ericson --- 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 0000000000..37356db61c --- /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 0000000000..8c1c3b544e --- /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 0000000000..4dc8c96b88 --- /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