aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-core/images/rockchip-basic-image.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-core/images/rockchip-basic-image.bb')
-rw-r--r--recipes-core/images/rockchip-basic-image.bb12
1 files changed, 0 insertions, 12 deletions
diff --git a/recipes-core/images/rockchip-basic-image.bb b/recipes-core/images/rockchip-basic-image.bb
deleted file mode 100644
index 25fb30e..0000000
--- a/recipes-core/images/rockchip-basic-image.bb
+++ /dev/null
@@ -1,12 +0,0 @@
-# Copyright (C) 2014 Romain Perier <romain.perier@gmail.com>
-# Released under the MIT license (see COPYING.MIT for the terms)
-
-include recipes-core/images/core-image-minimal.bb
-
-DESCRIPTION = "Basic image for Rockchip devices. This is a small image just \
-capable of allowing a device to boot with packages management, \
-ssh server and development tools."
-IMAGE_FEATURES_append = " package-management ssh-server-dropbear"
-IMAGE_INSTALL_append = " net-kexec "
-
-LICENSE = "MIT"