From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-pb0-f46.google.com (mail-pb0-f46.google.com [209.85.160.46]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id DE469E0044E for ; Mon, 29 Jul 2013 13:12:50 -0700 (PDT) Received: by mail-pb0-f46.google.com with SMTP id rq2so1360463pbb.19 for ; Mon, 29 Jul 2013 13:12:50 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=message-id:date:from:user-agent:mime-version:to:cc:subject :references:in-reply-to:content-type:content-transfer-encoding :x-gm-message-state; bh=3Piy4ftexA398tf9LidSrRhvOa2fKs3Ibv6/bI0Jl9s=; b=hDpn/8mck+DgJ9lA//+v9eaP4usKLeHXePVJRJnXqz7mAUxRDBhvRgAgl5uJyczS8d Jlzao9JDtSUbU/iyW/u7hZ8MtQqkwRsrBuw7lZsJYKsfbfNRqh8m0xqLkOy30/ujAfuI juf7BlxAkaFLVqsI0QEH8Q4a/YgVyaNDBDxEELhtVDrnDBSdrjpzRNyqAKPbTT169NAF Ww4d7J7q20cCFE41FuRUcufA0yTekrekL6egZY74Kt6GzpFSR/etVLKzwDlxozY65fHk o0e0IPPv+cPSMpJfwObTW6yBY9GdZi5jKi0cFNjV73Tw3ihlkpJBz2E36bggWhLlskSi viWw== X-Received: by 10.66.139.193 with SMTP id ra1mr45204663pab.70.1375128770105; Mon, 29 Jul 2013 13:12:50 -0700 (PDT) Received: from [192.168.1.101] ([70.96.116.236]) by mx.google.com with ESMTPSA id lk9sm22578718pab.2.2013.07.29.13.12.47 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Mon, 29 Jul 2013 13:12:49 -0700 (PDT) Message-ID: <51F6CCBE.5060900@boundarydevices.com> Date: Mon, 29 Jul 2013 13:12:46 -0700 From: Eric Nelson User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130623 Thunderbird/17.0.7 MIME-Version: 1.0 To: Otavio Salvador References: <51F5ACD3.8000505@boundarydevices.com> <51F6856A.6080702@boundarydevices.com> <51F6C891.4090205@boundarydevices.com> In-Reply-To: X-Gm-Message-State: ALoCoQnZI46viCHAsDfK1JvZhKpMhdUOE0C6r2kIZ92ePYGuAn4kjeRM+XCiQCExrsToZAEtzEl8 Cc: "meta-freescale@yoctoproject.org" Subject: Re: RFC regarding glimagesink 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, 29 Jul 2013 20:12:52 -0000 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit On 07/29/2013 01:06 PM, Otavio Salvador wrote: > On Mon, Jul 29, 2013 at 4:54 PM, Eric Nelson > wrote: >> Hi Rogerio, >> >> >> On 07/29/2013 12:29 PM, Rogerio Nunes wrote: >>> >>> My apologies, Eric. >>> >>> I misread your email the first time. >>> >>> I'm trying a clean build now with master-next, but I'm having dependency >>> issues. >>> As soon as I fix this I'll look into glimagesink. >>> >> I had some dependency issues as well, and I had to revert >> Abhijit's wayland patch (78936c1994cb2db102bd200123be976a7c051b98) >> to get past them. >> >> For some reason, with that patch, I was seeing the wayland version >> of some libraries, so configure failed on gst-plugins-gl. > > You need to build the system without x11 and wayland distro features; > it should fix the issue. > I tried figuring out where/how DISTRO_FEATURES gets set, but kinda got lost in the structure. Does something need to be defined to prevent Wayland from leaking into the image? I certainly didn't **ask** for it... I'm still quite the n00b, but don't see anything in my image file: IMAGE_FEATURES += "splash package-management ssh-server-openssh" # In case we have X11 enabled, provide a working session for use IMAGE_FEATURES += "${@base_contains("DISTRO_FEATURES", "x11", "x11-base", "", d)}" LICENSE = "MIT" inherit core-image CORE_IMAGE_EXTRA_INSTALL += " \ gpu-viv-bin-mx6q \ packagegroup-fsl-gstreamer \ i2c-tools \ iperf \ strace \ net-tools \ psmisc \ "