]> code.ossystems Code Review - openembedded-core.git/commitdiff
core-image-minimal-initramfs: keep restriction with initramfs-module-install
authorhongxu <hongxu.jia@windriver.com>
Thu, 28 May 2020 06:46:40 +0000 (14:46 +0800)
committerSteve Sakoman <steve@sakoman.com>
Tue, 9 Jun 2020 15:39:30 +0000 (05:39 -1000)
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>
(cherry picked from commit 295dbabce213855432b6274026e3b45a18b90e80)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
meta/recipes-core/images/core-image-minimal-initramfs.bb

index 7df8ab1ebd8ed595a6922b5f83b42dc00d2d39d8..83d0eaa8dfb711bc4aeeaa907d2d0468db3bcfd7 100644 (file)
@@ -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.*)'