[OE-core] [PATCH 1/1] xserver-kdrive: compile xserver without dtrace support

2012-03-20 Thread Lauri Hintsala
Cross compiling of xserver-kdrive fails if dtrace is enabled. Configure script enables dtrace automatically if dtrace binary exists. xserver-kdrive compiling was failed if systemtap package was builded beforehand because systemtap provides dtrace binary. Signed-off-by: Lauri Hintsala lauri.hints

Re: [OE-core] [PATCH] initscripts: Properly handle new timestamp format

2012-03-01 Thread Lauri Hintsala
On 03/01/2012 06:06 PM, Gary Thomas wrote: As far as I can recall (which is a really long time), 'date' has always wanted the format MMDDHHmm[], so I think that's what we should expect. That format doesn't compare easily which is why the timestamp was changed (not by me) to a more ISO

Re: [OE-core] [PATCH] initscripts: Make /etc/timestamp consistent again.

2012-02-23 Thread Lauri Hintsala
to filesystem image. Regards, Lauri Hintsala ___ Openembedded-core mailing list Openembedded-core@lists.openembedded.org http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core

Re: [OE-core] after modifying source code in work/, how to rebuild package?

2011-12-16 Thread Lauri Hintsala
bitbake projectname -c cleanall bitbake projectname Cleanall command will clean the workdir and sstatefiles from sstate folder. BR, Lauri Hintsala On 12/16/2011 09:55 AM, Leon Woestenberg wrote: Hello all, after modifying source code in the work directory, what is the set of commands

Re: [OE-core] after modifying source code in work/, how to rebuild package?

2011-12-16 Thread Lauri Hintsala
Sorry, this workflow will clean all your changes. How about that: bitbake projectname -c compile -f bitbake projectname Lauri On 12/16/2011 10:11 AM, Lauri Hintsala wrote: bitbake projectname -c cleanall bitbake projectname Cleanall command will clean the workdir and sstatefiles from sstate

Re: [OE-core] [PATCH v2] initscripts: fix timestamp check at bootmisc.sh

2011-12-13 Thread Lauri Hintsala
a look at http://git.angstrom-distribution.org/cgi-bin/cgit.cgi/meta-angstrom/commit/?id=e003be8cba3d387f44a502fdbebf58e774afd677 for backwards compatible Logic Timestamp file is still saved by save-rtc.sh script and it is untouched. Lauri Hintsala

Re: [OE-core] [PATCH v2] initscripts: fix timestamp check at bootmisc.sh

2011-12-13 Thread Lauri Hintsala
On 12/13/2011 02:36 PM, Phil Blundell wrote: On Tue, 2011-12-13 at 12:26 +, Richard Purdie wrote: On Tue, 2011-12-13 at 08:58 +0200, Lauri Hintsala wrote: # Set the system clock from hardware clock -# If the timestamp is 1 day or more recent than the current time, +# If the timestamp

Re: [OE-core] [PATCH v2] initscripts: fix timestamp check at bootmisc.sh

2011-12-13 Thread Lauri Hintsala
On 12/13/2011 03:07 PM, Phil Blundell wrote: On Tue, 2011-12-13 at 14:58 +0200, Lauri Hintsala wrote: SYSTEMDATE=`date -u +%4Y%2m%2d` TIMESTAMP=`awk '{ print substr($0,9,4) substr($0,1,4); }' /etc/timestamp` if [ $TIMESTAMP -gt $SYSTEMDATE ]; then read TIMESTAMP /etc/timestamp

Re: [OE-core] [PATCH v2] initscripts: fix timestamp check at bootmisc.sh

2011-12-13 Thread Lauri Hintsala
On 12/13/2011 03:24 PM, Phil Blundell wrote: Is the ${var:X:Y} substring notation part of POSIX? I have a feeling that it might be a GNU extension, and it didn't seem to work in dash when I tried it just now. I tested it in ash of busybox. I see it doesn't work in dash. So your suggestion is

[OE-core] [PATCH v3] initscripts: fix timestamp checking at bootmisc.sh

2011-12-13 Thread Lauri Hintsala
Timestamp checking has been broken by the commit 2078af333d704fd894a2dedbc19cef5775cdadbb. Currently the RTC time is always overwritten with the time from /etc/timestmap. Fix timestamp checking and clean the code. Signed-off-by: Lauri Hintsala lauri.hints...@bluegiga.com --- changes since V2

[OE-core] [PATCH v2] initscripts: fix timestamp check at bootmisc.sh

2011-12-12 Thread Lauri Hintsala
Timestamp checking has been broken by the commit 2078af333d704fd894a2dedbc19cef5775cdadbb. Fix timestamp checking and clean the code. cc: s...@linux.intel.com cc: g...@mlbassoc.com Signed-off-by: Lauri Hintsala lauri.hints...@bluegiga.com --- .../initscripts/initscripts-1.0/bootmisc.sh

[OE-core] [PATCH] initscripts: fix timestamp check at bootmisc.sh

2011-12-07 Thread Lauri Hintsala
cc: s...@linux.intel.com cc: g...@mlbassoc.com Signed-off-by: Lauri Hintsala lauri.hints...@bluegiga.com --- Hello guys, It seems that timestamp checking has been broken by the commit 2078af333d704fd894a2dedbc19cef5775cdadbb. Some notes about following lines. meta/recipes-core/initscripts

Re: [OE-core] [Pull v2 2/4] xserver-nodm-init: Add xuser (hardcoded)

2011-11-02 Thread Lauri Hintsala
Hi Saul, On 11/01/2011 11:44 PM, Saul Wold wrote: Signed-off-by: Saul Wolds...@linux.intel.com --- .../x11-common/xserver-nodm-init.bb| 30 +++ 1 files changed, 11 insertions(+), 19 deletions(-) diff --git