[oe] [PATCH] xorg-driver: xf86-video-ati: Add RISCV to COMPATIBLE_MACHINE

Khem Raj raj.khem at gmail.com
Thu Jan 17 18:41:00 UTC 2019


On Thu, Jan 17, 2019 at 10:33 AM Alistair Francis
<Alistair.Francis at wdc.com> wrote:
>
> The ATI drivers can work on non-x86 platforms such as RISC-V, add RISC-V
> as an option in the COMPATIBLE_MACHINE requirement.
>

surprisingly, the v1 built ok on all testing platforms I have
so I have merged that one.

> Signed-off-by: Alistair Francis <alistair.francis at wdc.com>
> ---
>  meta-oe/recipes-graphics/xorg-driver/xf86-video-ati_18.0.1.bb | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/meta-oe/recipes-graphics/xorg-driver/xf86-video-ati_18.0.1.bb b/meta-oe/recipes-graphics/xorg-driver/xf86-video-ati_18.0.1.bb
> index 969c1a0a6..efd76c92c 100644
> --- a/meta-oe/recipes-graphics/xorg-driver/xf86-video-ati_18.0.1.bb
> +++ b/meta-oe/recipes-graphics/xorg-driver/xf86-video-ati_18.0.1.bb
> @@ -12,7 +12,7 @@ DEPENDS += "virtual/libx11 libxvmc drm \
>  inherit distro_features_check
>  REQUIRED_DISTRO_FEATURES += "opengl"
>
> -COMPATIBLE_HOST = '(i.86|x86_64).*-linux'
> +COMPATIBLE_HOST = '(i.86|x86_64|riscv).*-linux'
>
>  SRC_URI[md5sum] = "40e7c0a5a69aba3d84e0958f58705ea7"
>  SRC_URI[sha256sum] = "72ea3b8127d4550b64f797457f5a7851a541fa4ee2cc3f345b6c1886b81714a0"
> --
> 2.19.1
>
> --
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel at lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-devel


More information about the Openembedded-devel mailing list