aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-core/images
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-core/images')
-rw-r--r--recipes-core/images/petitboot-initramfs-image.bb19
-rw-r--r--recipes-core/images/rockchip-basic-image.bb12
2 files changed, 0 insertions, 31 deletions
diff --git a/recipes-core/images/petitboot-initramfs-image.bb b/recipes-core/images/petitboot-initramfs-image.bb
deleted file mode 100644
index 5124fb7..0000000
--- a/recipes-core/images/petitboot-initramfs-image.bb
+++ /dev/null
@@ -1,19 +0,0 @@
-# Copyright (C) 2015 Romain Perier <romain.perier@gmail.com>
-# Released under the MIT license (see COPYING.MIT for the terms)
-
-PACKAGE_INSTALL = "initramfs-boot-petitboot busybox base-files petitboot ${ROOTFS_BOOTSTRAP_INSTALL}"
-
-# Do not pollute the initrd image with rootfs features
-IMAGE_FEATURES = ""
-
-export IMAGE_BASENAME = "petitboot-initramfs-image"
-IMAGE_LINGUAS = ""
-
-LICENSE = "MIT"
-IMAGE_FSTYPES = "cpio.xz"
-
-inherit core-image
-
-IMAGE_ROOTFS_SIZE = "8192"
-
-BAD_RECOMMENDATIONS += "busybox-syslog"
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"