]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core.git/commit
initramfs-module-install: remove loongarch64 from COMPATIBLE_HOST
authorHongxu Jia <hongxu.jia@windriver.com>
Sat, 28 Dec 2024 09:31:29 +0000 (17:31 +0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 3 Jan 2025 11:05:00 +0000 (11:05 +0000)
commit6440e1010ade2b4207879a2e8cd288bcd714a445
tree1b401cb0e247319027634702adf5b8f8e0707788
parent08c44d3b140b220ead6334db26097b28612d445a
initramfs-module-install: remove loongarch64 from COMPATIBLE_HOST

Due to initramfs-module-install runtime depend on grub, and grub did not
support loongarch64, remove loongarch64 from COMPATIBLE_HOST

$ echo "MACHINE = 'qemuloongarch64'" >> conf/local.conf
$ bitbake world
|ERROR: Nothing RPROVIDES 'grub' (but oe-core/meta/recipes-core/initrdscripts/
initramfs-module-install_1.0.bb RDEPENDS on or otherwise requires it)
|grub was skipped: incompatible with host loongarch64-wrs-linux (not in
COMPATIBLE_HOST)
|NOTE: Runtime target 'grub' is unbuildable, removing...
|Missing or unbuildable dependency chain was: ['grub']
|ERROR: Required build target 'meta-world-pkgdata' has no buildable providers.
|Missing or unbuildable dependency chain was: ['meta-world-pkgdata',
'initramfs-module-install', 'grub']

Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com>
Signed-off-by: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-core/images/core-image-minimal-initramfs.bb
meta/recipes-core/initrdscripts/initramfs-module-install_1.0.bb