On Thu, Jan 17, 2019 at 10:41 AM Khem Raj <[email protected]> wrote: > > On Thu, Jan 17, 2019 at 10:33 AM Alistair Francis > <[email protected]> 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.
Great! I think that makes the most sense. If it builds for RISC-V it must build for anything :) Alistair > > > Signed-off-by: Alistair Francis <[email protected]> > > --- > > 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 > > [email protected] > > http://lists.openembedded.org/mailman/listinfo/openembedded-devel > -- > _______________________________________________ > Openembedded-devel mailing list > [email protected] > http://lists.openembedded.org/mailman/listinfo/openembedded-devel -- _______________________________________________ Openembedded-devel mailing list [email protected] http://lists.openembedded.org/mailman/listinfo/openembedded-devel
