diff options
author | Michael Lauer <mickey@vanille-media.de> | 2004-05-16 17:26:27 +0000 |
---|---|---|
committer | Michael Lauer <mickey@vanille-media.de> | 2004-05-16 17:26:27 +0000 |
commit | a7e8c9cfcbe58f62a4937ae7a51ea5a3fcb3405a (patch) | |
tree | 5e87bd34ece9fc832485c617bac48efd6a3fffd8 | |
parent | 02b2556ca0eb2358ef1e591b9a91c8378cdcda20 (diff) |
move uml-rootfs into meta/
BKrev: 40a7a443cKhAd2ssly7tBch62u9_8w
-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 |