Signed-off-by: Khem Raj <[email protected]> --- recipes/images/initramfs-bootmenu-debug-image.bb | 2 +- recipes/images/initramfs-bootmenu-image.bb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/recipes/images/initramfs-bootmenu-debug-image.bb b/recipes/images/initramfs-bootmenu-debug-image.bb index df5bf2b..a8f8ee3 100644 --- a/recipes/images/initramfs-bootmenu-debug-image.bb +++ b/recipes/images/initramfs-bootmenu-debug-image.bb @@ -1,7 +1,7 @@ # initramfs image with interactive boot menu allowing to select rootfs location # from choices of block devices, loopback images and NFS. -IMAGE_INSTALL = "busybox-static initramfs-module-bootmenu initramfs-module-check-modules initramfs-module-kexecboot klibc-utils-static-modprobe" +IMAGE_INSTALL = "busybox-static initramfs-module-bootmenu initramfs-module-check-modules initramfs-module-kexecboot klibc-static-utils-modprobe" IMAGE_INSTALL += " dropbear dropbear-backdoor" IMAGE_LINGUAS = "" diff --git a/recipes/images/initramfs-bootmenu-image.bb b/recipes/images/initramfs-bootmenu-image.bb index 79806c9..51be798 100644 --- a/recipes/images/initramfs-bootmenu-image.bb +++ b/recipes/images/initramfs-bootmenu-image.bb @@ -1,7 +1,7 @@ # initramfs image with interactive boot menu allowing to select rootfs location # from choices of block devices, loopback images and NFS. -IMAGE_INSTALL = "busybox-static initramfs-module-bootmenu initramfs-module-check-modules initramfs-module-kexecboot klibc-utils-static-modprobe" +IMAGE_INSTALL = "busybox-static initramfs-module-bootmenu initramfs-module-check-modules initramfs-module-kexecboot klibc-static-utils-modprobe" IMAGE_LINGUAS = "" -- 1.7.1 _______________________________________________ Openembedded-devel mailing list [email protected] http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel
