From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by yocto-www.yoctoproject.org (Postfix, from userid 118) id 800B7E00B88; Sat, 30 Jan 2016 21:47:11 -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, HTML_MESSAGE, 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.34 listed in list.dnswl.org] * -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% * [score: 0.0000] * 0.0 HTML_MESSAGE BODY: HTML included in message * -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-02v.sys.comcast.net (resqmta-ch2-02v.sys.comcast.net [69.252.207.34]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id 1FBA2E00B5C for ; Sat, 30 Jan 2016 21:47:04 -0800 (PST) Received: from resomta-ch2-18v.sys.comcast.net ([69.252.207.114]) by resqmta-ch2-02v.sys.comcast.net with comcast id CVn31s0082Udklx01Vn3Ll; Sun, 31 Jan 2016 05:47:03 +0000 Received: from linux.localnet ([76.29.95.128]) by resomta-ch2-18v.sys.comcast.net with comcast id CVn21s00K2mAukU01Vn3TS; Sun, 31 Jan 2016 05:47:03 +0000 From: Marcin To: meta-freescale Date: Sat, 30 Jan 2016 23:47 -0600 Message-ID: <2363648.zrZzysCF20@linux> User-Agent: KMail/4.13.3 (Linux/3.19.0-47-generic; KDE/4.13.3; x86_64; ; ) In-Reply-To: <1600812.JF34xN8mVL@linux> References: <6157252.koJxiLtBsG@linux> <1600812.JF34xN8mVL@linux> MIME-Version: 1.0 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=comcast.net; s=q20140121; t=1454219223; bh=9LYVIchAXMtVGeEYga6CZY4gc2xocXShWqC5mrffJxo=; h=Received:Received:From:To:Reply-To:Subject:Date:Message-ID: MIME-Version:Content-Type; b=plJc9pHG0zMswe/hGoZUKTKn+io6H/NoxsE2wcuxV+7DJyvithKYVqDErHJONOGcK s3EH5O2lKNtcb8mXsLzNBjafGKd8V+zmO524acdqJd7/jzuw/alZSyf3qnBjliWZYy Sg31JBOE4uWzCYxap35q+HYyLl5KnRd4LKUOO9SfErRIS++fdz2cMwJMeTyQT5vlq2 i6CUM1WKhwCBLlJgGeGrIkEFeuj0b1fGqbjIwZ9yI+Dnw76MtEKtmlz0SlNtsnE59H Fx65WZsIUN+nhSqiwaYuyxLgYLRuR9SiGBreU3+C0/Z9VY4YCw9/ywhBnHQYH4JV9D 8X9ZXS8Xbekbg== Subject: Re: Jethro Qt5.5 does not build without X11 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: Sun, 31 Jan 2016 05:47:11 -0000 Content-Type: multipart/alternative; boundary="nextPart4869308.9pQp3hzXBd" Content-Transfer-Encoding: 7Bit --nextPart4869308.9pQp3hzXBd Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="iso-8859-1" Here is my build configuration. Not quite sure why there appears word "HEAD" in place of jethro. Build Configuration: BB_VERSION = "1.28.0" BUILD_SYS = "x86_64-linux" NATIVELSBSTRING = "Ubuntu-14.04" TARGET_SYS = "arm-poky-linux-gnueabi" MACHINE = "wandboard" DISTRO = "poky" DISTRO_VERSION = "2.0.1" TUNE_FEATURES = "arm armv7a vfp thumb neon callconvention-hard cortexa9" TARGET_FPU = "vfp-neon" meta meta-yocto = "HEAD:b9ad87b18fd7a664b8d5e385ffb09496c679036c" meta-oe meta-multimedia = "HEAD:ad6133a2e95f4b83b6b3ea413598e2cd5fb3fd90" meta-fsl-arm = "HEAD:35b8b9bd9863de208ab60e33b55f10ee43e2619b" meta-fsl-arm-extra = "HEAD:89efc7fd04a4201427c8111ce016cbf8e5464f8a" meta-fsl-demos = "HEAD:2231e946e7a94d096394f2b2477e8184c9bbde7b" meta-qt5 = "jethro:d5536e34ec985c82b621448ab4325e5cbba38560" meta-ruby meta-multimedia = "HEAD:ad6133a2e95f4b83b6b3ea413598e2cd5fb3fd90" I built everything from scratch in new folder using Jethro. As far as I know there are two instances where I selected Jethro: 1) repo init -u https://github.com/Freescale/fsl-community-bsp-platform -b jethro 2) git clone -b jethro https://github.com/meta-qt5/meta-qt5.git[1] I am not sure where else I could verify that all Jethro was selected for all layers (Again sorry for lack of experience) I have attached my local.conf (yes, that should have been done in the first email) Regards, Marcin Hi,Am 30.01.2016 6:25 vorm. schrieb "Marcin" :>> I removed the tmp folder and bitbaked it again, but the same error showed up. Keeps complaining about libXrandr.so.2.>> >> Computing transaction...error: Can't install fsl-gpu-sdk-2.1-r0@cortexa9hf_vfp_neon_mx6qdl: no package provides libXrandr.so.2>> >> See the original email for more detail and error log.>> >> No issues when building with X11.That's strange I successfully build Qt5.5 meta-qt (jethro) with UDOO Board. See the post how to set-up on UDOO forum: http://udoo.org/forum/index.php?threads/2965/[3] So could you please double check you've selected Jethro for all layers and maybe post your local.conf Regards,Christian -------- [1] https://github.com/meta-qt5/meta-qt5.git [2] mailto:marcin.k@comcast.net [3] http://udoo.org/forum/index.php?threads/2965/ --nextPart4869308.9pQp3hzXBd Content-Transfer-Encoding: quoted-printable Content-Type: text/html; charset="iso-8859-1"

Her= e is my build configuration. Not quite sure why there appears word &quo= t;HEAD" in place of jethro.

 

Build Configuration:

BB_VERSION =3D "1.= 28.0"

BUILD_SYS =3D "x8= 6_64-linux"

NATIVELSBSTRING =3D "Ub= untu-14.04"

TARGET_SYS =3D "ar= m-poky-linux-gnueabi"

MACHINE =3D "wa= ndboard"

DISTRO =3D "po= ky"

DISTRO_VERSION =3D "2.= 0.1"

TUNE_FEATURES =3D "ar= m armv7a vfp thumb neon callconvention-hard cortexa9"

TARGET_FPU =3D "vf= p-neon"

meta

meta-yocto =3D "HE= AD:b9ad87b18fd7a664b8d5e385ffb09496c679036c"

meta-oe

meta-multimedia =3D "HE= AD:ad6133a2e95f4b83b6b3ea413598e2cd5fb3fd90"

meta-fsl-arm =3D "HE= AD:35b8b9bd9863de208ab60e33b55f10ee43e2619b"

meta-fsl-arm-extra =3D "H= EAD:89efc7fd04a4201427c8111ce016cbf8e5464f8a"

meta-fsl-demos =3D "HE= AD:2231e946e7a94d096394f2b2477e8184c9bbde7b"

meta-qt5 =3D "je= thro:d5536e34ec985c82b621448ab4325e5cbba38560"

meta-ruby

meta-multimedia =3D "HE= AD:ad6133a2e95f4b83b6b3ea413598e2cd5fb3fd90"




= I built everything from scratch in new folder using Jethro. As far as I= know there are two instances where I selected Jethro:

1= ) repo init -u https://github.com/Freescale/fsl-community-bsp-platform = -b jethro

2= ) git clone -b jeth= ro https://github.com/meta-qt5/meta-qt5.git

I= am not sure where else I could verify that all Jethro was selected for= all layers (Again sorry for lack of experience)

 

I= have attached my local.conf (yes, that should have been done in the fi= rst email)

 

R= egards,

 

M= arcin

Hi,
Am 30.01.2016 6:25 vorm. schrieb "Marcin" <marcin.k@comcast.net>:
><= br />> I removed the tmp folder and bitbaked it again, but the same = error showed up. Keeps complaining about libXrandr.so.2.
>
> =A0
>
> Computing transaction...error: Can't inst= all fsl-gpu-sdk-2.1-r0@cortexa9hf_vfp_neon_mx6qdl: no package provides = libXrandr.so.2
>
> =A0
>
> See the orig= inal email for more detail and error log.
>
> =A0
= >
> No issues when building with X11.
That's strange I = successfully build Qt5.5 meta-qt (jethro) with UDOO Board.
See th= e post how to set-up on UDOO forum:

http://udoo.org/forum/ind= ex.php?threads/2965/

So could you please double check you've selected Jethro for all layers= and maybe post your local.conf

Regards,
Christian

 


--nextPart4869308.9pQp3hzXBd--