remove device_table minimal and rename virtual to meta
authorMichael Lauer <mickey@vanille-media.de>
Mon, 26 Apr 2004 19:10:39 +0000 (19:10 +0000)
committerMichael Lauer <mickey@vanille-media.de>
Mon, 26 Apr 2004 19:10:39 +0000 (19:10 +0000)
BKrev: 408d5eaftYBY2bxuFwfSoveNOrnPhw

meta/bootstrap-image.oe [moved from virtual/bootstrap-image.oe with 100% similarity]
meta/gpe-image.oe [moved from virtual/gpe-image/device_table-minimal.txt with 100% similarity]
meta/opie-image.oe [new file with mode: 0644]
meta/task-bootstrap.oe [new file with mode: 0644]
meta/toolchain-external.oe [new file with mode: 0644]
virtual/gpe-image.oe [deleted file]
virtual/opie-image.oe [deleted file]
virtual/task-bootstrap.oe [deleted file]
virtual/toolchain-external.oe [deleted file]

diff --git a/meta/opie-image.oe b/meta/opie-image.oe
new file mode 100644 (file)
index 0000000..e69de29
diff --git a/meta/task-bootstrap.oe b/meta/task-bootstrap.oe
new file mode 100644 (file)
index 0000000..e69de29
diff --git a/meta/toolchain-external.oe b/meta/toolchain-external.oe
new file mode 100644 (file)
index 0000000..e69de29
diff --git a/virtual/gpe-image.oe b/virtual/gpe-image.oe
deleted file mode 100644 (file)
index 89b34ec..0000000
+++ /dev/null
@@ -1,11 +0,0 @@
-export IMAGE_BASENAME = "gpe-image"
-
-DEPENDS = 'task-bootstrap \
-          diet-x11-cvs xserver matchbox-wm matchbox-desktop matchbox-panel \
-          meta-gpe ttf-bitstream-vera'
-
-export IPKG_INSTALL = 'task-bootstrap xserver-kdrive-fbdev \
-                     gpe-task-base ttf-bitstream-vera pango-module-basic-xft \
-                     glibc-gconv glibc-gconv-iso8859-1 gdk-pixbuf-loader-png'
-
-inherit image_ipk
diff --git a/virtual/opie-image.oe b/virtual/opie-image.oe
deleted file mode 100644 (file)
index 849c075..0000000
+++ /dev/null
@@ -1,10 +0,0 @@
-export IMAGE_BASENAME = "opie-image"
-
-OPIE_LIBS = "qte-for-opie qpf-bitstream-vera libqpe-opie libopie2"
-OPIE_BASE = "opie-qcop opie-quicklauncher opie-taskbar"
-
-DEPENDS = "task-bootstrap ${OPIE_LIBS} ${OPIE_BASE}"
-
-export IPKG_INSTALL = "${DEPENDS}"
-
-inherit image_ipk
diff --git a/virtual/task-bootstrap.oe b/virtual/task-bootstrap.oe
deleted file mode 100644 (file)
index 4770793..0000000
+++ /dev/null
@@ -1,18 +0,0 @@
-DESCRIPTION = "Core packages required for a basic installation"
-MAINTAINER = "Phil Blundell <pb@handhelds.org>"
-ALLOW_EMPTY = 1
-PACKAGES = "${PN}"
-
-DEPENDS = 'virtual/libc base-files base-passwd-3.5.7 \
-       busybox dropbear hotplug ifupdown ipkg initscripts \
-       netbase resolvconf sysvinit tinylogin lrzsz \
-       dhcpcd \
-       ${BOOTSTRAP_EXTRA_DEPENDS}'
-
-RDEPENDS = 'base-files base-passwd busybox \
-       hotplug ifupdown ipkg initscripts netbase resolvconf \
-       sysvinit tinylogin dhcpcd \
-       ${BOOTSTRAP_EXTRA_RDEPENDS}'
-
-RRECOMMENDS = 'dropbear lrzsz \
-       ${BOOTSTRAP_EXTRA_RRECOMMENDS}'
diff --git a/virtual/toolchain-external.oe b/virtual/toolchain-external.oe
deleted file mode 100644 (file)
index cb90cd0..0000000
+++ /dev/null
@@ -1,7 +0,0 @@
-DESCRIPTION = "The GNU cc and gcc C compilers."
-LICENSE = "GPL"
-MAINTAINER = "Greg Gilbert <greg@treke.net>"
-
-PROVIDES = "virtual/${TARGET_PREFIX}binutils virtual/${TARGET_PREFIX}gcc virtual/${TARGET_PREFIX}gcc-initial"
-
-inherit native