They RDEPENDS on grub, so set the same COMPATIBLE_HOST as grub. Signed-off-by: Robert Yang <liezhi.y...@windriver.com> --- recipes-installer/anaconda/python3-anaconda_28.22.11.bb | 3 +++ .../packagegroups/packagegroup-anaconda-support.bb | 3 +++ 2 files changed, 6 insertions(+)
diff --git a/recipes-installer/anaconda/python3-anaconda_28.22.11.bb b/recipes-installer/anaconda/python3-anaconda_28.22.11.bb index 52eb99a..e9ae390 100755 --- a/recipes-installer/anaconda/python3-anaconda_28.22.11.bb +++ b/recipes-installer/anaconda/python3-anaconda_28.22.11.bb @@ -160,3 +160,6 @@ python __anonymous () { raise bb.parse.SkipPackage('Anaconda requires RPM packages to be the default in PACKAGE_CLASSES.') } +COMPATIBLE_HOST = '(x86_64.*|i.86.*|arm.*|aarch64.*)-(linux.*|freebsd.*)' +COMPATIBLE_HOST_armv7a = 'null' +COMPATIBLE_HOST_armv7ve = 'null' diff --git a/recipes-installersupport/packagegroups/packagegroup-anaconda-support.bb b/recipes-installersupport/packagegroups/packagegroup-anaconda-support.bb index 3f3f41e..f834c52 100644 --- a/recipes-installersupport/packagegroups/packagegroup-anaconda-support.bb +++ b/recipes-installersupport/packagegroups/packagegroup-anaconda-support.bb @@ -27,3 +27,6 @@ RDEPENDS_${PN} = " \ grub-efi \ " +COMPATIBLE_HOST = '(x86_64.*|i.86.*|arm.*|aarch64.*)-(linux.*|freebsd.*)' +COMPATIBLE_HOST_armv7a = 'null' +COMPATIBLE_HOST_armv7ve = 'null' -- 2.7.4 -- _______________________________________________ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto