diff options
| author | Patrick Vacek <patrickvacek@gmail.com> | 2020-06-22 09:39:49 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-06-22 09:39:49 +0200 |
| commit | cd27c8baa28c406e456c5d1dba2d790e414066bb (patch) | |
| tree | 2d758548dfacf0f1f4935549a94b2cb186c9c1ee /recipes-core | |
| parent | bed1238b211417fa68bd8fcb301ce7d112da6ef1 (diff) | |
| parent | 6eecf1593d31dc04566c646717f248b3fb0aa40d (diff) | |
| download | meta-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.bb | 2 |
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 |
| 21 | EXTRA_IMAGEDEPENDS = "" | 21 | EXTRA_IMAGEDEPENDS = "" |
| 22 | 22 | ||
| 23 | inherit core-image | 23 | inherit core-image nopackages |
| 24 | 24 | ||
| 25 | IMAGE_ROOTFS_SIZE = "8192" | 25 | IMAGE_ROOTFS_SIZE = "8192" |
| 26 | 26 | ||
