summaryrefslogtreecommitdiffstats
path: root/meta-sota/recipes-core/images/initramfs-ostree-image.bb
diff options
context:
space:
mode:
authorAnton Gerasimov <anton@advancedtelematic.com>2017-04-24 13:59:21 +0200
committerAnton Gerasimov <anton@advancedtelematic.com>2017-04-24 13:59:21 +0200
commitabe6250af91c4b3193511f4dd5fbfb7ee40d76d5 (patch)
tree040bcd7509accf453145b2c0c77b06d8e35a13e9 /meta-sota/recipes-core/images/initramfs-ostree-image.bb
parente4bc8c7058fbf27969a967a5e30f15fcf22544bd (diff)
Moved to meta-updater@github.com/advancedtelenmatic Change-Id: I7c89d373e43a88a89155c72de87c0b4b5238bc52 Signed-off-by: Anton Gerasimov <anton@advancedtelematic.com>
Diffstat (limited to 'meta-sota/recipes-core/images/initramfs-ostree-image.bb')
-rw-r--r--meta-sota/recipes-core/images/initramfs-ostree-image.bb25
1 files changed, 0 insertions, 25 deletions
diff --git a/meta-sota/recipes-core/images/initramfs-ostree-image.bb b/meta-sota/recipes-core/images/initramfs-ostree-image.bb
deleted file mode 100644
index 8eea07c..0000000
--- a/meta-sota/recipes-core/images/initramfs-ostree-image.bb
+++ /dev/null
@@ -1,25 +0,0 @@
-# Netboot initramfs image.
-DESCRIPTION = "OSTree initramfs image"
-
-PACKAGE_INSTALL = "ostree-switchroot ostree-initrd busybox base-passwd ${ROOTFS_BOOTSTRAP_INSTALL}"
-
-SYSTEMD_DEFAULT_TARGET = "initrd.target"
-
-# Do not pollute the initrd image with rootfs features
-IMAGE_FEATURES = ""
-
-export IMAGE_BASENAME = "initramfs-ostree-image"
-IMAGE_LINGUAS = ""
-
-LICENSE = "MIT"
-
-IMAGE_FSTYPES = "ext4.gz"
-IMAGE_FSTYPES_append_arm = " ext4.gz.u-boot"
-
-inherit core-image
-
-IMAGE_ROOTFS_SIZE = "8192"
-
-BAD_RECOMMENDATIONS += "busybox-syslog"
-
-