On Sat, Jul 11, 2015 at 11:46 AM, Lauren Post <[email protected]> wrote: > Released with 3.14.38-6QP_beta release. > > Upgrade to version 5.0.11.p6.3 to align with imx-gpu-viv upgrade. > - Fixes for Xrandr rotation, and video modes not displaying correctly. > - Fixes for Xrandr not displaying correctly with PXP. > - Fix for alignment in xorg.conf to notify EXA driver the display engine. > - Fixes for supporting GC2000+
I would say "Add GC2000+ support" instead of "fixes" > > Signed-off-by: Lauren Post <[email protected]> > --- > .../xf86-video-imxfb-vivante_5.0.11.p4.5.bb | 8 -------- > .../xf86-video-imxfb-vivante_5.0.11.p6.3.bb | 13 +++++++++++++ > 2 files changed, 13 insertions(+), 8 deletions(-) > delete mode 100644 > recipes-graphics/xorg-driver/xf86-video-imxfb-vivante_5.0.11.p4.5.bb > create mode 100644 > recipes-graphics/xorg-driver/xf86-video-imxfb-vivante_5.0.11.p6.3.bb > > diff --git > a/recipes-graphics/xorg-driver/xf86-video-imxfb-vivante_5.0.11.p4.5.bb > b/recipes-graphics/xorg-driver/xf86-video-imxfb-vivante_5.0.11.p4.5.bb > deleted file mode 100644 > index c5cf271..0000000 > --- a/recipes-graphics/xorg-driver/xf86-video-imxfb-vivante_5.0.11.p4.5.bb > +++ /dev/null > @@ -1,8 +0,0 @@ > -# Copyright (C) 2012-2015 Freescale Semiconductor > -# Copyright (C) 2012-2014 O.S. Systems Software LTDA. > -# Released under the MIT license (see COPYING.MIT for the terms) > - > -require xf86-video-imxfb-vivante.inc > - > -SRC_URI[md5sum] = "e89cd72f6d35d53accfd6b6bb3e05f42" > -SRC_URI[sha256sum] = > "1a0b25a91b493e99dfa94a802290320ea998ebd45d7aab0f73d7c7bb521b7e84" > diff --git > a/recipes-graphics/xorg-driver/xf86-video-imxfb-vivante_5.0.11.p6.3.bb > b/recipes-graphics/xorg-driver/xf86-video-imxfb-vivante_5.0.11.p6.3.bb > new file mode 100644 > index 0000000..4eb1991 > --- /dev/null > +++ b/recipes-graphics/xorg-driver/xf86-video-imxfb-vivante_5.0.11.p6.3.bb > @@ -0,0 +1,13 @@ > +# Copyright (C) 2012-2015 Freescale Semiconductor > +# Copyright (C) 2012-2014 O.S. Systems Software LTDA. > +# Released under the MIT license (see COPYING.MIT for the terms) > + > +require xf86-video-imxfb-vivante.inc > + > +SRC_URI = > "${FSL_MIRROR}/xserver-xorg-video-imx-viv-${@'${PV}'.replace('5.0.11.p6.3', > '5.0.11.p6.3-beta')}.tar.gz \ > + file://rc.autohdmi" > + > +SRC_URI[md5sum] = "2c1f0095a7e1ed5ca6cd070e9c8e2cff" > +SRC_URI[sha256sum] = > "660738bf0d75c71ee83b3d84c234a4304d85fde4a28b4a27fb9b59dbfcc94632" > + > +S = "${WORKDIR}/xserver-xorg-video-imx-viv-${@'${PV}'.replace('5.0.11.p6.3', > '5.0.11.p6.3-beta')}/" I'm not really sure about this replacement. As I remember, meta-fsl-arm has never included 5.0.11.p6.3-beta, only double checking. Daiane > -- > 1.7.9.5 > > -- > _______________________________________________ > meta-freescale mailing list > [email protected] > https://lists.yoctoproject.org/listinfo/meta-freescale -- _______________________________________________ meta-freescale mailing list [email protected] https://lists.yoctoproject.org/listinfo/meta-freescale
