From: hongxu Date: Thu, 28 May 2020 06:46:40 +0000 (+0800) Subject: core-image-minimal-initramfs: keep restriction with initramfs-module-install X-Git-Tag: 2020-04.2-dunfell~156 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=176da1d6fbd006c770c3c02c6355a692adac3c74;p=openembedded-core.git core-image-minimal-initramfs: keep restriction with initramfs-module-install Since commit [882ae0dcce core-image-minimal-initramfs: use initramfs-framework for initialization] applied, it should keep the restriction with initramfs-module-install Signed-off-by: Hongxu Jia Signed-off-by: Richard Purdie (cherry picked from commit 295dbabce213855432b6274026e3b45a18b90e80) Signed-off-by: Steve Sakoman --- diff --git a/meta/recipes-core/images/core-image-minimal-initramfs.bb b/meta/recipes-core/images/core-image-minimal-initramfs.bb index 7df8ab1ebd..83d0eaa8df 100644 --- a/meta/recipes-core/images/core-image-minimal-initramfs.bb +++ b/meta/recipes-core/images/core-image-minimal-initramfs.bb @@ -27,5 +27,5 @@ inherit core-image IMAGE_ROOTFS_SIZE = "8192" IMAGE_ROOTFS_EXTRA_SPACE = "0" -# Use the same restriction as initramfs-live-install -COMPATIBLE_HOST = "(i.86|x86_64).*-linux" +# Use the same restriction as initramfs-module-install +COMPATIBLE_HOST = '(x86_64.*|i.86.*|arm.*|aarch64.*)-(linux.*|freebsd.*)'