Re: [yocto] RDEPENDS and do_rootfs

2019-01-30 Thread Hopp, Denis
Hi Darcy,

I cannot assure you of that specific case but to my understanding you could 
find out with the taskexp:

bitbake -g -u taskexp 
There you will have a graphical interface to explore your package dependencies 
and which task will be executed before another. Hope that helps.



Greetings, Denis



 Hi,



 Can someone knowledgeable with the inner workings of the build system 
please confirm...



 IF package B has RDEPENDS on package A



 THEN during do_rootfs task, package A will always be installed into 
rootfs first AND the post-inst scripts of package A will always be run prior to 
those for package B.



 Also, if that can be confirmed for 'daisy' branch, that would really 
be helpful.  If not, then please mention as far back the branch that you know 
for sure.  Thanks!







 --





 Regards,



 Darcy



 --

 ___

 yocto mailing list

 yocto@yoctoproject.org<mailto:yocto@yoctoproject.org>

 https://lists.yoctoproject.org/listinfo/yocto

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


Re: [yocto] [YP Core] Thud moved out of active releases

2019-01-29 Thread Hopp, Denis
Hi Scott,

thanks for the verification, I will believe it just went there unintended, 
then. 2.6.1 is not far, anyways. From yesterdays key notes:
"•  YP 2.6.1 should release this week. The transition to automated QA is 
raising some questions about test results but we’re working through those."

> On Tuesday, 29. Jan 2019 at 18:53 by Scott Rifenbark 
> Denis, 
> 
> I don't understand this myself.  I don't believe 2.6.1 has released just yet. 
>  I have symlinks set such that the "current" documentation points to "2.6" so 
> any URL for a manual such as 
> https://yoctoproject.org/docs/current/ref-manual/ref-manual.html resolves to 
> the "2.6" manual.  
> 
> Scott
>> On Mon, Jan 28, 2019 at 10:33 PM Hopp, Denis 
>> <mailto:denis.h...@vaillant-group.com> wrote:
>> Hello all,
>> 
>> is it intended that the thud release 2.6 documents overview went 
>> into archived documents? I can't find any news about it and thud is
>> still promoted as latest release on the frontpage.
>> (https://www.yoctoproject.org/)
>> Or is this standard procedure and 2.6.1 will follow shortly?
>> 
>> Greetings


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


[yocto] [YP Core] Thud moved out of active releases

2019-01-28 Thread Hopp, Denis
Hello all,

is it intended that the thud release 2.6 documents overview went 
into archived documents? I can't find any news about it and thud is
still promoted as latest release on the frontpage.
(https://www.yoctoproject.org/)
Or is this standard procedure and 2.6.1 will follow shortly?

Greetings


smime.p7s
Description: S/MIME cryptographic signature
-- 
___
yocto mailing list
yocto@yoctoproject.org
https://lists.yoctoproject.org/listinfo/yocto


[yocto] How to create img file from a working machine

2018-05-16 Thread Denis
Hi. This is my first experience with Yocto.
After having create a working machine this is the machine file list

*bzImage* 
*bzImage-qemux86.bin* 
*core-image-minimal-qemux86-20180515141056.rootfs.tar.bz2* 
*core-image-minimal-qemux86.ext4* 
*core-image-minimal-qemux86.manifest* 
*core-image-minimal-qemux86.qemuboot.conf* 
*core-image-minimal-qemux86.tar.bz2* 
*core-image-minimal-qemux86.testdata.json* 
*core-image-sato-qemux86-20180515175948.rootfs.tar.bz2* 
*core-image-sato-qemux86.ext4* 
*core-image-sato-qemux86.manifest* 
*core-image-sato-qemux86.qemuboot.conf* 
*core-image-sato-qemux86.tar.bz2* 
*core-image-sato-qemux86.testdata.json* 
*modules--4.14.30+git0+ea9330894e_74f6cd2b69-r0-qemux86-20180515055407.tgz* 
*modules-qemux86.tgz*


Now how can I create a img file? I have searched on the web but I have found 
nothing.

Regards.



+39.347.4070897
www.labcsp.com[1] 
www.denisgottardello.it[2] 
GMT+1
Skype: mrdebug


[1] http://www.labcsp.com
[2] http://www.denisgottardello.it
-- 
___
yocto mailing list
yocto@yoctoproject.org
https://lists.yoctoproject.org/listinfo/yocto


[yocto] How to create a build for ARM Cortex-A8, S5PV210

2018-05-08 Thread Denis
Hi. I'm new to yocto. So I have followed a tutorial and now I have crewated my 
first yocto 
distro for i386.
Now I need to create a build for my device. It is a Samsung S5PV210 device, 
Cortex A8.
Here there is a description
http://www.friendlyarm.net/products/mini210

Can someone suggest me how to setup the yocto build for this target?

Regards.


+39.347.4070897
www.labcsp.com[1] 
www.denisgottardello.it[2] 
GMT+1
Skype: mrdebug


[1] http://www.labcsp.com
[2] http://www.denisgottardello.it
-- 
___
yocto mailing list
yocto@yoctoproject.org
https://lists.yoctoproject.org/listinfo/yocto


[yocto] [bitbake-devel] Clone RSA key secured, password protected git repository

2015-08-08 Thread Denis Sazhaev
Hello,

There's a project I'm trying to pull in the recipe located on our private 
server.
Repository requires an RSA key as well as a password in order to pull files 
from it.

I'm not sure how to provide a password for the respository that's required for 
authentication.

Currently my format is as follows:
SRC_URI =  
git://git@servername:/opt/git/repo.git;branch=myBranch;protocol=ssh;user=git:password

I have also tried
SRC_URI =  
git://git:password@servername:/opt/git/repo.git;branch=myBranch;protocol=ssh

With no success.
Does bitbake support publickey + password authentication?
Is the format correct?

The message I'm getting is Permission denied (publickey,password).

I've ran git clone command manually and it's working properly. My best guess is 
that either my SRC_URI format is incorrect or bitbake does not support RSA key 
+ password combination.


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


Re: [yocto] bash tab completion not working

2014-10-26 Thread Denis Laroche
2014-10-26 17:59 GMT-04:00 Burton, Ross ross.bur...@intel.com:

 On 26 October 2014 21:41, Denis Laroche dlaroc...@gmail.com wrote:

 I also added the layer to the build/conf/bblayers.conf file. Alas,
 after rebuilding bash it still doesn't have a dependency on readline
 and tab completion still doesn't work.

 Would someone have a suggestion?


 Did you check the configure log to verify that bash was actually enabling
 readline, and if not then it hopefully says why.

 Ross

Thanks for the reply. Yes I see the log of configure that readline is enabled:

config.status: creating lib/readline/Makefile

What's interesting is the binary I built is much bigger than the
original (2963751 vs 847044 bytes). Looking at the log of the compile,
I can see that readline is built and is linked statically, which would
explain the bigger size of the executable and why ldd doesn't report
it.

But the end result is still the same.
-- 
___
yocto mailing list
yocto@yoctoproject.org
https://lists.yoctoproject.org/listinfo/yocto


Re: [linux-yocto] cpufrequtils: no driver found for this CPU

2014-10-23 Thread Denis Laroche
2014-10-22 7:06 GMT-04:00 Peter A. Bigot p...@pabigot.com:
 On 10/21/2014 06:48 PM, Nikolay Dimitrov wrote:

 Hi Denis,

 On 10/22/2014 02:10 AM, Denis Laroche wrote:

 After posting it crossed my mind to look at /proc/config.gz of the Debian
 kernel and I was then able to make it work. I added the THERMAL
 configuration variables you posted — thanks!

 There’s a difference though in the available frequencies. On the Debian
 kernel they go from 300 MHz to 1 GHz, where as with the yocto kernel they go
 from 275 MHz to 720 MHz. Those are probably the frequencies of the original
 BeagleBone.


 Please take a look at your board .dts file and find the node
 cpus/cpu@0/operating-points, where the frequencies/voltages are listed.


 Full discussion of this subject references board revisions and two
 techniques to set the operating points (TI does it in code, but it can also
 be done in DTS).  See details at
 https://lists.yoctoproject.org/pipermail/meta-ti/2014-September/005148.html
 and related postings.

 Peter
 --
 ___
 linux-yocto mailing list
 linux-yocto@yoctoproject.org
 https://lists.yoctoproject.org/listinfo/linux-yocto

I rebuilt the yocto kernel with the meta-yocto-bone layer, and the
range of frequencies is now the same as the Debian kernel. Thanks
again.

--
D. Laroche
-- 
___
linux-yocto mailing list
linux-yocto@yoctoproject.org
https://lists.yoctoproject.org/listinfo/linux-yocto


Re: [linux-yocto] cpufrequtils: no driver found for this CPU

2014-10-21 Thread Denis Laroche
After posting it crossed my mind to look at /proc/config.gz of the Debian 
kernel and I was then able to make it work. I added the THERMAL configuration 
variables you posted — thanks!

There’s a difference though in the available frequencies. On the Debian kernel 
they go from 300 MHz to 1 GHz, where as with the yocto kernel they go from 275 
MHz to 720 MHz. Those are probably the frequencies of the original BeagleBone.


-- 
___
linux-yocto mailing list
linux-yocto@yoctoproject.org
https://lists.yoctoproject.org/listinfo/linux-yocto