[yocto] sstate-cache and local files causing invalidation

2013-06-14 Thread Jate Sujjavanich
I am attempting to set up a shared sstate-cache directory. I added a SSTATE_MIRROS So far, it seems that recipes with local files in the SRC_URI are triggering a rebuild. The filename/checksum is stored with the filename as the full local path. Running bitbake-sigdiff on the fetch stamps yields

[yocto] yocto 1.0 download link

2011-04-20 Thread Jate Sujjavanich
The page http://yoctoproject.org/download/yocto/yocto-project-1.0-release-notes-poky-5.0 is missing a download link. It's available on http://yoctoproject.org/download, but I had to search for a while. Jate ___ yocto mailing list

[yocto] yocto-bsp and kconf-check

2013-08-29 Thread Jate Sujjavanich
It appears that the yocto-bsp script generates a kernel configuration that creates some warnings during kern-tools' kconf_check. The {{machine}}.cfg file has many non-hardware options, therefore the script warns. It seems like many of these should be in the standard kernel configuration. Is

Re: [yocto] yocto-bsp and kconf-check

2013-08-29 Thread Jate Sujjavanich
Message- From: Bruce Ashfield [mailto:bruce.ashfi...@windriver.com] Sent: Thursday, August 29, 2013 11:52 AM To: Jate Sujjavanich Cc: 'yocto@yoctoproject.org' Subject: Re: [yocto] yocto-bsp and kconf-check On 13-08-29 11:36 AM, Jate Sujjavanich wrote: It appears that the yocto-bsp

Re: [yocto] yocto-bsp and kconf-check

2013-08-29 Thread Jate Sujjavanich
, 2013 3:45 PM To: Jate Sujjavanich Cc: 'yocto@yoctoproject.org' Subject: Re: [yocto] yocto-bsp and kconf-check On 13-08-29 02:56 PM, Jate Sujjavanich wrote: Which kernel version ? This is linux-yocto-3.8 and the dylan-9.0.0 yocto. It's not about them being common or not, it's about

[yocto] Yocto Bitbake Commander New Project Bug

2013-09-26 Thread Jate Sujjavanich
Creating a Yocto Bitbake Commander project using an existing poky directory is a little buggy. I usually do this to avoid downloading poky from the Internet. The plugin wizard implies that you can use a poky directory in your workspace with its clone from yocto repository option. Attempting to

[yocto] xserver-xorg setuid bit

2013-11-01 Thread Jate Sujjavanich
I have been getting a permissions error when starting X server as a non-root user. The setuid bit is not set on /usr/bin/Xorg, so I have added a recipes-graphics/xserver-xorg_1.14.0.bbappend file that contains the following: # Setuid on Xorg server. Allows multiple users to run X

[yocto] Bitbake Commander Content Assist on bbappend files

2013-11-06 Thread Jate Sujjavanich
Hover content assist works for me with .bb files, but not .bbappend files under Eclipse with bitbake commander plugin. Should it? Jate S. ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto

Re: [yocto] Bitbake Commander Content Assist on bbappend files

2013-11-07 Thread Jate Sujjavanich
...@yoctoproject.org [mailto:yocto-boun...@yoctoproject.org] On Behalf Of Jate Sujjavanich Sent: Wednesday, November 06, 2013 3:55 PM To: 'yocto@yoctoproject.org' Subject: [yocto] Bitbake Commander Content Assist on bbappend files Hover content assist works for me with .bb files, but not .bbappend files

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

2014-08-19 Thread Jate Sujjavanich
I moved the profile.d loop in my build the end of the etc profile script. Should this change be made in base-files? - Jate S. On Thursday, August 7, 2014, Jate S jate...@gmail.com wrote: I am trying to use a file in profile.d to override the default umask in /etc/profile. However, the umask

[yocto] [RFC] Yocto Bug 5044, 6149 PREFERRED_PROVIDER runtime

2015-05-05 Thread Jate Sujjavanich
search (2015-05-05 18:35:07 -0400) Jate Sujjavanich (1): providers.py: Add package name to PREFERRED_PROVIDER search bitbake/lib/bb/providers.py |1 + 1 file changed, 1 insertion(+) diff --git a/bitbake/lib/bb/providers.py

Re: [linux-yocto] kernel-yocto integration into freescale kernel

2016-05-13 Thread Jate Sujjavanich
, May 12, 2016 at 9:05 PM, Bruce Ashfield < bruce.ashfi...@windriver.com> wrote: > On 2016-05-12 7:23 PM, Jate Sujjavanich wrote: > >> I am attempting to incorporate kernel-yocto.bbclass into my Freescale >> kernel. I had to make some changes in the early tasks, but I got &g