On 12/21/2017 08:43 AM, Richard Purdie wrote:
On Wed, 2017-12-20 at 20:25 -0800, Cruz, Libertad wrote:
Hello All,
Enjoy viewing the full Report for 2.3.3 RC1: https://wiki.yoctoproje
ct.org/wiki/WW51_-_2017-12-20-_Full_Test_Cycle_-_2.3.3_rc1
=== Summary
The QA cycle for release
Hello All,
Enjoy viewing the full Report for 2.4.1 RC1:
https://wiki.yoctoproject.org/wiki/WW51_-_2017-12-21-_Full_Test_Cycle_-_2.4.1_rc1
=== Summary
The QA cycle for release 2.4.1 RC1 is complete. There are 5 new bugs from
which so far none of them are high. QA has 1 concern on
On 22 December 2017 at 02:53, Davis Roman wrote:
>
> Hello,
>
> I'd like to put a vnc server on my target.
>
> My embedded target has an onboard display and runs an application that
> drives the display directly via the framebuffer. ( no xorg onboard )
>
> I would like to use x11vnc ( with the --
Hi Andreas,
On Thu, Dec 21, 2017 at 8:59 PM, Andreas Müller
wrote:
> On Thu, Dec 21, 2017 at 5:08 PM, Andrei Gherzan wrote:
>
>> Hi all,
>>
>> On Thu, Dec 14, 2017 at 12:09 PM, Andreas Müller > > wrote:
>>
>>> On Thu, Dec 14, 2017 at 11:40 AM, Mirza Krak
>>> wrote:
>>>
2017-12-14 9:41 GMT
On Fri, Dec 22, 2017 at 2:25 PM, Andrei Gherzan wrote:
> Hi Andreas,
>
> On Thu, Dec 21, 2017 at 8:59 PM, Andreas Müller
> wrote:
>
>> On Thu, Dec 21, 2017 at 5:08 PM, Andrei Gherzan
>> wrote:
>>
>>> Hi all,
>>>
>>> On Thu, Dec 14, 2017 at 12:09 PM, Andreas Müller <
>>> schnitzelt...@gmail.com>
On Thu, Dec 21, 2017 at 11:32 AM, Fan Zhang wrote:
> Greetings,
>
> I have a recipes that requires 128MB of CMA allocation for DMA. I followed
> the instruction in
> http://www.yoctoproject.org/docs/1.6/kernel-dev/kernel-dev.html#changing-the-configuration
> and did the following:
>
> My recipes s
I have confirmed that no `-pthread` flags are being set for building
python-cryptography.
Running the following:
bitbake python-cryptography -c do_compile
bitbake python-cryptography -c devshell
grep pthread ../temp/run.do_compile
gives no returns.
Also there isn't a mention of it wh
On Fri, Dec 22, 2017 at 2:17 PM, Andreas Müller wrote:
> On Fri, Dec 22, 2017 at 2:25 PM, Andrei Gherzan wrote:
>>
>> Hi Andreas,
>>
>> On Thu, Dec 21, 2017 at 8:59 PM, Andreas Müller
>> wrote:
>>>
>>>
>>> Why not simply one stable kernel with RT-patches applied if user decides
>>> by an option?
I'm trying to add some kernel configuration to a Raspberry pi3 yocto build.
I've got the .cfg fragment being read in, but I'm getting warnings that
indicate that they are not making the desired changes.
The first one is CONFIG_SND_SOC_MAX9768. This is a sound codec and the Kconfig
file has it
On 12/22/2017 3:51 PM, Greg Wilson-Lindberg wrote:
I'm trying to add some kernel configuration to a Raspberry pi3 yocto
build. I've got the .cfg fragment being read in, but I'm getting
warnings that indicate that they are not making the desired changes.
The first one is CONFIG_SND_SOC_MAX9
Hi Bruce,
First, thanks for the unbelievably quick response.
I searched the Yocto sources and didn't find anything that was trying to
manipulate either of the variables except my .cfg.
The memuconfig search for MAX9768 results in:
Symbol: SND_SOC_MAX9768 [=n]
Type : tristate
Defined a
On Fri, Dec 22, 2017 at 7:57 PM, Paul Barker wrote:
> On Fri, Dec 22, 2017 at 2:17 PM, Andreas Müller
> wrote:
> > On Fri, Dec 22, 2017 at 2:25 PM, Andrei Gherzan
> wrote:
> >>
> >> Hi Andreas,
> >>
> >> On Thu, Dec 21, 2017 at 8:59 PM, Andreas Müller <
> schnitzelt...@gmail.com>
> >> wrote:
>
org.eclipse.tm.terminal* are now available on MAIN_SITE
Signed-off-by: Tim Orling
---
scripts/setup.sh | 32
1 file changed, 16 insertions(+), 16 deletions(-)
diff --git a/scripts/setup.sh b/scripts/setup.sh
index 0764021b66c..4f7dc2b0a78 100755
--- a/scripts/se
My hunch (not tested) is that the recipe needs -pthread added to LDSHARED:
http://git.yoctoproject.org/cgit/cgit.cgi/poky/tree/meta/classes/distutils.bbclass#n82
So try a python3-cryptography_%.bbappend file with “export
LDSHARED="${CCLD} -shared -pthread” in your own layer
Or try adding that lin
Also fixed some white space errors...
On Fri, Dec 22, 2017 at 6:27 PM Tim Orling
wrote:
> org.eclipse.tm.terminal* are now available on MAIN_SITE
>
> Signed-off-by: Tim Orling
> ---
> scripts/setup.sh | 32
> 1 file changed, 16 insertions(+), 16 deletions(-)
>
15 matches
Mail list logo