Hello, Today I spent most of day working in current failures in master.
The patch for sdcard concurrency issue is already merged and should have fixed the rootfs generation issues people has reported. Here goes the last two patches. This fixes MX5 and MX6 builds. As you will notice this includes a backport for Xorg 1.14.4 and this is necessary due GL linking changes done in Xorg 1.15.0. This backport will last until Vivante fixes the GL symbols. The mesa patch is much cleaner now as it reuses the PACKAGECONFIG options added for this kind of case. I will merge both on Monday morning so speak soon! Otavio Salvador (2): mesa: Update to follow OE-Core changes xserver-xorg: Backport 1.14.4 version conf/machine/include/imx-base.inc | 3 ++ recipes-graphics/mesa/mesa_%.bbappend | 5 +++ recipes-graphics/mesa/mesa_9.2.2.bbappend | 40 ---------------------- .../xorg-xserver/xserver-xorg/aarch64.patch | 35 +++++++++++++++++++ .../xorg-xserver/xserver-xorg/crosscompile.patch | 22 ++++++++++++ .../fix_open_max_preprocessor_error.patch | 15 ++++++++ .../xorg-xserver/xserver-xorg/macro_tweak.patch | 25 ++++++++++++++ .../xserver-xorg/mips64-compiler.patch | 29 ++++++++++++++++ .../xorg-xserver/xserver-xorg_1.14.4.bb | 35 +++++++++++++++++++ 9 files changed, 169 insertions(+), 40 deletions(-) create mode 100644 recipes-graphics/mesa/mesa_%.bbappend delete mode 100644 recipes-graphics/mesa/mesa_9.2.2.bbappend create mode 100644 recipes-graphics/xorg-xserver/xserver-xorg/aarch64.patch create mode 100644 recipes-graphics/xorg-xserver/xserver-xorg/crosscompile.patch create mode 100644 recipes-graphics/xorg-xserver/xserver-xorg/fix_open_max_preprocessor_error.patch create mode 100644 recipes-graphics/xorg-xserver/xserver-xorg/macro_tweak.patch create mode 100644 recipes-graphics/xorg-xserver/xserver-xorg/mips64-compiler.patch create mode 100644 recipes-graphics/xorg-xserver/xserver-xorg_1.14.4.bb -- 1.9.0 _______________________________________________ meta-freescale mailing list [email protected] https://lists.yoctoproject.org/listinfo/meta-freescale
