From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-bk0-f48.google.com (mail-bk0-f48.google.com [209.85.214.48]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id A538CE0034C for ; Mon, 26 Nov 2012 08:40:18 -0800 (PST) Received: by mail-bk0-f48.google.com with SMTP id jc3so5082329bkc.35 for ; Mon, 26 Nov 2012 08:40:17 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=from:to:subject:date:message-id:organization:user-agent:in-reply-to :references:mime-version:content-transfer-encoding:content-type :x-gm-message-state; bh=4M1yZRC6QkPuYNSbZS6iITxKvSHveLqLKTyavlkXVAM=; b=b3G/qlw7JLA7+sRqv2oThhpI2Nkyf/aBggYtjezgSbuk31CXJL0fVW9zbsSf2ZBijs RNmLvZxy+TneIdwMJCGUZOQS+uKS3HKKt6hREaHmukD3eDDaOmk9DldZU2X+00/8ZUAN fIevHWPh0lzn7Nj36HMf87uSqphsmHhBYDTQGIqSlQTyyLpHmMgoq4NGnE0lLy3HWH7l Opf5ewA34llrX0c7W61Y1TDIqxAOdotQAEZjtYpXlKXGd2GN15xn6C6Z/baEzxU70OSM FCGBVcj8JQqH4r+gJJLpHo373eXp/pVmV6LyWESg9/sWNOrnd6lycOj8vqRTfM7+2EEE VbaA== Received: by 10.204.11.78 with SMTP id s14mr3694646bks.118.1353948017046; Mon, 26 Nov 2012 08:40:17 -0800 (PST) Received: from rudolf.localnet (ppp-88-217-8-202.dynamic.mnet-online.de. [88.217.8.202]) by mx.google.com with ESMTPS id e22sm8468238bke.14.2012.11.26.08.40.14 (version=TLSv1/SSLv3 cipher=OTHER); Mon, 26 Nov 2012 08:40:15 -0800 (PST) From: Thomas Senyk To: meta-freescale@yoctoproject.org Date: Mon, 26 Nov 2012 17:23:52 +0100 Message-ID: <96715462.r9LSDhPm2f@rudolf> Organization: Nokia User-Agent: KMail/4.9.3 (Linux/3.6.6-1-ARCH; KDE/4.9.3; x86_64; ; ) In-Reply-To: <1353610181-14057-1-git-send-email-otavio@ossystems.com.br> References: <1353610181-14057-1-git-send-email-otavio@ossystems.com.br> MIME-Version: 1.0 X-Gm-Message-State: ALoCoQlf4PXyuPjDZS91kdUndkq7hoOVNFnBpcBhsO573fdm/gMT4Wu5MTOAWQLFHPIGG7GcfEHz Subject: Re: [meta-fsl-arm][PATCH v3 0/8] iMX6 Yocto Support based on 12.09.01 BSP X-BeenThere: meta-freescale@yoctoproject.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: Usage and development list for the meta-fsl-* layers List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 Nov 2012 16:40:19 -0000 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" I've just tested a 'bitbake core-image-x11' and it builds without any problem. I got a couple of warnings such as: WARNING: File '/opt/viv_samples/vdk/tutorial2' from gpu-viv-bin-mx6q was already stripped, this will prevent future debugging! ... I don't mind them, but "silencing" them would be helpful/good enough (no clue if this is possible/feasible) I would like to tell you that I've also tested this on the hardware, but it my imx6 got "stolen" by colleagues ;) Two additional questions: - Has anyone tested "egl on fb" (without x11) with this new drivers? (so far I've only tested it with 12.04.01) - How is the gstreamer work progressing? On Thu, November 22, 2012 16:49:33 Otavio Salvador wrote: > Hello, > > This is the third version of the patchset. The segfault seems fixed > and I'd like to ask you to test and comment on them. > > If we don't find new problems from this I'd like to merge this > patchset soon so we reduce the amount of not-merged patches being > handled. This is also going to offer a good base for work in next > integration steps as for example Qt support. > > The the GStreamer codec support is being finished and we'll send it as > another patchset soon. > > Changes for v3: > > * Drop merged patches (firmware-imx, imx-lib, imx-test); > * Rework GPU packaging to include test applications; > * Fix Linux kernel configuration to have GPU module built-in; > > Changes for v2: > > * Fix Vivant Xorg driver to rdepends on Xorg EXA module; > * Minor cleanup in Xorg driver packaging; > > Adrian Alonso (2): > xf86-dri-vivante: Add Vivant DRI driver for Xorg > xf86-video-imxfb-vivante: Add Vivant Xorg driver for iMX SoCs > > Daiane Angolini (1): > linux-imx (3.0.35): Configure GPU module to be builtin > > Otavio Salvador (5): > linux-imx (3.0.35): Move defconfig to mx6 directory > gpu-viv-bin-mx6q: Add Vivant GPU libraries > mesa-dri: Change provided set of libraries when building for iMX6 > xserver-xf86-config: Use Vivant accelerated driver for iMX6 > imx-base: Use xf86-video-imxfb-vivant for iMX6 targets > > conf/machine/include/imx-base.inc | 1 + > .../gpu-viv-bin-mx6q/gpu-viv-bin-mx6q.inc | 144 > ++++++++++++++++++++ .../gpu-viv-bin-mx6q/gpu-viv-bin-mx6q_12.09.01.bb | > 9 ++ > recipes-graphics/mesa/mesa-dri_8.0.4.bbappend | 4 +- > recipes-graphics/mesa/mesa-dri_git.bbappend | 4 +- > .../xorg-driver/xf86-dri-vivante_12.09.01.bb | 31 +++++ > .../Makefile.am-remove-prefixed-include-path.patch | 29 ++++ > .../xf86-video-imxfb-vivante_12.09.01.bb | 27 ++++ > .../xorg-xserver/xserver-xf86-config/mx6/xorg.conf | 8 +- > .../xorg-xserver/xserver-xf86-config_0.1.bbappend | 2 +- > .../linux/linux-imx-3.0.35/{ => mx6}/defconfig | 2 +- > recipes-kernel/linux/linux-imx_3.0.35.bb | 2 +- > 12 files changed, 255 insertions(+), 8 deletions(-) > create mode 100644 recipes-graphics/gpu-viv-bin-mx6q/gpu-viv-bin-mx6q.inc > create mode 100644 > recipes-graphics/gpu-viv-bin-mx6q/gpu-viv-bin-mx6q_12.09.01.bb create mode > 100644 recipes-graphics/xorg-driver/xf86-dri-vivante_12.09.01.bb create > mode 100644 > recipes-graphics/xorg-driver/xf86-video-imxfb-vivante/Makefile.am-remove-pr > efixed-include-path.patch create mode 100644 > recipes-graphics/xorg-driver/xf86-video-imxfb-vivante_12.09.01.bb rename > recipes-kernel/linux/linux-imx-3.0.35/{ => mx6}/defconfig (99%)