diff options
-rw-r--r-- | packages/images/minimal-image.bb | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/packages/images/minimal-image.bb b/packages/images/minimal-image.bb deleted file mode 100644 index 235cdbcdcf..0000000000 --- a/packages/images/minimal-image.bb +++ /dev/null @@ -1,22 +0,0 @@ -#Create a minimal image for devices with little flash -#gives you a small images with ssh access -LICENSE = "MIT" -PR = "r0" - -ANGSTROM_EXTRA_INSTALL ?= "" -DISTRO_SSH_DAEMON ?= "dropbear" - -DEPENDS = "task-base \ - ${DISTRO_SSH_DAEMON} \ - " - -RDEPENDS = "task-boot \ - ${DISTRO_SSH_DAEMON} \ - " - -export IMAGE_BASENAME = "minimal-image" -export IMAGE_LINGUAS = "" -export PACKAGE_INSTALL = "${RDEPENDS}" - -inherit image - |