diff options
-rw-r--r-- | meta/uml-image.oe | 0 | ||||
-rw-r--r-- | uml-rootfs/uml-rootfs_0.0.1.oe | 12 |
2 files changed, 0 insertions, 12 deletions
diff --git a/meta/uml-image.oe b/meta/uml-image.oe new file mode 100644 index 0000000000..e69de29bb2 --- /dev/null +++ b/meta/uml-image.oe diff --git a/uml-rootfs/uml-rootfs_0.0.1.oe b/uml-rootfs/uml-rootfs_0.0.1.oe deleted file mode 100644 index 989f5b4d8b..0000000000 --- a/uml-rootfs/uml-rootfs_0.0.1.oe +++ /dev/null @@ -1,12 +0,0 @@ -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 |