aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-core/images/petitboot-initramfs-image.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-core/images/petitboot-initramfs-image.bb')
-rw-r--r--recipes-core/images/petitboot-initramfs-image.bb19
1 files changed, 0 insertions, 19 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"