[yocto] base-files: /etc/profile profile.d execution order

2014-08-07 Thread Jate S
I am trying to use a file in profile.d to override the default umask in /etc/profile. However, the umask line in /etc/profile comes after the code which sources profile.d files. I suggest moving the umask line and the exports to before the profile.d code. --

Re: [yocto] change in base-files recipe does not trigger rebuild

2014-07-28 Thread Jate S
at 2:21 PM, Jate S jate...@gmail.com wrote: base-files_3.0.14.bbappend: FILESEXTRAPATHS_prepend := ${THISDIR}/base-files: PR := ${PR}.0 Here's output from the tree command. recipes-core/base-files/ |-- base-files | `-- profile `-- base-files_3.0.14.bbappend 1 directory, 2 files

[yocto] change in base-files recipe does not trigger rebuild

2014-07-25 Thread Jate S
when bitbaking the image, but does not regenerate the image. Doing a clean of the image before bitbaking it installs the new base-files. Should the image be rebuilt automatically after changing base-files? - Jate S. -- ___ yocto mailing list yocto

Re: [yocto] change in base-files recipe does not trigger rebuild

2014-07-25 Thread Jate S
...@gmail.com wrote: On Fri, Jul 25, 2014 at 9:10 AM, Jate S jate...@gmail.com wrote: I'm on dora. I am using a different /etc/profile for base-files via a bbappend. Subsequent builds of my image does not add the new base-files package as I think it should. Running bitbake of my image after

Re: [yocto] python tkinter dependencies

2014-07-10 Thread Jate S
. And how. The tcl recipe is in oe-core, but not tk. I'm not yet sure why this is. Does anybody know? - Jate S. On Wed, Jul 2, 2014 at 1:51 AM, Jens Lucius jensluc...@freenet.de wrote: Hi It worked for me in my build env after trying several things. I did setup a new yocto some while ago

[yocto] python tkinter dependencies

2014-07-01 Thread Jate S
not work and was never built. I'm looking for tips to figure out what is going on. Thanks. - Jate S. -- ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto

Re: [yocto] [PATCH 3/3] PublishArtifacts: add md5sums artifact

2014-06-06 Thread Jate S
= command After seeing this patch, I wonder if this should be applied to PublishArtifacts now. - Jate S. On Tue, Jun 3, 2014 at 9:03 PM, Lynn 'Cyrin' Conway lynncy...@gmail.com wrote: REF: Bug ID 6354 Added a md5sums artifact into PublishArtifacts Signed-off-by: Lynn 'Cyrin' Conway lynncy

[yocto] [AB] PublishLayerTarballs git archives the wrong directory

2014-05-02 Thread Jate S
the other repourl's in my config too. The generated tarballs are of the same size (of poky). Cheers - Jate S. -- ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto

Re: [yocto] autobuilder repourl by commit

2014-04-23 Thread Jate S
go about passing these properties in so that CheckOutLayers will use my 'hash' setting? - Jate S. On Thu, Apr 17, 2014 at 2:09 PM, Flanagan, Elizabeth elizabeth.flana...@intel.com wrote: Jate, You can use the 'hash' property. Just make sure you have no other branch/tag properties in the repo

Re: [yocto] autobuilder repourl by commit

2014-04-23 Thread Jate S
at 68ef727cdcef439e9bfc57996f3cebfc0e07789e. - Jate S. On Wed, Apr 23, 2014 at 1:16 PM, Flanagan, Elizabeth elizabeth.flana...@intel.com wrote: Hi Jate, So, I'm going off current master. I would probably check out the current master branch as we made a lot of changes in how we dealt with source stamps between now

[yocto] autobuilder repourl by commit

2014-04-17 Thread Jate S
I am customizing the Yocto autobuilder for my own project. I would like to specify a checksum for the repourl for poky. What property do I need to add? I have tried adding the property commit, but it does not appear to work. Thanks, - Jate S

[yocto] do_populate_sysroot_setscene needs pseudo-native

2014-04-09 Thread Jate S
I am getting the following warning: WARNING: Setscene task 45 (/home/jate/workspace/poky/meta/recipes-connectivity/avahi/avahi-ui_0.6.31.bb, do_populate_sysroot_setscene) failed with exit code '1' - real task will be run instead The task log.do_populate_sysroot_setscene has the following

Re: [yocto] linux-yocto fetch bottleneck

2014-03-24 Thread Jate S
What is the name of the mirror tarball that's created? I am trying to see if it worked. I saw no log messages stating Creating tarball of git repository. On Fri, Mar 21, 2014 at 6:04 PM, Gary Thomas g...@mlbassoc.com wrote: On 2014-03-21 15:54, Jate S wrote: The documentation has warnings