From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-ea0-f174.google.com (mail-ea0-f174.google.com [209.85.215.174]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id 5D6B0E013CB for ; Wed, 10 Jul 2013 03:38:57 -0700 (PDT) Received: by mail-ea0-f174.google.com with SMTP id o10so4820236eaj.33 for ; Wed, 10 Jul 2013 03:38:57 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=from:to:cc:subject:date:message-id:organization:user-agent :in-reply-to:references:mime-version:content-transfer-encoding :content-type:x-gm-message-state; bh=isXMnp4mXKL7/RjOp/9Uvwo8rmW6KaUdo1JLxo/v+MQ=; b=Pwz9/eufUX7u4BWImvxuP96zsXQ5Jb7w05wmqCaM4wjO7C2KwngbI0uUyiQZBMVTS5 h9W56FJEzb64iDDD2I+iLwYeIsUKNAXqvp+P40ckTlyCRRxriwOP9HkXWwHjl0MZlYoi f5WqcEuVYkGoK91MZ6oOu2HUnfAajddJJN18SUF9MuW+hXTq0MNesHt792EJgaIGBe20 KwWxQSK9sss3GTrlpUed3HR98E8lt6O5fJzVxR6NdvppXFCCEcpGmcfyvNvD2sfst7fj GLWahF4utCmmJdPsOcqOcfN5jYaJUqHSa5KalJNvd69URO9R1Wf8XZQlr2lQaey4g1RP wqiA== X-Received: by 10.15.42.72 with SMTP id t48mr35420616eev.105.1373452736876; Wed, 10 Jul 2013 03:38:56 -0700 (PDT) Received: from rudolf.localnet (ppp-82-135-84-132.dynamic.mnet-online.de. [82.135.84.132]) by mx.google.com with ESMTPSA id n45sm58955433eew.1.2013.07.10.03.38.56 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Wed, 10 Jul 2013 03:38:56 -0700 (PDT) From: Thomas Senyk To: "Ahsan, Noor" Date: Wed, 10 Jul 2013 12:38:33 +0200 Message-ID: <4227229.FU8GTJhYOQ@rudolf> Organization: Pelagicore AG User-Agent: KMail/4.10.4 (Linux/3.9.8-1-ARCH; KDE/4.10.4; x86_64; ; ) In-Reply-To: <365E1805BC95084CBE82381A0B869994DE4D4969@EU-MBX-01.mgc.mentorg.com> References: <365E1805BC95084CBE82381A0B869994DE4D47B0@EU-MBX-01.mgc.mentorg.com> <1737385.BP1fVRqgRC@rudolf> <365E1805BC95084CBE82381A0B869994DE4D4969@EU-MBX-01.mgc.mentorg.com> MIME-Version: 1.0 X-Gm-Message-State: ALoCoQnVc1wqiAmUNtaWopFUG1JiTyjAuSNR5AEG7b3saNw7TRaXAEF4YzP1556yLz38aOxIf/RM Cc: "meta-freescale@yoctoproject.org" , "Potnis, Abhijit" Subject: Re: wayland enabled gpu-viv 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: Wed, 10 Jul 2013 10:39:00 -0000 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" On Wednesday, 10 July, 2013 9:28:06 Ahsan, Noor wrote: > So you have modified same gpu-viv recipe that is available in meta-fal-arm > or created the new one. I am interested to know couple of things here. > First is why gpu-viv recipe is removing wayland specific things. See > following > > # FIXME: Remove Wayland contents > rm -r ${D}${includedir}/wayland-viv > find ${D}${libdir} -name '*-wl.so' -exec rm '{}' ';' > rm ${D}${libdir}/*wayland*.so* > > so it looks that we can't add wayland stuff in the same recipe or I am > interpreting something wrong here. Can't we add wayland stuff in the same > recipe just like we have other stuff for x11 and directfb. I agree, we should have everything in one recipe. My best guess why someone removes it: He didn't know what else to do with it, and then it's good practice to remove 'unless stufff' within recipes. So solving the 'FIXME' would mean: remove all the 'rm' and move them accordingly (remove them only if wayland is not in DISTRO_FEATURES and deploy them otherwise) > Secondly I see > gpu-viv-bin-mx6q-3.0.035-4.0.0.bin and gpu-viv-wl-bin-mx6q-3.0.35-4.0.0.bin > at http://download.ossystems.com.br/bsp/freescale/source/. I compared both > bin file contents are same so why we have separated it out. No clue. Anyone from freescale a comment? > > Noor > > -----Original Message----- > From: Thomas Senyk [mailto:thomas.senyk@pelagicore.com] > Sent: Wednesday, July 10, 2013 2:15 PM > To: meta-freescale@yoctoproject.org > Cc: Ahsan, Noor; Potnis, Abhijit > Subject: Re: [meta-freescale] wayland enabled gpu-viv > > On Wednesday, 10 July, 2013 7:16:29 Ahsan, Noor wrote: > > Hello, > > > > We are working on wayland support on saberlite. I saw that > > meta-fsl-arm layer does not have wayland enabled gpu-viv recipes. May > > I know what is the plan regarding that? > > I'm currently overloaded with my imx6-vpu work, but in general I would be > interested in this as well. > > What's already there: > - The drivers releases already include the wayland part > - If one enables wayland as DISTRO_FEATURE and/or installs it, the protocol > part is also done. > > What's missing: > - within the gpu recipe: > the same code existing for x, fb and dfb needs to be added for wayland. > - this will include: > pkgconfig files: wayland-egl.pc (which is likely to be a copy of egl.pc) > ... most likely more then that but I can't recall what else is missing. > > > So far I've only done this 'manually' by fiddling around with the sysroot > and rootfs ... I hadn't had the time to test a proper recipe way of > creating everything. Anyway If you need help, let me know. > > > Noor > > > > Noor Ahsan | Engineering Manager Mentor Embedded Linux Mentor > > Embedded(tm) |5-6-7-8th floors 105 > > B2 Gulberg III, Ali Tower MM Alam Road, Lahore P +92 42 36099196 | M > > +92 300 4448444 > > Nucleus(r) | > > Linux(r) | > > Android(tm) | > > Services | > > UI | > > Multi-OS > > > > Android is a trademark of Google Inc. Use of this trademark is subject > > to Google Permissions. Linux is the registered trademark of Linus > > Torvalds in the U.S. and other countries.