From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by yocto-www.yoctoproject.org (Postfix, from userid 118) id 945C8E00D14; Fri, 5 Feb 2016 07:55:48 -0800 (PST) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on yocto-www.yoctoproject.org X-Spam-Level: X-Spam-Status: No, score=-2.0 required=5.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, FREEMAIL_FROM, RCVD_IN_DNSWL_NONE autolearn=ham version=3.3.1 X-Spam-HAM-Report: * 0.0 FREEMAIL_FROM Sender email is commonly abused enduser mail provider * (marcin.k[at]comcast.net) * -0.0 RCVD_IN_DNSWL_NONE RBL: Sender listed at http://www.dnswl.org/, no * trust * [69.252.207.33 listed in list.dnswl.org] * -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% * [score: 0.0000] * -0.1 DKIM_VALID_AU Message has a valid DKIM or DK signature from author's * domain * 0.1 DKIM_SIGNED Message has a DKIM or DK signature, not necessarily * valid * -0.1 DKIM_VALID Message has at least one valid DKIM or DK signature Received: from resqmta-ch2-01v.sys.comcast.net (resqmta-ch2-01v.sys.comcast.net [69.252.207.33]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id DA1EAE00D01 for ; Fri, 5 Feb 2016 07:55:47 -0800 (PST) Received: from resomta-ch2-04v.sys.comcast.net ([69.252.207.100]) by resqmta-ch2-01v.sys.comcast.net with comcast id EfvZ1s00L2AWL2D01fvmbA; Fri, 05 Feb 2016 15:55:46 +0000 Received: from linux.localnet ([76.29.95.128]) by resomta-ch2-04v.sys.comcast.net with comcast id Efvm1s00Q2mAukU01fvmSr; Fri, 05 Feb 2016 15:55:46 +0000 From: Marcin To: meta-freescale@yoctoproject.org Date: Fri, 05 Feb 2016 09:55:44 -0600 Message-ID: <33851858.bUzNt6ZMzd@linux> User-Agent: KMail/4.13.3 (Linux/3.19.0-47-generic; KDE/4.13.3; x86_64; ; ) MIME-Version: 1.0 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=comcast.net; s=q20140121; t=1454687746; bh=wplO15mKubyhUedLuG0jRcXuU5/22vHaYCGYw3u7U6I=; h=Received:Received:From:To:Reply-To:Subject:Date:Message-ID: MIME-Version:Content-Type; b=CERxFO2sZ7kF6qsHG8SCdtF5MRLeMc4IYkDW1/5eNA6m9/mx0d3KF+eJjPtJEmIpx e1RIR44AhAuENjOFaqE4vLlhbuyHe/Aarg4ugf9UoIwA4IX7i4S71dUCxxuRLeVRcy 4buFQlu7odG7DJy6ZwWeh2w22WYjFftDiUWmjiMAeSIensbWWJFbUVxjIkcPsf9fxz dzUh5vQQXf/Za+6BC1yaDH1w1oQ9Cbra2B0PQ9ArrEGS6ud7J7mGl7wpGifuLF26hZ Nwx88EG2TITIofbi3fVFg/68/rtIYBoT1hN0GpEodJoWRy/5Gf9vsdy/WDGET9v//U szneF8p7rFzeg== Subject: Building Qt5 Jethro on Wandboard X-BeenThere: meta-freescale@yoctoproject.org X-Mailman-Version: 2.1.13 Precedence: list Reply-To: marcin.k@comcast.net 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: Fri, 05 Feb 2016 15:55:48 -0000 Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" I finally successfully built the image with Qt5 Jethro on wand board. P= reviously I had issues with removing X11 which I cannot explain, but af= ter starting from scratch I did this. Followed tutorials: http://wiki.wandboard.org/Getting_started_with_Yocto_on_Wandboard http://wiki.wandboard.org/Building_Qt5_using_yocto_on_Wandboard 1) first built core-image-minimal 2) added meta-qt5 updated bblayers.conf and rebuilt core-image-minimal 3) built fsl-image-multimedia-full 4) added packages in local.conf and rebuilt --> here I got errors with = the following packages: packagegroup-fsl-gstreamer \ =E2=86=92 changed to packagegroup-fsl-gstr= eamer1.0 \ qtbase-examples \ =E2=86=92 removed qtdeclarative-examples \ =E2=86=92 removed qtmultimedia-examples \ =E2=86=92 removed qt3d-tools \ =E2=86=92 removed alsa-utils-alsaconf \ =E2=86=92 removed qtquickcontrols-qmlplugins \ =E2=86=92 removed ( I need this!) Most of the above failed with "not found in the base feeds" Nothing RPROVIDES 'alsa-utils-alsaconf'=20 Build finished OK once I removed the above and made the obvious change = to gstreamer. I have two questions:=20 1) I would appreciate if someone could shine some light on why these ar= e missing 2) qtquickcontrols-qmlplugins is a bit of problem because it contains Q= tQuick.Layouts which I need for my application Thanks Marcin