summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core
diff options
context:
space:
mode:
authorhongxu <hongxu.jia@windriver.com>2020-05-28 14:46:40 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2020-05-30 12:31:48 +0100
commit295dbabce213855432b6274026e3b45a18b90e80 (patch)
treeac29b7c6a6e8c2262929a925b163eb9f47d6fb53 /meta/recipes-core
parentb9a6042e210ecf5c3b5d771f95c8505deab2739b (diff)
downloadopenembedded-core-contrib-295dbabce213855432b6274026e3b45a18b90e80.tar.gz
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 <hongxu.jia@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-core')
-rw-r--r--meta/recipes-core/images/core-image-minimal-initramfs.bb4
1 files changed, 2 insertions, 2 deletions
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.*)'