Jump to content


Photo

Pli Image OE1.6 ??


  • Please log in to reply
72 replies to this topic

Re: Pli Image OE1.6 ?? #41 connect

  • Senior Member
  • 91 posts

0
Neutral

Posted 27 September 2010 - 07:43

make is ok , make image error :

ERROR: no recipe files to build, check your BBPATH and BBFILES?
NOTE: Psyco JIT Compiler (http://psyco.sf.net) not available. Install it to increase performance.
NOTE: Not using a cache. Set CACHE = <directory> to enable.
ERROR: no recipe files to build, check your BBPATH and BBFILES?
make: *** [image] Błąd 1



Re: Pli Image OE1.6 ?? #42 Sjaaky

  • Senior Member
  • 7,443 posts

+41
Good

Posted 27 September 2010 - 09:25

Use the openpli2 makefile.

Re: Pli Image OE1.6 ?? #43 xener

  • Senior Member
  • 264 posts

0
Neutral

Posted 27 September 2010 - 10:07

packages -> recipes

Re: Pli Image OE1.6 ?? #44 connect

  • Senior Member
  • 91 posts

0
Neutral

Posted 27 September 2010 - 14:26

Use the openpli2 makefile.

I'm using openpli2 makefile.
http://openpli.pli-i...bedded-openpli2

Re: Pli Image OE1.6 ?? #45 Sjaaky

  • Senior Member
  • 7,443 posts

+41
Good

Posted 27 September 2010 - 14:39

But you didn't do the "source env.source"? Otherwise I can't explain what's going on.

Re: Pli Image OE1.6 ?? #46 connect

  • Senior Member
  • 91 posts

0
Neutral

Posted 27 September 2010 - 14:43

after make openembedded is empty

Re: Pli Image OE1.6 ?? #47 MiLo

  • PLi® Core member
  • 14,045 posts

+298
Excellent

Posted 27 September 2010 - 14:50

Delete and start over.
Real musicians never die - they just decompose

Re: Pli Image OE1.6 ?? #48 connect

  • Senior Member
  • 91 posts

0
Neutral

Posted 27 September 2010 - 14:51

I did so, it is the same, after the make gets everything, but do not add content openembedded

Re: Pli Image OE1.6 ?? #49 pieterg

  • PLi® Core member
  • 32,766 posts

+245
Excellent

Posted 27 September 2010 - 14:52

looks like you're still using an old git version; repos is cloned, but not checked out. So openembedded looks empty (apart from the .git subdir)

Re: Pli Image OE1.6 ?? #50 pieterg

  • PLi® Core member
  • 32,766 posts

+245
Excellent

Posted 27 September 2010 - 14:55

btw, I'm slightly concerned about the questions you'll start asking when you willactually start building...
Are you sure playing with openembedded is the thing for you?
Also note that this is still very much work in progress, perhaps you should just wait till we're satisfied, and addressed all remaining issues

Re: Pli Image OE1.6 ?? #51 connect

  • Senior Member
  • 91 posts

0
Neutral

Posted 27 September 2010 - 15:08

I git the latest version 1.7
openembedded downloaded by git-clone, but it's not the point, just that it does not charge openembedded by make

Re: Pli Image OE1.6 ?? #52 MiLo

  • PLi® Core member
  • 14,045 posts

+298
Excellent

Posted 27 September 2010 - 15:34

what does "ls -al openembedded" say?

And please post everything that the makefile outputs if you run it in a completely empty directory. That might help diagnosing...
Real musicians never die - they just decompose

Re: Pli Image OE1.6 ?? #53 xener

  • Senior Member
  • 264 posts

0
Neutral

Posted 27 September 2010 - 18:15

im on way to test your new makefile on fresh server

Re: Pli Image OE1.6 ?? #54 connect

  • Senior Member
  • 91 posts

0
Neutral

Posted 27 September 2010 - 18:26

Please link

Re: Pli Image OE1.6 ?? #55 xener

  • Senior Member
  • 264 posts

0
Neutral

Posted 27 September 2010 - 18:30

git checkout is missing in the makefile

Re: Pli Image OE1.6 ?? #56 xener

  • Senior Member
  • 264 posts

0
Neutral

Posted 27 September 2010 - 18:41

or better remove -n from line 96

may be option to edit last file could help to not posting several posts in a row.

Re: Pli Image OE1.6 ?? #57 Sjaaky

  • Senior Member
  • 7,443 posts

+41
Good

Posted 27 September 2010 - 18:42

That's because git checkout it isn't needed. Git is a different scm. The makefile uses the git pull command.
I tested the makefile and it works flawlessly.

Furthermore, I agree with pieterg.

Re: Pli Image OE1.6 ?? #58 xener

  • Senior Member
  • 264 posts

0
Neutral

Posted 27 September 2010 - 19:03

you are wrong here. when you use -n in git clone, you`ll end up with bare only git repository without files. and no git pull help you after.

so, remove -n (no-checkout) , or you need to checkout files in next step.

Re: Pli Image OE1.6 ?? #59 MiLo

  • PLi® Core member
  • 14,045 posts

+298
Excellent

Posted 27 September 2010 - 19:20

or better remove -n from line 96


Yeah, that slipped through. Apparently my git ignored the -n parameter when I tested it. Posted a fix.
Real musicians never die - they just decompose

Re: Pli Image OE1.6 ?? #60 connect

  • Senior Member
  • 91 posts

0
Neutral

Posted 27 September 2010 - 19:22

you are wrong here. when you use -n in git clone, you`ll end up with bare only git repository without files. and no git pull help you after.

so, remove -n (no-checkout) , or you need to checkout files in next step.


exactly

$(GIT) clone -b $(GIT_BRANCH) -- $(GIT_URL) $(OE_BASE)/openembedded


Unfortunately, another error during the execution of a make image


1 user(s) are reading this topic

0 members, 1 guests, 0 anonymous users