summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Lauer <mickey@vanille-media.de>2004-04-26 19:10:39 +0000
committerMichael Lauer <mickey@vanille-media.de>2004-04-26 19:10:39 +0000
commitf63c99c34855fff1cbb932457b08bdd29b3777ff (patch)
treecc42ea9ebb7b7579e9e7fb6dc91e5a2f93b8013c
parent22d8dcbc0f741b80a49f3aaceac4b3b63cdd168a (diff)
remove device_table minimal and rename virtual to meta
BKrev: 408d5eaftYBY2bxuFwfSoveNOrnPhw
-rw-r--r--meta/bootstrap-image.oe (renamed from virtual/bootstrap-image.oe)0
-rw-r--r--meta/gpe-image.oe (renamed from virtual/gpe-image/device_table-minimal.txt)0
-rw-r--r--meta/opie-image.oe0
-rw-r--r--meta/task-bootstrap.oe0
-rw-r--r--meta/toolchain-external.oe0
-rw-r--r--virtual/gpe-image.oe11
-rw-r--r--virtual/opie-image.oe10
-rw-r--r--virtual/task-bootstrap.oe18
-rw-r--r--virtual/toolchain-external.oe7
9 files changed, 0 insertions, 46 deletions
diff --git a/virtual/bootstrap-image.oe b/meta/bootstrap-image.oe
index e69de29bb2..e69de29bb2 100644
--- a/virtual/bootstrap-image.oe
+++ b/meta/bootstrap-image.oe
diff --git a/virtual/gpe-image/device_table-minimal.txt b/meta/gpe-image.oe
index e69de29bb2..e69de29bb2 100644
--- a/virtual/gpe-image/device_table-minimal.txt
+++ b/meta/gpe-image.oe
diff --git a/meta/opie-image.oe b/meta/opie-image.oe
new file mode 100644
index 0000000000..e69de29bb2
--- /dev/null
+++ b/meta/opie-image.oe
diff --git a/meta/task-bootstrap.oe b/meta/task-bootstrap.oe
new file mode 100644
index 0000000000..e69de29bb2
--- /dev/null
+++ b/meta/task-bootstrap.oe
diff --git a/meta/toolchain-external.oe b/meta/toolchain-external.oe
new file mode 100644
index 0000000000..e69de29bb2
--- /dev/null
+++ b/meta/toolchain-external.oe
diff --git a/virtual/gpe-image.oe b/virtual/gpe-image.oe
deleted file mode 100644
index 89b34ec3cd..0000000000
--- a/virtual/gpe-image.oe
+++ /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
index 849c075284..0000000000
--- a/virtual/opie-image.oe
+++ /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
index 47707935ac..0000000000
--- a/virtual/task-bootstrap.oe
+++ /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
index cb90cd03fe..0000000000
--- a/virtual/toolchain-external.oe
+++ /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