Re: [yocto] [meta-raspberrypi] - X11 EGLSV2 Chromium

2018-07-22 Thread Trevor Woerner
Hi Karim,

Can you please also include the "Build Configuration" block that's printed
at the start of the build? That way we know what layers you're using, and
which branches/commits of those layers.

Best regards,
Trevor
-- 
___
yocto mailing list
yocto@yoctoproject.org
https://lists.yoctoproject.org/listinfo/yocto


[yocto] [meta-raspberrypi] - X11 EGLSV2 Chromium

2018-07-22 Thread Gillani, Karim CITZ:EX
I am new to yocto and I am trying to build Chromium with userland. I am not 
sure what I am missing to have userland build libGLESv2.so, libGLESv2.so.2 and 
libEGL.

All builds great but when I start Chromium, it complains there is no 
libGLESv2.so.2.
I searched for libG* and only the following shows up:
/usr/lib/libGL.so.1.2.0
/usr/lib/libGL.so.1

Can someone let me know what I am missing from my layer.conf?

MACHINE = "raspberrypi3"

GPU_MEM_256 = "128"
GPU_MEM_512 = "196"
GPU_MEM_1024 = "396"
CORE_IMAGE_EXTRA_INSTALL += "chromium-x11"
PACKAGECONFIG_append_pn-chromium-x11 += " use-egl proprietary-codecs"
LICENSE_FLAGS_WHITELIST = " commercial_libav commercial_x264 commercial"
PREFERRED_PROVIDER_virtual/egl = "userland"
PREFERRED_PROVIDER_virtual/libgles2 = "userland"
MACHINE_FEATURES_append += " rpi"
IMAGE_INSTALL_append = " fontconfig kernel-image kernel-devicetree"
IMAGE_FEATURES_append = " ssh-server-dropbear hwcodecs x11"
DISTRO_FEATURES_append += " opengl x11 systemd"
DISTRO_FEATURES_remove = "wayland"
DISTRO_FEATURES_BACKFILL_CONSIDERED = "sysvinit"
VIRTUAL-RUNTIME_init_manager = "systemd"
VIRTUAL-RUNTIME_initscripts = ""

And I am using bitbake core-image-minimal


Thanks in advance..
-- 
___
yocto mailing list
yocto@yoctoproject.org
https://lists.yoctoproject.org/listinfo/yocto


[yocto] Release Candidate Build for yocto-2.6_M2.rc1 now available.

2018-07-22 Thread pokybuild


A release candidate build for yocto-2.6_M2.rc1 is now available at:


https://autobuilder.yocto.io/pub/releases/yocto-2.6_M2.rc1


Please begin QA on this build as soon as possible.


Build hash information: 
meta-intel : 0eac762e3e06d77b10d17a6f0d375c1d7b980e05 
meta-qt4 : 8e791c40140460825956430ba86b6266fdec0a93 
meta-mingw : 46b1bfd8ef26dd9c778504143d4dea2fbe2ce90f 
meta-qt3 : 02f273cba6c25f5cf20cb66d8a417a83772c3179 
meta-gplv2 : d7687d404bbc9ba3f44ec43ea8828d9071033513 
poky : b0f2f690a3513e4c9fa30fee1b8d7ac2d7140657 

\nThis is an automated message from\nThe Yocto Project Autobuilder\nGit: 
git://git.yoctoproject.org/yocto-autobuilder\nEmail: joshua.g.l...@intel.com 
-- 
___
yocto mailing list
yocto@yoctoproject.org
https://lists.yoctoproject.org/listinfo/yocto


Re: [yocto] Regarding build Yocto offline

2018-07-22 Thread S, Karthikeyan
Hi Ross,
  From your reply and from the below link " 
https://wiki.yoctoproject.org/wiki/How_do_I#Non-networked_Builds_and_Cached_Git_Respositories;
I may have to change something in SRC_URI and SRC_REV variable and this will 
work I guess, Please let me know what exactly I have to do. Thanks for 
supporting this issue.

Thanks,
Karthik

-Original Message-
From: Burton, Ross [mailto:ross.bur...@intel.com]
Sent: Monday, July 16, 2018 4:55 PM
To: S, Karthikeyan 
Cc: yocto@yoctoproject.org
Subject: Re: [yocto] Regarding build Yocto offline

That build is not building that recipe, because the recipe you've attached has 
SRC_URI=a local file, but the log clearly shows it going to github.

Assuming you're actually using the original version of the recipe and not the 
edited version you sent, then the problem is that the recipe has 
SRCREV=${AUTOREV}, which means "always go and get the latest revision".  This 
is obviously incompatible with offline builds, so you'll want to replace that 
with a specific SHA to build (as this is an old kernel, the SHA of the branch 
will be sufficient).

Ross

On 16 July 2018 at 12:17, S, Karthikeyan  wrote:
> Hi Ross,
> Sorry, I don’t have log file, I am attaching screenshot here and
> please let me know how to get log files
>
>
> Thanks & Regards,
> Karthik S
>
>
>
> -Original Message-
> From: Burton, Ross [mailto:ross.bur...@intel.com]
> Sent: Monday, July 16, 2018 4:44 PM
> To: S, Karthikeyan 
> Cc: yocto@yoctoproject.org
> Subject: Re: [yocto] Regarding build Yocto offline
>
> Logs, please.
>
> Ross
>
> On 16 July 2018 at 10:45, S, Karthikeyan  wrote:
>> Hi,
>>Thanks a lot for responding my message even in your busy schedule. As for 
>> recipe, it was linux. When I was trying to build entire image 
>> "core-image-base", it was failed with "linux kernel recipe". Please find 
>> attached linux kernel bb files, all other remaining packages were built 
>> successfully.
>>
>> Thanks,
>> Karthik
>>
>> -Original Message-
>> From: Burton, Ross [mailto:ross.bur...@intel.com]
>> Sent: Monday, July 16, 2018 2:57 PM
>> To: S, Karthikeyan 
>> Cc: yocto@yoctoproject.org
>> Subject: Re: [yocto] Regarding build Yocto offline
>>
>> What recipe is failing?  It's most likely to be a recipe which is using a 
>> git tag instead of a git hash in the SRCREV.
>>
>> Ross
>>
>> On 13 July 2018 at 09:58, S, Karthikeyan  wrote:
>>> Greetings,
>>>
>>>  Initially I was able to built with github access, but
>>> our requirement is to build offline(without Internet), I followed
>>> the steps given in
>>> https://urldefense.proofpoint.com/v2/url?u=https-3A__wiki.yoctoproje
>>> c
>>> t
>>> .org_wiki_How-5Fdo-5FI-23Q-3A-5FHow-5Fdo-5FI-5Fcreate-5Fmy-5Fown-5Fs
>>> o
>>> u
>>> rce-5Fdownload-5Fmirror-5F.3F=DwIBaQ=RqOSY-j6o2m72bl3g1aM9A=Yb
>>> S
>>> 5
>>> yltng6sM94fh7KTh4S4VmOewJypeQHV1NtdqqQc=P2cndFe0OX2zyu8XR1B5rdwBTl
>>> b c jdT4XVot9clBO6Y=25mwi0Mp0X78CdeZtKoVzQ0BeTqLR-q4tn1K0xZcpaU=
>>>
>>> I added following lines in conf/local.conf (Git enabled machine)
>>>
>>> SOURCE_MIRROR_URL ?= "file:///source_mirror/sources/"
>>>
>>> INHERIT += "own-mirrors"
>>>
>>>  BB_GENERATE_MIRROR_TARBALLS = "1"
>>>
>>> and copied download directory to network disabled system and added
>>> following in conf/local.conf(network disabled system).
>>>
>>> SOURCE_MIRROR_URL ?= "file:///source_mirror/sources/"
>>>
>>>  INHERIT += "own-mirrors"
>>>
>>>  BB_GENERATE_MIRROR_TARBALLS = "1"
>>>
>>>  BB_NO_NETWORK = "1"
>>>
>>> It was throwing error, saying that "Network is disabled through
>>> BB_NO_NETWORK=1" and build was failed. Please share me the exact
>>> procedure to build yocto offline.
>>>
>>>
>>>
>>>
>>>
>>> Thanks & Regards,
>>>
>>> Karthik S
>>>
>>>
>>>
>>>
>>> 
>>>
>>> The information contained in this message is privileged and intended
>>> only for the recipients named. If the reader is not a representative
>>> of the intended recipient, any review, dissemination or copying of
>>> this message or the information it contains is prohibited. If you
>>> have received this message in error, please immediately notify the
>>> sender, and delete the original message and attachments.
>>>
>>> --
>>> ___
>>> yocto mailing list
>>> yocto@yoctoproject.org
>>> https://urldefense.proofpoint.com/v2/url?u=https-3A__lists.yoctoproj
>>> e
>>> c
>>> t.org_listinfo_yocto=DwIBaQ=RqOSY-j6o2m72bl3g1aM9A=YbS5yltng6s
>>> M
>>> 94fh7KTh4S4VmOewJypeQHV1NtdqqQc=P2cndFe0OX2zyu8XR1B5rdwBTlbcjdT4XV
>>> o t9clBO6Y=u-a0sJKO7HiDC_SADTXL06S-qN7DPan-UYMsYULz_T0=
>>>
>>
>> 
>>
>> The information contained in this message is privileged and intended only 
>> for the recipients named. If the reader is not a representative of the 
>> intended recipient, any review, dissemination or copying of this message or 
>> the information it contains is prohibited. If you have received this message 
>> in error, please