[yocto] Writing recipe for changing /etc/profile

2012-01-28 Thread Sathishkumar Duraisamy
Hi all, I have some doubts in launching my application while booting. That is, once my device is powered on, should land in my application. I found that by adding some scripts to /etc/profile and enabled auto login, it does. Is there a better way to do same? And if the current method is

Re: [yocto] understanding recipes

2012-01-28 Thread Gary Thomas
On 2012-01-27 18:42, McClintock Matthew-B29882 wrote: On Fri, Jan 27, 2012 at 10:43 AM, Joshua Lockj...@linux.intel.com wrote: On 26/01/12 14:11, Scott Garman wrote: In this case, the LIC_FILES_CHKSUM is storing the md5sum of the COPYING file, which is stored in the top-level directory of

Re: [yocto] Writing recipe for changing /etc/profile

2012-01-28 Thread Gary Thomas
On 2012-01-28 02:10, Sathishkumar Duraisamy wrote: Hi all, I have some doubts in launching my application while booting. That is, once my device is powered on, should land in my application. I found that by adding some scripts to /etc/profile and enabled auto login, it does. Is there a

Re: [yocto] Writing recipe for changing /etc/profile

2012-01-28 Thread Sathishkumar Duraisamy
On Sat, Jan 28, 2012 at 3:50 PM, Gary Thomas g...@mlbassoc.com wrote: On 2012-01-28 02:10, Sathishkumar Duraisamy wrote: Hi all, I have some doubts in launching my application while booting. That is, once  my device is powered on,  should land in my application. I found that by adding some

Re: [yocto] Writing recipe for changing /etc/profile

2012-01-28 Thread Gary Thomas
On 2012-01-28 03:34, Sathishkumar Duraisamy wrote: On Sat, Jan 28, 2012 at 3:50 PM, Gary Thomasg...@mlbassoc.com wrote: On 2012-01-28 02:10, Sathishkumar Duraisamy wrote: Hi all, I have some doubts in launching my application while booting. That is, once my device is powered on, should

[yocto] Understanding the git commits for Yocto and meta

2012-01-28 Thread James Abernathy
While I've read enough to think I understand git, I get confused when it's applied to real situations like Yocto. If I look at the Yocto Development Manual, Appendix A, A.5.2.4 Changing Recipes-kernel, It brings up some questions. 1. The way I see it, when you guys commit something to the

Re: [yocto] [oe] exmap-console access forbidden

2012-01-28 Thread Paul Eggleton
On Friday 27 January 2012 09:34:26 Mats Kärrman wrote: Does anyone know why the downloads server at yoctoproject.org has the source tars of exmap-console as Access Forbidden? Other tars from the same server is OK to download. I seem to be able to download the tarballs from

Re: [yocto] [OE-core] opkg-utils to move to git.yoctoproject.org

2012-01-28 Thread Khem Raj
On Thu, Jan 26, 2012 at 2:59 PM, Saul Wold s...@linux.intel.com wrote: We will make this change next week barring any major objections. its a good idea infact. will you do svn2git conversion as well. ? ___ yocto mailing list yocto@yoctoproject.org

Re: [yocto] [OE-core] opkg-utils to move to git.yoctoproject.org

2012-01-28 Thread Michael Halstead
On 01/28/2012 10:13 AM, Khem Raj wrote: On Thu, Jan 26, 2012 at 2:59 PM, Saul Wold s...@linux.intel.com wrote: We will make this change next week barring any major objections. its a good idea infact. will you do svn2git conversion as well. ? I converted from svn to git when taking the copy. If

Re: [yocto] Understanding the git commits for Yocto and meta

2012-01-28 Thread Bruce Ashfield
On Sat, Jan 28, 2012 at 9:51 AM, James Abernathy jfaberna...@gmail.com wrote: While I've read enough to think I understand git, I get confused when it's applied to real situations like Yocto.  If I look at the Yocto Development Manual, Appendix A, A.5.2.4 Changing Recipes-kernel, It brings up

[yocto] [PATCH 0/1]meta/beagleboard: Using CONFIG_PANEL_GENERIC_DPI=y

2012-01-28 Thread Jingdong . Lu
From: Jingdong Lu jingdong...@windriver.com Fix bug [YOCTO #1898] meta/beagleboard: Using CONFIG_PANEL_GENERIC_DPI=y instead of CONFIG_PANEL_GENERIC=y Jingdong Lu (1): meta/beagleboard: Using CONFIG_PANEL_GENERIC_DPI=y .../kernel-cache/bsp/beagleboard/beagleboard.cfg |2 +- 1 files

[yocto] [PATCH 1/1] meta/beagleboard: Using CONFIG_PANEL_GENERIC_DPI=y

2012-01-28 Thread Jingdong . Lu
From: Jingdong Lu jingdong...@windriver.com Using CONFIG_PANEL_GENERIC_DPI=y instead of CONFIG_PANEL_GENERIC=y for beagleboard. Signed-off-by: Jingdong Lu jingdong...@windriver.com --- .../kernel-cache/bsp/beagleboard/beagleboard.cfg |2 +- 1 files changed, 1 insertions(+), 1 deletions(-)

Re: [yocto] [PATCH 1/1] meta/beagleboard: Using CONFIG_PANEL_GENERIC_DPI=y

2012-01-28 Thread Bruce Ashfield
On Sat, Jan 28, 2012 at 8:57 PM, jingdong...@windriver.com wrote: From: Jingdong Lu jingdong...@windriver.com Using CONFIG_PANEL_GENERIC_DPI=y instead of CONFIG_PANEL_GENERIC=y for beagleboard. I've got this one queued in the next 3.0 update. Cheers, Bruce Signed-off-by: Jingdong Lu

[yocto] [PATCH V2 0/1] Change default signature handler

2012-01-28 Thread Lianhao Lu
Fixed bug #1555. Changed the default handler to OEBasicHash for poky distro. Also added some descriptive comment in local.conf.extended. The following changes since commit 636d7e308fefe7cca67166d564c3a8f877f2ca86: Richard Purdie (1): useradd.bbclass: Fix missing quote are available

[yocto] [PATCH V2 1/1] meta-yocto/conf: Change default signature handler.

2012-01-28 Thread Lianhao Lu
[YOCTO #1555] 1. Changed default signature handler to 'OEBasicHash' in poky.conf. 2. Added comment about PRservice settings in local.conf.extened. Signed-off-by: Lianhao Lu lianhao...@intel.com --- meta-yocto/conf/distro/poky.conf |2 ++ meta-yocto/conf/local.conf.sample.extended |