* Re: apparently, i have a beagleboard-demo-image!
2009-11-16 15:40 ` Philip Balister
@ 2009-11-16 16:03 ` Robert P. J. Day
2009-11-16 16:51 ` Robert P. J. Day
1 sibling, 0 replies; 4+ messages in thread
From: Robert P. J. Day @ 2009-11-16 16:03 UTC (permalink / raw)
To: openembedded-devel
On Mon, 16 Nov 2009, Philip Balister wrote:
> On 11/16/2009 10:34 AM, Robert P. J. Day wrote:
> >
> > build just finished, 0 errors. go figure. but i'm puzzled
> > since, until recently, guile-native was failing to build and i
> > don't see anything in the git log that would have done anything
> > with that package. can someone clarify this? i also don't recall
> > manually patching that package based on an earlier poster's
> > suggestion, so i have no idea why it would suddenly start to
> > build. (perhaps i'll distclean that and make sure it builds
> > again.)
> >
> > in any event, happy happy, joy joy.
>
> Lucky you, opkg-cl is failing for me. Fortunately, I have some real
> work to keep me out of trouble.
anything i can do to test on this end? here's my current repo
status:
=====
$ git show
commit 9cbd93cd04ffa16a6b9aee5b6d63751777b91b16
Author: Richard Purdie <rpurdie@linux.intel.com>
Date: Mon Nov 16 12:46:10 2009 +0000
package.bbclass: Add back import os until further metadata cleanups happen
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
diff --git a/classes/package.bbclass b/classes/package.bbclass
index 5de48d6..246ecd4 100644
--- a/classes/package.bbclass
+++ b/classes/package.bbclass
@@ -338,7 +338,7 @@ python perform_packagecopy () {
}
python populate_packages () {
- import glob, stat, errno, re
+ import glob, stat, errno, re,os
workdir = bb.data.getVar('WORKDIR', d, True)
outdir = bb.data.getVar('DEPLOY_DIR', d, True)
=====
at some point in the near future when f12 comes out (couple days),
i'll try to reproduce the build from scratch on a fresh install, just
to play it safe. at least i have a benchmark now.
rday
--
========================================================================
Robert P. J. Day Waterloo, Ontario, CANADA
Linux Consulting, Training and Kernel Pedantry.
Web page: http://crashcourse.ca
Twitter: http://twitter.com/rpjday
========================================================================
^ permalink raw reply related [flat|nested] 4+ messages in thread* Re: apparently, i have a beagleboard-demo-image!
2009-11-16 15:40 ` Philip Balister
2009-11-16 16:03 ` Robert P. J. Day
@ 2009-11-16 16:51 ` Robert P. J. Day
1 sibling, 0 replies; 4+ messages in thread
From: Robert P. J. Day @ 2009-11-16 16:51 UTC (permalink / raw)
To: openembedded-devel
On Mon, 16 Nov 2009, Philip Balister wrote:
> On 11/16/2009 10:34 AM, Robert P. J. Day wrote:
> >
> > build just finished, 0 errors. go figure. but i'm puzzled
> > since, until recently, guile-native was failing to build and i
> > don't see anything in the git log that would have done anything
> > with that package. can someone clarify this? i also don't recall
> > manually patching that package based on an earlier poster's
> > suggestion, so i have no idea why it would suddenly start to
> > build. (perhaps i'll distclean that and make sure it builds
> > again.)
> >
> > in any event, happy happy, joy joy.
>
> Lucky you, opkg-cl is failing for me. Fortunately, I have some real
> work to keep me out of trouble.
well, crap. so i distclean'ed guile-native and just tried to
re-bitbake it -- same build error as before. i have no idea how i got
past that during this last build of beagleboard-demo-image. i'm
confused.
rday
--
========================================================================
Robert P. J. Day Waterloo, Ontario, CANADA
Linux Consulting, Training and Kernel Pedantry.
Web page: http://crashcourse.ca
Twitter: http://twitter.com/rpjday
========================================================================
^ permalink raw reply [flat|nested] 4+ messages in thread