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-06-18 12:25:00 +0100
commitb6cf32569df59563025e9128e29d920fa8bb5b42 (patch)
treec7a912df1b24f2bbaea32968e0cf550e101c4296 /meta/recipes-core
parentfebbe2944c0c4a04b85fa98fdc261186115954d8 (diff)
downloadpoky-b6cf32569df59563025e9128e29d920fa8bb5b42.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 (From OE-Core rev: 176da1d6fbd006c770c3c02c6355a692adac3c74) Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> (cherry picked from commit 295dbabce213855432b6274026e3b45a18b90e80) Signed-off-by: Steve Sakoman <steve@sakoman.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
27IMAGE_ROOTFS_SIZE = "8192" 27IMAGE_ROOTFS_SIZE = "8192"
28IMAGE_ROOTFS_EXTRA_SPACE = "0" 28IMAGE_ROOTFS_EXTRA_SPACE = "0"
29 29
30# Use the same restriction as initramfs-live-install 30# Use the same restriction as initramfs-module-install
31COMPATIBLE_HOST = "(i.86|x86_64).*-linux" 31COMPATIBLE_HOST = '(x86_64.*|i.86.*|arm.*|aarch64.*)-(linux.*|freebsd.*)'