diff options
-rw-r--r-- | recipes/kexecboot/initramfs-kexecboot-image.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/recipes/kexecboot/initramfs-kexecboot-image.bb b/recipes/kexecboot/initramfs-kexecboot-image.bb index cdf0861285..890287d3f6 100644 --- a/recipes/kexecboot/initramfs-kexecboot-image.bb +++ b/recipes/kexecboot/initramfs-kexecboot-image.bb @@ -4,6 +4,7 @@ PR = "r2" ONLINE_PACKAGE_MANAGEMENT = "none" IMAGE_FSTYPES = "cpio.gz cpio.lzma" +DEPENDS = "lzma-native" # Deprecated: device nodes are populated by kexecboot now # These devices need mmcblk* to be 254 instead of 179 |