]> 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)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sat, 30 May 2020 11:31:48 +0000 (12:31 +0100)
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>
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.*)'