All of lore.kernel.org
 help / color / mirror / Atom feed
* apparently, i have a beagleboard-demo-image!
@ 2009-11-16 15:34 Robert P. J. Day
  2009-11-16 15:40 ` Philip Balister
  0 siblings, 1 reply; 4+ messages in thread
From: Robert P. J. Day @ 2009-11-16 15:34 UTC (permalink / raw)
  To: OpenEmbedded Development mailing list


  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.

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

* Re: apparently, i have a beagleboard-demo-image!
  2009-11-16 15:34 apparently, i have a beagleboard-demo-image! Robert P. J. Day
@ 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
  0 siblings, 2 replies; 4+ messages in thread
From: Philip Balister @ 2009-11-16 15:40 UTC (permalink / raw)
  To: openembedded-devel

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.

Philip

>
> rday
> --
>
> ========================================================================
> Robert P. J. Day                               Waterloo, Ontario, CANADA
>
>              Linux Consulting, Training and Kernel Pedantry.
>
> Web page:                                          http://crashcourse.ca
> Twitter:                                       http://twitter.com/rpjday
> ========================================================================
>
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel@lists.openembedded.org
> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel
>



^ permalink raw reply	[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: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

end of thread, other threads:[~2009-11-16 16:52 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-11-16 15:34 apparently, i have a beagleboard-demo-image! Robert P. J. Day
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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.