Jump to content


Photo

Pli Image OE1.6 ??


  • Please log in to reply
72 replies to this topic

Re: Pli Image OE1.6 ?? #21 littlesat

  • PLi® Core member
  • 56,278 posts

+691
Excellent

Posted 24 September 2010 - 06:57

Here: http://openpli.pli-images.org/ you can find everything about building your own openpli image...

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

  • Senior Member
  • 264 posts

0
Neutral

Posted 24 September 2010 - 12:24

thecount mean that there is no specific makefile for upcoming openpli-2.0 .. at last he`s not the only one who can`t find that file :-) there`s only makefile for present version,
which need some changes to make it work with v2.0 .
for example
GIT_BRANCH (master -> 2.0-pre13
BB_BRANCH (1.4.2-git -> ???)
BBFILES (packages -> recipes)
may be DISTRO ( cant remember right now if and what else)

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

  • PLi® Core member
  • 32,766 posts

+245
Excellent

Posted 24 September 2010 - 12:26

bb 1.10 is required

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

  • PLi® Core member
  • 14,045 posts

+298
Excellent

Posted 24 September 2010 - 13:12

If I can find the time, I'll cook up a makefile for OE 2.0 this weekend. It's something I've been planning to do for a long time, but never quite got to it.
Real musicians never die - they just decompose

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

  • Senior Member
  • 264 posts

0
Neutral

Posted 24 September 2010 - 13:25

bb 1.10 is required


need to download it from http://developer.ber...rojects/bitbake ,
opendreambox end up with v1.8

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

  • PLi® Core member
  • 32,766 posts

+245
Excellent

Posted 24 September 2010 - 13:27

http://git.openembed...it.cgi/bitbake/

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

  • PLi® Core member
  • 14,045 posts

+298
Excellent

Posted 25 September 2010 - 13:20

I put together a makefile for 2.0 development, you'll find it on the Wiki page:

http://openpli.pli-i...enembeddedBuild

(it's attached to the page, and under the link in the text)

The makefile will fetch the correct OE branch and download and compile Bitbake 1.10.
Real musicians never die - they just decompose

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

  • Senior Member
  • 7,443 posts

+41
Good

Posted 25 September 2010 - 14:10

Als ik niet ingelogd ben:

ATTACHMENT_VIEW privileges are required to perform this operation on Attachment 'Makefile-openembedded-openpli2' in OpenembeddedBuild


Nu dacht ik admin rechten te hebben zodat ik privileges aan kan passen. Maar dat vind ik nu nergens meer terug. Kan ook zijn dat ik die rechten toen aan kon passen omdat ik toen de maker/eigenaar was.

De makefile zelf ziet er wel goed uit.

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

  • Senior Member
  • 264 posts

0
Neutral

Posted 25 September 2010 - 15:10

i think its a time to remove -pre13 suffix :-) master is 1.0 , when 2.0 become stable, just switch current master to 1.0 and current 2.0 to master.

Re: Pli Image OE1.6 ?? #30 WanWizard

  • PLi® Core member
  • 68,633 posts

+1,739
Excellent

Posted 25 September 2010 - 16:09


ATTACHMENT_VIEW privileges are required to perform this operation on Attachment 'Makefile-openembedded-openpli2' in OpenembeddedBuild

Fixed. The attachment is now public.

Currently in use: VU+ Duo 4K (2xFBC S2), VU+ Solo 4K (1xFBC S2), uClan Usytm 4K Pro (S2+T2), Octagon SF8008 (S2+T2), Zgemma H9.2H (S2+T2)

Due to my bad health, I will not be very active at times and may be slow to respond. I will not read the forum or PM on a regular basis.

Many answers to your question can be found in our new and improved wiki.


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

  • PLi® Core member
  • 32,766 posts

+245
Excellent

Posted 25 September 2010 - 20:08

i think its a time to remove -pre13 suffix :-) master is 1.0 , when 2.0 become stable, just switch current master to 1.0 and current 2.0 to master.


-pre13 simply means you might expect more rebasing

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

  • Senior Member
  • 91 posts

0
Neutral

Posted 26 September 2010 - 18:30

My error OE2.0

NOTE: Handling BitBake files: \ (7233/7233) [100 %]
NOTE: Parsing finished. 6420 cached, 474 parsed, 339 skipped, 2 masked.
ERROR: Openembedded's config sanity checker detected a potential misconfiguration.
Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
Following is the list of potential problems / advisories:

Please install following missing utilities: chrpath
Using dash as /bin/sh causes various subtle build problems, please use bash instead.

make: *** [image] Error 1



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

  • PLi® Core member
  • 32,766 posts

+245
Excellent

Posted 26 September 2010 - 18:44

so it might be best to follow that advice...

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

  • PLi® Core member
  • 14,045 posts

+298
Excellent

Posted 26 September 2010 - 18:45

Just do what it asks.

Install chrpath (ubuntu 10 has it, but 9 does not)

And fix the shell thing. Just google for the message to get a clean way to do this.
Real musicians never die - they just decompose

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

  • Senior Member
  • 91 posts

0
Neutral

Posted 26 September 2010 - 18:52

Is vuduo and solo works oe2?

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

  • Senior Member
  • 91 posts

0
Neutral

Posted 26 September 2010 - 19:05

Ubuntu 9

ERROR: Openembedded's config sanity checker detected a potential misconfiguration.
Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
Following is the list of potential problems / advisories:

Using dash as /bin/sh causes various subtle build problems, please use bash instead.



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

  • Senior Member
  • 91 posts

0
Neutral

Posted 26 September 2010 - 20:53

New Error OE2 :

export PATH
export LD_LIBRARY_PATH=
export LANG=C
export CVS_RSH=ssh
umask 0022
git clone -b 1.10 git://git.openembedded.net/bitbake
error: unknown switch `b'
usage: git clone [options] [--] <repo> [<dir>]

-q, --quiet be quiet
-v, --verbose be verbose
-n, --no-checkout don't create a checkout
--bare create a bare repository
--naked create a bare repository
--mirror create a mirror repository (implies bare)
-l, --local to clone from a local repository
--no-hardlinks don't use local hardlinks, always copy
-s, --shared setup as shared repository
--template <path> path the template repository
--reference <repo> reference repository
-o, --origin <branch>
use <branch> instead of 'origin' to track upstream
-u, --upload-pack <path>
path to git-upload-pack on the remote
--depth <depth> create a shallow clone of that depth

make: *** [bitbake] Błąd 129



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

  • Senior Member
  • 264 posts

0
Neutral

Posted 26 September 2010 - 23:21

--branch <name>, -b <name>
Instead of pointing the newly created HEAD to the branch pointed to by the cloned repository's HEAD, point to <name> branch instead. In a non-bare repository,
this is the branch that will be checked out.

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

  • PLi® Core member
  • 14,045 posts

+298
Excellent

Posted 27 September 2010 - 06:55

Probably your GIT version is too old, upgrade it.
Real musicians never die - they just decompose

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

  • Senior Member
  • 91 posts

0
Neutral

Posted 27 September 2010 - 07:25

Yes actualization git 1.7 and it is ok .


1 user(s) are reading this topic

0 members, 1 guests, 0 anonymous users