Many files:
authorGreg Gilbert <greg@treke.net>
Tue, 25 Jan 2005 23:55:27 +0000 (23:55 +0000)
committerGreg Gilbert <greg@treke.net>
Tue, 25 Jan 2005 23:55:27 +0000 (23:55 +0000)
  All our meta packages are MIT

BKrev: 41f6dc6frw9yS0pCfdpxU1TqUbO0YQ

48 files changed:
packages/meta/bootstrap-image.bb
packages/meta/dvb-image.bb
packages/meta/e-image.bb
packages/meta/gpe-feed.bb
packages/meta/gpe-image-blank-user.bb
packages/meta/gpe-image.bb
packages/meta/grant-image.bb
packages/meta/meta-e-x11.bb
packages/meta/meta-e.bb
packages/meta/meta-gpe-extras.bb
packages/meta/meta-gpe.bb
packages/meta/meta-grant.bb
packages/meta/meta-opie-dynamic.bb
packages/meta/meta-opie.bb
packages/meta/meta-sdk.bb
packages/meta/meta-sdl.bb
packages/meta/meta-sectest-gpe.bb
packages/meta/mythfront-image.bb
packages/meta/nslu2-linksys-image.bb
packages/meta/nylon-feed.bb
packages/meta/nylon-image-base.bb
packages/meta/nylon-image-extra.bb
packages/meta/nylon-image-standard.bb
packages/meta/openslug-image.bb
packages/meta/opie-feed.bb
packages/meta/opie-image.bb
packages/meta/opie-kdepim-image.bb
packages/meta/opie-locale-feed.bb
packages/meta/oz-feed.bb
packages/meta/oz-system-feed.bb
packages/meta/sdl-image.bb
packages/meta/sectest-gpe-image.bb
packages/meta/switchbox-image.bb
packages/meta/task-bootstrap-unionroot.bb
packages/meta/task-bootstrap.bb
packages/meta/task-dvb.bb
packages/meta/task-mythfront.bb
packages/meta/task-python-everything_0.9.0.bb
packages/meta/task-xfce-base.bb
packages/meta/task-xterminal.bb
packages/meta/twin-image.bb
packages/meta/uml-image.bb
packages/meta/unslung-able-image.bb
packages/meta/unslung-image.bb
packages/meta/unslung-packages.bb
packages/meta/unslung-standard-image.bb
packages/meta/xbase-clients.bb
packages/meta/xterminal-image.bb

index e69de29..a7aa902 100644 (file)
@@ -0,0 +1,19 @@
+export IMAGE_BASENAME = "bootstrap-image"
+export IMAGE_LINGUAS = ""
+export IPKG_INSTALL = "task-bootstrap"
+
+DEPENDS = "task-bootstrap"
+
+inherit image_ipk
+
+FEED_URIS_append_openzaurus = " x11##http://openzaurus.org/official/unstable/3.5.2/feed/x11 \
+                                gpe##http://openzaurus.org/official/unstable/3.5.2/feed/gpe \
+                               opie##http://openzaurus.org/official/unstable/3.5.2/feed/opie \
+                                  e##http://openzaurus.org/official/unstable/3.5.2/feed/e"
+
+FEED_URIS_append_familiar   = " x11##http://familiar.handhelds.org/releases/0.8/feed/x11 \
+                                gpe##http://familiar.handhelds.org/releases/0.8/feed/gpe \
+                               opie##http://familiar.handhelds.org/releases/0.8/feed/opie \
+                                  e##http://familiar.handhelds.org/releases/0.8/feed/e"
+
+LICENSE = MIT
index e69de29..fa964b4 100644 (file)
@@ -0,0 +1,11 @@
+export IMAGE_BASENAME = "dvb-image"
+
+IMAGE_LINGUAS = ""
+
+DVB_PACKAGES = "task-bootstrap task-dvb"
+
+export IPKG_INSTALL = "${DVB_PACKAGES}"
+DEPENDS = "${DVB_PACKAGES}"
+
+inherit image_ipk
+LICENSE = MIT
index e69de29..fe42505 100644 (file)
@@ -0,0 +1,8 @@
+export IMAGE_BASENAME = "e-image"
+
+DEPENDS = "task-bootstrap meta-e"
+
+export IPKG_INSTALL = "task-bootstrap e-base"
+
+inherit image_ipk
+LICENSE = MIT
index e69de29..649028a 100644 (file)
@@ -0,0 +1,15 @@
+
+# A dependency isn't really needed. Just build meta-opie or even world
+# and build the feed afterwards.
+
+#DEPENDS = "meta-gpe"
+
+# egrep -i Pattern matched against "$Section $Package-Name"
+export FEED_PATTERN = "^gpe|^x11"
+export FEED_NAME = "gpe"
+
+# egrep -i Pattern matched against "$Section $Package-Name"
+export EXCLUDE_FROM_FEED = "-dev$"
+
+inherit split_ipk_feeds
+LICENSE = MIT
index e69de29..1400bde 100644 (file)
@@ -0,0 +1,25 @@
+include gpe-collections.bb
+
+MAINTAINER = "Rob Taylor <rjt@cambridgebroadband.com"
+
+PR = "r4"
+
+export IMAGE_BASENAME = "gpe-image-blank-user"
+
+DEPENDS = "task-bootstrap ${GPE_BASE_DEPENDS} ${GPE_BASE} ${GPE_PIM} \
+          ${GPE_BASE_SETTINGS} ${GPE_BASE_APPS} \
+          ${GPE_EXTRA_DEPENDS}"
+
+export IPKG_INSTALL = "task-bootstrap ${GPE_BASE_DEPENDS} ${GPE_BASE} \
+                      ${GPE_PIM} ${GPE_BASE_SETTINGS} \
+                      ${GPE_BASE_APPS} ${GPE_EXTRA_DEPENDS} \
+                      ${XSERVER} \
+                      ${GPE_BASE_RDEPENDS} \
+                      ${GPE_EXTRA_INSTALL}"
+
+
+ROOTFS_POSTPROCESS_COMMAND += "adduser -D user"
+
+
+inherit image_ipk
+LICENSE = MIT
index a042032..cd77827 100644 (file)
@@ -42,3 +42,4 @@ export IPKG_INSTALL = "task-bootstrap gpe-task-base \
 ROOTFS_POSTPROCESS_COMMAND += "zap_root_password; "
 
 inherit image_ipk
+LICENSE = MIT
index e69de29..9ddb6c1 100644 (file)
@@ -0,0 +1,23 @@
+
+MAINTAINER = "Jeremy Grant <jeremy@thegrantclan.org>"
+
+PR = "r1"
+
+export IMAGE_BASENAME = "grant-image"
+
+GRANT_MACHINE_CLASS ?= "none"
+
+XSERVER ?= "xserver-kdrive-fbdev"
+
+DEPENDS = "task-bootstrap \
+          meta-grant \
+          ${GRANT_EXTRA_DEPENDS}"
+
+export IPKG_INSTALL = "task-bootstrap \
+                      ${GPE_EXTRA_DEPENDS} \
+                      ${XSERVER} "
+
+ROOTFS_POSTPROCESS_COMMAND += "zap_root_password; "
+
+inherit image_ipk
+LICENSE = MIT
index e6685ab..132c12e 100644 (file)
@@ -19,3 +19,4 @@ DEPENDS += "${task-e-libs}"
 
 RDEPENDS_e-base = "${task-e-base}"
 DEPENDS += "${task-e-base}"
+LICENSE = MIT
index e69de29..2bdb84a 100644 (file)
@@ -0,0 +1,16 @@
+DESCRIPTION = "Meta-package for the Enlightenment Palmtop Environment (Codename: EpiCenter)"
+PACKAGES = "e e-libs e-base"
+
+FEED_URIS += "e##http://openzaurus.org/official/unstable/3.5.2/feed/e"
+
+ALLOW_EMPTY = 1
+
+task-e-libs = "evas edb ecore eet embryo edje etox ewl"
+task-e-base = ""
+
+RDEPENDS_e-libs = "${task-e-libs}"
+DEPENDS += "${task-e-libs}"
+
+RDEPENDS_e-base = "${task-e-base}"
+DEPENDS += "${task-e-base}"
+LICENSE = MIT
index 94b73d3..1ca5fd8 100644 (file)
@@ -32,3 +32,4 @@ gpe-task-desktopapps = "\
 
 RDEPENDS_gpe-task-desktopapps := "${gpe-task-desktopapps}"
 DEPENDS += " ${gpe-task-desktopapps}"
+LICENSE = MIT
index 60a11fc..6dbe3ec 100644 (file)
@@ -102,3 +102,4 @@ DEPENDS += " ${gpe-task-games}"
 
 DEPENDS += "matchbox-themes-extra gtk-industrial-engine"
 
+LICENSE = MIT
index e69de29..79ab6cf 100644 (file)
@@ -0,0 +1,78 @@
+PACKAGES = grant-base-depends grant-task-base grant-task-settings grant-task-apps
+DESCRIPTION = "Meta-package for Grant Palmtop Environment(Based on GPE)"
+MAINTAINER = "Jeremy Grant <jeremy@thegrantclan.org>"
+PR = "r1"
+
+ALLOW_EMPTY = 1
+
+grant-base-depends = "\
+    diet-x11 \
+    virtual/xserver"
+
+RDEPENDS_grant-base-depends := "${grant-base-depends}"
+DEPENDS += " ${grant-base-depends}"
+
+grant-task-base = "\
+    matchbox \
+    xcursor-transparent-theme \
+    rxvt-unicode \
+    gtk2-theme-angelistic \
+    xst \
+    xprop \
+    xhost \
+    xrdb \
+    gpe-soundserver \
+    ttf-bitstream-vera \
+    gpe-dm \
+    gpe-login \
+    gpe-session-scripts \
+    gpe-icons \
+    gpe-confd \
+    gpe-autostarter \
+    gpe-bootsplash \
+    libgtkstylus \
+    detect-stylus"
+
+RDEPENDS_grant-task-base := "glibc-gconv \
+                          glibc-gconv-iso8859-1 \
+                          gdk-pixbuf-loader-png \
+                          gdk-pixbuf-loader-xpm \
+                          gdk-pixbuf-loader-jpeg \
+                          pango-module-basic-x \
+                          pango-module-basic-fc \
+                          ${gpe-task-base}"
+DEPENDS += " ${grant-task-base}"
+
+grant-task-settings = "\
+    matchbox-panel-manager \
+    gpe-bluetooth \
+    gpe-su \
+    gpe-conf \
+    gpe-clock \
+    gpe-mininet \
+    gpe-mixer \
+    gpe-shield \
+    gpe-wlancfg \
+    gpe-taskmanager \
+    keylaunch \
+    minilite \
+    xmonobut"
+
+RDEPENDS_grant-task-settings := "${grant-task-settings}"
+DEPENDS += " ${grant-task-settings}"
+
+grant-task-apps = "\
+    gpe-calculator \
+    gpe-package \
+    gpe-terminal \
+    gpe-watch \
+    matchbox-panel-hacks \
+    rosetta \
+        bash \
+        bitchx \
+        sudo \
+        vim"
+
+RDEPENDS_grant-task-apps := "${grant-task-apps}"
+DEPENDS += " ${grant-task-apps}"
+LICENSE = MIT
index e69de29..0ee6a1f 100644 (file)
@@ -0,0 +1,20 @@
+BROKEN = 1
+#
+# FIXME:
+# we need to get the necessary support from the OE infrastructure
+# to allow the dynamic package to work
+#
+DESCRIPTION = "Meta-package for Opie"
+DEPENDS = "qte-for-opie libqpe-opie libopie2 manufacturers"
+
+def opie_packages(d):
+       import bb, os
+       files = os.listdir( bb.data.getVar( "TOPDIR", d, True ) )
+       pkgs = [ f for f in files if f.startswith( "opie-" ) and f != "opie-3rdparty" ]
+        return " ".join( pkgs )
+
+OPIE_PACKAGES := "${@opie_packages(d)}"
+
+DEPENDS = "qte-for-opie libqpe-opie libopie2 ${OPIE_PACKAGES}"
+
+LICENSE = MIT
index 0f74583..2f295fe 100644 (file)
@@ -393,3 +393,4 @@ qclockchange \
 "
 RDEPENDS_task-qpe-settings += "${task-qpe-settings}"
 DEPENDS += " ${task-qpe-settings}"
+LICENSE = MIT
index 7fac799..6a286cc 100644 (file)
@@ -158,3 +158,4 @@ EOF
 
 do_populate_sdk[nostamp] = 1
 addtask populate_sdk before do_build after do_install
+LICENSE = MIT
index e69de29..b10a56b 100644 (file)
@@ -0,0 +1,14 @@
+DESCRIPTION = "Meta-package for SDL"
+PACKAGES = "sdl-libs sdl-base"
+
+ALLOW_EMPTY = 1
+
+task-sdl-libs = "libsdl-qpe libsdl-gfx libsdl-image libsdl-mixer libsdl-ttf libsdl-net"
+task-sdl-base = ""
+
+RDEPENDS_sdl-libs = "${task-sdl-libs}"
+DEPENDS += "${task-sdl-libs}"
+
+RDEPENDS_sdl-base = "${task-sdl-base}"
+DEPENDS += "${task-sdl-base}"
+LICENSE = MIT
index 6b62548..f5dbb08 100644 (file)
@@ -93,3 +93,4 @@ DEPENDS += " ${gpe-task-apps}"
 
 DEPENDS += "matchbox-themes-extra gtk-industrial-engine"
 
+LICENSE = MIT
index e69de29..7836258 100644 (file)
@@ -0,0 +1,13 @@
+export IMAGE_BASENAME = "mythfront-image"
+
+IMAGE_ROOTFS_SIZE_ext2 = "85000"
+IMAGE_ROOTFS_SIZE_ext2.gz = "85000"
+IMAGE_LINGUAS = ""
+
+MYTHFRONT_PACKAGES = "task-bootstrap task-mythfront"
+
+export IPKG_INSTALL = "${MYTHFRONT_PACKAGES}"
+DEPENDS = "${MYTHFRONT_PACKAGES}"
+
+inherit image_ipk
+LICENSE = MIT
index e69de29..d1bdbe6 100644 (file)
@@ -0,0 +1,14 @@
+IMAGE_LINGUAS = ""
+USE_DEVFS = "1"
+
+IMAGE_BASENAME = "nslu2-linksys"
+
+IPKG_INSTALL = "nslu2-linksys-ramdisk"
+
+DEPENDS = "nslu2-linksys-kernel ${IPKG_INSTALL}"
+
+NSLU2_DEVICE_TABLE = "${@bb.which(bb.data.getVar('BBPATH', d, 1), 'files/device_table-nslu2.txt')}"
+EXTRA_IMAGECMD_ext2.gz = "-f ${NSLU2_DEVICE_TABLE}"
+
+inherit image_ipk
+LICENSE = MIT
index 9ecd2b9..a1cb515 100644 (file)
@@ -96,3 +96,4 @@ do_index() {
 
 addtask index before do_build after do_install
 
+LICENSE = MIT
index dbcd9a9..b706bca 100644 (file)
@@ -21,3 +21,4 @@ IMAGE_LINGUAS = ""
 ROOTFS_POSTPROCESS_COMMAND = "rm -f ${IMAGE_ROOTFS}/tmp/zImage*"
 
 inherit image_ipk
+LICENSE = MIT
index e69de29..b196a42 100644 (file)
@@ -0,0 +1,15 @@
+include nylon-image-standard.bb
+
+export IMAGE_BASENAME = "nylon-extra"
+NYLON_EXTRA = "\
+       kismet \
+       netperf \
+       nylon-statistics \
+       openvpn \
+       "
+
+DEPENDS += "${NYLON_EXTRA}"
+
+RDEPENDS += "${NYLON_EXTRA}"
+LICENSE = MIT
index 9b712ba..b6b18d1 100644 (file)
@@ -23,3 +23,4 @@ DEPENDS += "hostap-modules ntp \
        
 RDEPENDS += "hostap-modules-pci ntpdate \
        ${NYLON_STANDARD}"
+LICENSE = MIT
index 4b1a765..0267624 100644 (file)
@@ -31,3 +31,4 @@ python () {
        if mach != 'nslu2' or dist != 'openslug':
                raise bb.parse.SkipPackage("OpenSlug only builds for the Linksys NSLU2")
 }
+LICENSE = MIT
index e69de29..2131400 100644 (file)
@@ -0,0 +1,16 @@
+
+# A dependency isn't really needed. Just build meta-opie or even world
+# and build the feed afterwards.
+
+#DEPENDS = "meta-opie"
+
+# egrep -i Pattern matched against "$Section $Package-Name"
+export FEED_PATTERN = "^opie"
+export FEED_NAME = "opie"
+
+# egrep -i Pattern matched against "$Section $Package-Name"
+export EXCLUDE_FROM_FEED = "-dev$|translations "
+inherit split_ipk_feeds
+
+
+LICENSE = MIT
index caa27ac..f07c4c2 100644 (file)
@@ -79,3 +79,4 @@ IMAGE_PREPROCESS_COMMAND = "merge_feeds"
 inherit image_ipk
 
 
+LICENSE = MIT
index e69de29..c3c84af 100644 (file)
@@ -0,0 +1,25 @@
+export IMAGE_BASENAME = "opie-kdepim-image"
+export IMAGE_LINGUAS = ""
+include opie-collections.inc
+
+#
+# Putting it altogether. Better state IPKG_INSTALL and DEPENDS twice, because library names != package names.
+#
+
+export IPKG_INSTALL = "task-bootstrap ${OPIE_LIBS_RDEPENDS} ${OPIE_BASE} ${OPIE_BASE_APPLETS} \
+                       ${OPIE_BASE_SETTINGS} ${OPIE_BASE_APPS} ${OPIE_BASE_RDEPENDS} \
+                       ${KDE_PIM_RDEPENDS} ${OPIE_EXTRA_APPLETS} ${OPIE_EXTRA_SETTINGS} \
+                       ${OPIE_EXTRA_APPS} ${OPIE_BASE_STYLES} ${OPIE_BASE_DECOS} \
+                       ${OPIE_BASE_INPUTMETHODS}"
+
+DEPENDS = "task-bootstrap ${OPIE_LIBS_DEPENDS} ${OPIE_BASE} ${OPIE_BASE_APPLETS} \
+            ${OPIE_BASE_SETTINGS}  ${OPIE_BASE_APPS} ${OPIE_BASE_DEPENDS} ${KDE_PIM_DEPENDS} \
+            ${OPIE_EXTRA_APPLETS} ${OPIE_EXTRA_SETTINGS} ${OPIE_EXTRA_APPS} \
+            ${OPIE_BASE_STYLES} ${OPIE_BASE_DECOS} ${OPIE_BASE_INPUTMETHODS}"
+
+
+# zap the root password
+#IMAGE_POSTPROCESS_COMMAND = "zap_root_password"
+
+inherit image_ipk
+LICENSE = MIT
index e69de29..6c560a0 100644 (file)
@@ -0,0 +1,16 @@
+
+# A dependency isn't really needed. Just build meta-opie or even world
+# and build the feed afterwards.
+
+#DEPENDS = "meta-opie"
+
+# egrep -i Pattern matched against "$Section $Package-Name"
+export FEED_PATTERN = "^opie/translations"
+export FEED_NAME = "opie-locales"
+
+# egrep -i Pattern matched against "$Section $Package-Name"
+export EXCLUDE_FROM_FEED = ""
+inherit split_ipk_feeds
+
+
+LICENSE = MIT
index e69de29..64ee290 100644 (file)
@@ -0,0 +1,15 @@
+
+# A dependency isn't really needed. Just build meta-opie or even world
+# and build the feed afterwards.
+
+#DEPENDS = "meta-opie"
+
+# egrep -i Pattern matched against "$Section $Package-Name"
+export FEED_PATTERN = "^console|^libs|^base"
+export FEED_NAME = "openzaurus"
+
+# egrep -i Pattern matched against "$Section $Package-Name"
+export EXCLUDE_FROM_FEED = " locale-| glibc-|-dev$"
+
+inherit split_ipk_feeds
+LICENSE = MIT
index e69de29..170aac9 100644 (file)
@@ -0,0 +1,17 @@
+
+# A dependency isn't really needed. Just build meta-? or even world
+# and build the feed afterwards.
+
+#DEPENDS = "meta-opie"
+
+# egrep -i Pattern matched against "$Section $Package-Name"
+export FEED_PATTERN = "\ locale-|glibc-|-dev$|devel"
+export FEED_NAME = "openzaurus-system"
+
+# egrep -i Pattern matched against "$Section $Package-Name"
+export EXCLUDE_FROM_FEED = ""
+
+inherit split_ipk_feeds
+
+
+LICENSE = MIT
index e69de29..2b711f1 100644 (file)
@@ -0,0 +1,8 @@
+export IMAGE_BASENAME = "sdl-image"
+
+DEPENDS = "task-bootstrap meta-sdl"
+
+export IPKG_INSTALL = "task-bootstrap sdl-base"
+
+inherit image_ipk
+LICENSE = MIT
index 9ef9f27..51d3122 100644 (file)
@@ -43,3 +43,4 @@ export IPKG_INSTALL = "task-bootstrap gpe-task-base \
 ROOTFS_POSTPROCESS_COMMAND += "zap_root_password; "
 
 inherit image_ipk
+LICENSE = MIT
index 31397df..60e403e 100644 (file)
@@ -15,3 +15,4 @@ IPKG_INSTALL = "${SWITCHBOX_BASE_PACKAGES}"
 DEPENDS  = "${SWITCHBOX_BASE_DEPENDS}"
 
 inherit image_ipk
+LICENSE = MIT
index c5edb56..2e2108d 100644 (file)
@@ -58,3 +58,4 @@ RDEPENDS = 'base-files base-passwd busybox \
 
 RRECOMMENDS = 'dropbear portmap \
        ${BOOTSTRAP_EXTRA_RRECOMMENDS}'
+LICENSE = MIT
index aa56782..2629b37 100644 (file)
@@ -47,3 +47,4 @@ RDEPENDS = 'base-files base-passwd busybox \
 
 RRECOMMENDS = 'dropbear portmap \
        ${BOOTSTRAP_EXTRA_RRECOMMENDS}'
+LICENSE = MIT
index e69de29..8be4126 100644 (file)
@@ -0,0 +1,9 @@
+PACKAGES = task-dvb
+DESCRIPTION = "Meta-package for DVB application"
+MAINTAINER = "Phil Blundell <pb@handhelds.org>"
+ALLOW_EMPTY = 1
+PR = "r5"
+
+RDEPENDS = "dvbstream dvbtune xserver-xorg tda1004x-firmware mythtv lirc lirc-modules drm-module-via"
+DEPENDS = "dvbstream dvbtune xserver-xorg tda1004x-firmware mythtv lirc lirc-modules drm-kernel"
+LICENSE = MIT
index e69de29..c652354 100644 (file)
@@ -0,0 +1,9 @@
+PACKAGES = "${PN}"
+DESCRIPTION = "Meta-package for MythTV diskless frontend"
+MAINTAINER = "Phil Blundell <pb@handhelds.org>"
+ALLOW_EMPTY = 1
+PR = "r4"
+
+RDEPENDS = "xserver-xorg mythtv lirc lirc-modules drm-module-via ttf-bitstream-vera libfontconfig-utils setserial snes9x ntp snes232 linux-input mythfront-config gpe-dm mythfront-session"
+DEPENDS = "xserver-xorg mythtv lirc lirc-modules drm-kernel ttf-bitstream-vera setserial snes9x ntp snes232 linux-input mythfront-config gpe-dm mythfront-session"
+LICENSE = MIT
index 476d8ef..8f12557 100644 (file)
@@ -55,3 +55,4 @@ RDEPENDS=${DEPENDS}
 #fixme add python-pyx once kpathwhich-native is there
 #fixme add packages dynamically
 #fixme python-numarray doesn't work with soft-float
+LICENSE = MIT
index e69de29..8accb3a 100644 (file)
@@ -0,0 +1,17 @@
+# task-xfce-base OE build file
+# Copyright (C) 2004, Advanced Micro Devices, Inc.  All Rights Reserved
+# Released under the MIT license (see packages/COPYING)
+
+DESCRIPTION = "All packages required for an base XFCE installation"
+ALLOW_EMPTY = 1
+PACKAGES = "${PN}"
+
+DEPENDS = "xfce-mcs-manager xfce-mcs-plugins xfwm4 xfce4-panel \
+       xfdesktop xfce-utils"
+
+RDEPENDS= "xfce-mcs-manager xfwm4 xfwm4-theme-default xfce-utils xfdesktop \
+       xfce4-panel xfce4-panel-plugins xfce4-panel-theme-curve \
+       xfce-mcs-plugins xfwm4-mcs-plugins \
+       xfce-utils-mcs-plugins xfce4-panel-mcs-plugins \
+       xfdesktop-mcs-plugins"
+LICENSE = MIT
index e69de29..656daad 100644 (file)
@@ -0,0 +1,10 @@
+PACKAGES = task-xterminal
+DESCRIPTION = "Meta-package for diskless X terminal"
+MAINTAINER = "Phil Blundell <pb@handhelds.org>"
+ALLOW_EMPTY = 1
+PR = "r0"
+
+RDEPENDS = "xserver-kdrive-fbdev minicom lrzsz dropbear"
+DEPENDS = "xserver-kdrive minicom lrzsz dropbear"
+
+LICENSE = MIT
index e69de29..7015f70 100644 (file)
@@ -0,0 +1,18 @@
+export IMAGE_BASENAME="twin-image"
+
+DEPENDS = 'task-bootstrap \
+          twin \
+         orpheus \
+         nano \
+         vim \
+         mutt'
+
+export IPKG_INSTALL = 'task-bootstrap \
+                      twin \
+                      orpheus \
+                      nano \
+                      vim \
+                      mutt'
+
+inherit image_ipk
+LICENSE = MIT
index e69de29..b69ffed 100644 (file)
@@ -0,0 +1,13 @@
+DESCRIPTION = "A rootfs for User-Mode-Linux"
+MAINTAINER = "Michael 'Mickey' Lauer <mickey@Vanille.de>"
+
+export IMAGE_BASENAME = "uml-image"
+
+OPIE_LIBS = "qte-for-opie qpf-bitstream-vera libqpe-opie libopie2"
+OPIE_BASE = "opie-qcop opie-quicklauncher opie-taskbar"
+
+DEPENDS = "task-bootstrap"
+export IPKG_INSTALL = "${DEPENDS}"
+
+inherit image_ipk
+LICENSE = MIT
index e69de29..b5337f0 100644 (file)
@@ -0,0 +1,4 @@
+IMAGE_VARIANT = "able"
+
+include unslung-standard-image.bb
+LICENSE = MIT
index 82ba639..b2ed33a 100644 (file)
@@ -1,3 +1,4 @@
 # Put the standard image last, so that the kernel modules that are built will work on both.
 DEPENDS = "unslung-able-image unslung-standard-image"
 EXCLUDE_FROM_WORLD = "1"
+LICENSE = MIT
index e69de29..22205c9 100644 (file)
@@ -0,0 +1,15 @@
+DESCRIPTION = "Packages that are compatible with the Unslung firmware"
+PR = "r1"
+
+ALLOW_EMPTY = 1
+PACKAGES = "${PN}"
+
+DEPENDS = ' \
+       ${UNSLUNG_EXTRA_DEPENDS}'
+
+RDEPENDS = ' \
+       ${UNSLUNG_EXTRA_RDEPENDS}'
+
+RRECOMMENDS = ' \
+       ${UNSLUNG_EXTRA_RRECOMMENDS}'
+LICENSE = MIT
index b0a789e..ab665cf 100644 (file)
@@ -38,3 +38,4 @@ python () {
        if mach != 'nslu2' or dist != 'unslung':
                raise bb.parse.SkipPackage("Unslung only builds for the Linksys NSLU2")
 }
+LICENSE = MIT
index e69de29..69d1c8b 100644 (file)
@@ -0,0 +1,18 @@
+DESCRIPTION = "Basic X clients (meta package)"
+MAINTAINER = "Rene Wagner <reenoo@gmx.de>"
+
+ALLOW_EMPTY = 1
+PACKAGES = "${PN}"
+
+DEPENDS = 'xauth \
+       xhost \
+       xmodmap \
+       xrdb \
+       xset'
+
+RDEPENDS = 'xauth \
+       xhost \
+       xmodmap \
+       xrdb \
+       xset'
+LICENSE = MIT
index e69de29..2b98ec9 100644 (file)
@@ -0,0 +1,11 @@
+export IMAGE_BASENAME = "xterminal-image"
+
+IMAGE_LINGUAS = ""
+
+XTERMINAL_PACKAGES = "task-bootstrap task-xterminal"
+
+export IPKG_INSTALL = "${XTERMINAL_PACKAGES}"
+DEPENDS = "${XTERMINAL_PACKAGES}"
+
+inherit image_ipk
+LICENSE = MIT