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

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" <marcin.k@comcast.net>:
>
> 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/

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

Regards,
Christian