summaryrefslogtreecommitdiffstats
path: root/recipes-core
diff options
context:
space:
mode:
authorPatrick Vacek <patrickvacek@gmail.com>2020-06-22 09:39:49 +0200
committerGitHub <noreply@github.com>2020-06-22 09:39:49 +0200
commitcd27c8baa28c406e456c5d1dba2d790e414066bb (patch)
tree2d758548dfacf0f1f4935549a94b2cb186c9c1ee /recipes-core
parentbed1238b211417fa68bd8fcb301ce7d112da6ef1 (diff)
parent6eecf1593d31dc04566c646717f248b3fb0aa40d (diff)
downloadmeta-updater-cd27c8baa28c406e456c5d1dba2d790e414066bb.tar.gz
Merge pull request #681 from liuming50/introduce-ostree-kernel-initramfs
Introduce ostree kernel initramfs
Diffstat (limited to 'recipes-core')
-rw-r--r--recipes-core/images/initramfs-ostree-image.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-core/images/initramfs-ostree-image.bb b/recipes-core/images/initramfs-ostree-image.bb
index bc21ed3..4af1548 100644
--- a/recipes-core/images/initramfs-ostree-image.bb
+++ b/recipes-core/images/initramfs-ostree-image.bb
@@ -20,7 +20,7 @@ IMAGE_FSTYPES = "${INITRAMFS_FSTYPES}"
20# Avoid circular dependencies 20# Avoid circular dependencies
21EXTRA_IMAGEDEPENDS = "" 21EXTRA_IMAGEDEPENDS = ""
22 22
23inherit core-image 23inherit core-image nopackages
24 24
25IMAGE_ROOTFS_SIZE = "8192" 25IMAGE_ROOTFS_SIZE = "8192"
26 26