diff options
author | Jeremy Lainé <jeremy.laine@m4x.org> | 2009-04-01 10:06:33 +0200 |
---|---|---|
committer | Jeremy Lainé <jeremy.laine@m4x.org> | 2009-04-01 10:06:33 +0200 |
commit | 51031ca40a68a300fb0cdb3880e2ba4946a36823 (patch) | |
tree | 34049f583723a12310d3147c3799fffbcc20237a /recipes/images | |
parent | cfb91c0f44f2f21e4fd70e8b4bca073340183465 (diff) |
qtopia-core-*: remove obsolete qtopia tasks and images
Diffstat (limited to 'recipes/images')
-rw-r--r-- | recipes/images/qtopia-core-console-image.bb | 19 | ||||
-rw-r--r-- | recipes/images/qtopia-core-gui-image.bb | 20 |
2 files changed, 0 insertions, 39 deletions
diff --git a/recipes/images/qtopia-core-console-image.bb b/recipes/images/qtopia-core-console-image.bb deleted file mode 100644 index 62382cd11f..0000000000 --- a/recipes/images/qtopia-core-console-image.bb +++ /dev/null @@ -1,19 +0,0 @@ -#QtopiaCore 'console' image -#gives you a small images with ssh access - -ANGSTROM_EXTRA_INSTALL ?= "" -DISTRO_SSH_DAEMON ?= "dropbear" -DEPENDS = "task-boot" - -IMAGE_INSTALL = "task-boot \ - util-linux-mount util-linux-umount \ - ${DISTRO_SSH_DAEMON} \ - angstrom-version \ - task-qtopia-core-console \ - " - -export IMAGE_BASENAME = "trolltech-qtopia-core-console-image" -IMAGE_LINGUAS = "" - -inherit image - diff --git a/recipes/images/qtopia-core-gui-image.bb b/recipes/images/qtopia-core-gui-image.bb deleted file mode 100644 index 6f3e594e62..0000000000 --- a/recipes/images/qtopia-core-gui-image.bb +++ /dev/null @@ -1,20 +0,0 @@ -#QtopiaCore 'console' image -#gives you a small images with ssh access - -ANGSTROM_EXTRA_INSTALL ?= "" -DISTRO_SSH_DAEMON ?= "dropbear" -DEPENDS = "task-boot task-qtopia-core-gui task-qtopia-core-gui" - -IMAGE_INSTALL = "task-boot \ - util-linux-mount util-linux-umount \ - ${DISTRO_SSH_DAEMON} \ - angstrom-version \ - task-qtopia-core-console \ - task-qtopia-core-gui \ - " - -export IMAGE_BASENAME = "trolltech-qtopia-core-gui-image" -IMAGE_LINGUAS = "" - -inherit image - |