Sponsored links


Go Back   Sat Industry Forums > Dreambox > Dreambox Hardware > DM-7020s
Register FAQ Members List Calendar Mark Forums Read

Reply
 
LinkBack Thread Tools Display Modes
  #21 (permalink)  
Old 02-13-2005
xphile's Avatar
Super Moderator
 
Join Date: Aug 2003
Posts: 885
Thanks: 0
Thanked 0 Times in 0 Posts
xphile is on a distinguished road
You still can do this. Look in ...../build/tmp/work/enigma-cvs-20050211-r0/enigma

Its the same as tuxbox.

Not sure if this is the best way, but what I do is delete the enigma-cvs-20050211-r0.do_compile file in the ....../build/tmp/stamps directory.

Then I do the oemake again. This way it rebundles the image also.

I suspect that the way to bundle the image is to work with the ipkg files but for now ive not been that adventerous

Hope this helps.

Quote:
Originally Posted by PLiŽ
Hi,

What is the best way to apply my own patches? For the old environment I changed the Makefile.am myself but where do I such a thing in the OpenEmbedded environment?

Peter
Reply With Quote
Sponsored links
  #22 (permalink)  
Old 02-17-2005
Registered User
 
Join Date: Nov 2003
Posts: 11
Thanks: 0
Thanked 0 Times in 0 Posts
prdehoop is on a distinguished road
Hi,

When i do a oemake i get a Error 1 and 2 and he stops.

make[3]: Entering directory `/home/tuxbox/dm7020/build/tmp/work/tuxbox-plugins-20050118-r0/plugins/tuxmail'
if /bin/sh ../powerpc-linux-libtool --mode=compile powerpc-linux-gcc -DHAVE_CONFIG_H -I. -I/home/tuxbox/dm7020/build/tmp/work/tuxbox-plugins-20050118-r0/plugins/tuxmail -I.. -I/home/tuxbox/dm7020/build/tmp/staging/powerpc-linux/lib/../include/freetype2 -I/home/tuxbox/dm7020/build/tmp/staging/powerpc-linux/lib/../include -I/home/tuxbox/dm7020/build/tmp/work/tuxbox-plugins-20050118-r0/plugins/include -I/home/tuxbox/dm7020/build/tmp/staging/powerpc-linux/include -I/include -DOLDFT -I/home/tuxbox/dm7020/build/tmp/staging/powerpc-linux/include -fexpensive-optimizations -fomit-frame-pointer -frename-registers -O2 -MT tuxmail_la-tuxmail.lo -MD -MP -MF ".deps/tuxmail_la-tuxmail.Tpo" -c -o tuxmail_la-tuxmail.lo `test -f 'tuxmail.c' || echo '/home/tuxbox/dm7020/build/tmp/work/tuxbox-plugins-20050118-r0/plugins/tuxmail/'`tuxmail.c; \
then mv -f ".deps/tuxmail_la-tuxmail.Tpo" ".deps/tuxmail_la-tuxmail.Plo"; else rm -f ".deps/tuxmail_la-tuxmail.Tpo"; exit 1; fi
powerpc-linux-gcc -DHAVE_CONFIG_H -I. -I/home/tuxbox/dm7020/build/tmp/work/tuxbox-plugins-20050118-r0/plugins/tuxmail -I.. -I/home/tuxbox/dm7020/build/tmp/staging/powerpc-linux/lib/../include/freetype2 -I/home/tuxbox/dm7020/build/tmp/staging/powerpc-linux/lib/../include -I/home/tuxbox/dm7020/build/tmp/work/tuxbox-plugins-20050118-r0/plugins/include -I/home/tuxbox/dm7020/build/tmp/staging/powerpc-linux/include -I/include -DOLDFT -I/home/tuxbox/dm7020/build/tmp/staging/powerpc-linux/include -fexpensive-optimizations -fomit-frame-pointer -frename-registers -O2 -MT tuxmail_la-tuxmail.lo -MD -MP -MF .deps/tuxmail_la-tuxmail.Tpo -c tuxmail.c -fPIC -DPIC -o .libs/tuxmail_la-tuxmail.o
In file included from tuxmail.c:35:
tuxmail.h:129: error: parse error before "desc"
tuxmail.h:129: warning: data definition has no type or storage class
tuxmail.c: In function `RenderChar':
tuxmail.c:405: warning: passing arg 2 of `FTC_SBitCache_Lookup' from incompatible pointer type
tuxmail.c: In function `RenderString':
tuxmail.c:483: error: request for member `font' in something not a structure or union
tuxmail.c:483: error: request for member `font' in something not a structure or union
tuxmail.c:484: error: request for member `font' in something not a structure or union
tuxmail.c:484: error: request for member `font' in something not a structure or union
tuxmail.c: In function `plugin_exec':
tuxmail.c:948: error: request for member `font' in something not a structure or union
tuxmail.c:950: error: request for member `type' in something not a structure or union
make[3]: *** [tuxmail_la-tuxmail.lo] Fout 1
make[3]: Leaving directory `/home/tuxbox/dm7020/build/tmp/work/tuxbox-plugins-20050118-r0/plugins/tuxmail'
make[2]: *** [all-recursive] Fout 1
make[2]: Leaving directory `/home/tuxbox/dm7020/build/tmp/work/tuxbox-plugins-20050118-r0/plugins/tuxmail'
make[1]: *** [all-recursive] Fout 1
make[1]: Leaving directory `/home/tuxbox/dm7020/build/tmp/work/tuxbox-plugins-20050118-r0/plugins'
make: *** [all] Fout 2
+ die 'oemake failed'
+ oefatal 'oemake failed'
+ echo FATAL: 'oemake failed'
FATAL: oemake failed
+ exit 1



Can someone tell me whats going wrong?

Patrick
Reply With Quote
  #23 (permalink)  
Old 02-17-2005
Registered User
 
Join Date: Nov 2003
Posts: 11
Thanks: 0
Thanked 0 Times in 0 Posts
prdehoop is on a distinguished road
Solution:

edit tuxmail.h

Goto line 129

#ifdef OLDFT
FTC_ImageDesc desc;
#else
FTC_ImageTypeRec desc;
#endif

Heb er volgende van gemaakt

//#ifdef OLDFT
FTC_ImageDesc desc;
//#else
//FTC_ImageTypeRec desc;
//#endif


Dit was voor mij de oplossing om verder te komen

Greetz

Patrick
Reply With Quote
  #24 (permalink)  
Old 02-18-2005
DaREz's Avatar
Registered User
 
Join Date: Sep 2004
Posts: 58
Thanks: 0
Thanked 1 Time in 1 Post
DaREz is on a distinguished road
???

1# create a lokal directory for your new dreambox cdk and change into this new directory

2# check out tuxbox-cvs branch "dreambox":
3export CVS_RSH=ssh
4cvs -d anoncvs@cvs.tuxbox.org:/cvs/tuxbox -z3 co -P -rdreambox .

5# change into "cdk" directory

6# "chmod ugo+x prepare"

7# "./prepare <dm7000, dm500, dm56x0> ( dm7000 is default )

8# "make checkout" ( this updates many parts of the CVS to HEAD branch )

9# "make dreamboximage_root"

10# "make rebuild-flash"

11# "make flash-compress"

Its' short instrution for copmpiler New Image for 7000.56xx,500

but CAN somebody tell how to do new BT for 7020???
Reply With Quote
  #25 (permalink)  
Old 02-18-2005
zg0re's Avatar
Registered User
 
Join Date: Sep 2003
Posts: 282
Thanks: 0
Thanked 1 Time in 1 Post
zg0re is an unknown quantity at this point
Use openembedded:

http://developer.elitedvb.net/listpr...hp?curr_dir=80
Reply With Quote
  #26 (permalink)  
Old 02-18-2005
DaREz's Avatar
Registered User
 
Join Date: Sep 2004
Posts: 58
Thanks: 0
Thanked 1 Time in 1 Post
DaREz is on a distinguished road
thanks

Thanks @zgOre a Just do it... but I haven't got yet BT on my SuSE. My log from console

Quote:
INTERNAT:~/7020 # ./install.sh

This will setup an openembedded environment for you.
You can override certain variables in a .config.

Everything is preconfigured to target a Dreambox DM7020.

I am now checking for some required stuff...

Checking for BitKeeper binary... which: no bk in (/usr/sbin:/bin:/usr/bin:/sbin:/usr/X11R6/bin)

You need to install BitKeeper from http://www.bitmover.com/cgi-bin/download.cgi.
I think BT will sent me it for e mail.

I think I do it correct.

Last edited by DaREz : 02-18-2005 at 03:00 AM.
Reply With Quote
  #27 (permalink)  
Old 02-18-2005
DaREz's Avatar
Registered User
 
Join Date: Sep 2004
Posts: 58
Thanks: 0
Thanked 1 Time in 1 Post
DaREz is on a distinguished road
Bt

OK, I think I'm really near my log:

Quote:
OK, i will now clone the appropriate BitKeeper source trees.
This may take a while.
clone: /root/7020/oe exists already
usage: bk clone [-ql] [-E<env>=<val>] [-r<rev>] [-z[<d>]] <from> [<to>]
Cloning the OE bitkeeper dir from bk://sources.dreamboxupdate.com/oe failed. Please fix.
And I don't understand that can somebody help??

Last edited by DaREz : 02-18-2005 at 07:23 AM.
Reply With Quote
  #28 (permalink)  
Old 03-03-2005
Registered User
 
Join Date: Jan 2004
Posts: 4
Thanks: 0
Thanked 0 Times in 0 Posts
svdbeek is on a distinguished road
Arrow Compilation

Quote:
Originally Posted by prdehoop
Solution:

edit tuxmail.h

Goto line 129

#ifdef OLDFT
FTC_ImageDesc desc;
#else
FTC_ImageTypeRec desc;
#endif

Heb er volgende van gemaakt

//#ifdef OLDFT
FTC_ImageDesc desc;
//#else
//FTC_ImageTypeRec desc;
//#endif
...
Thanks. That helped.

I also had to edit tuxmail.c and remove the #ifdef OLDFT bits in the same manner (Line 950)
Reply With Quote
  #29 (permalink)  
Old 03-03-2005
Registered User
 
Join Date: Jan 2004
Posts: 4
Thanks: 0
Thanked 0 Times in 0 Posts
svdbeek is on a distinguished road
Excellent xphile. This made the whole process a lot easier.
Thanks!
Reply With Quote
  #30 (permalink)  
Old 03-17-2005
mikev's Avatar
Registered User
 
Join Date: Sep 2003
Posts: 38
Thanks: 0
Thanked 0 Times in 0 Posts
mikev is on a distinguished road
well i have tried to build the cvs many times now, and i tried every answer about the freetype file / patch but i still keep getting this message :

NOTE: package freetype-2.0.9-r0: task do_fetch started
NOTE: package freetype-2.0.9-r0: task do_fetch completed
NOTE: package freetype-2.0.9-r0: task do_patch started
DEBUG: install.mk install.mk.patch
NOTE: import patch '/home/dreambox/7020/packages/freetype/freetype-2.0.9/install.mk.patch' as 'install.mk.patch'
ERROR: patch did not apply, try again with force (-f -i ...)
NOTE: Task failed: 'patcher' execution failed
ERROR: package freetype-2.0.9-r0: task do_patch failed
ERROR: TaskFailed event exception, aborting
ERROR: package freetype: build failed
ERROR: Build of dreambox-image failed


I am out of ideas..Anyone maybe with a final solution ?
PS: I have the file in the source dir ..

thx
Reply With Quote
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Howto build a complete Image for any dreambox! hemertje Dreambox Development 266 09-29-2008 02:42 AM
How to use USB Memory sticks on Dreambox MrBandwidth Accessories 2 07-10-2007 03:00 PM
How to build a Dreambox Source Raph4el DB Images 27 12-09-2005 05:06 AM
Multiboot for 7020 - public beta noggie Dreambox Development 265 08-22-2005 08:29 AM
bitcontrolŽ MPEG-2 Decoder and Dreambox Receiver for Windows hemertje DB Images 3 10-27-2004 04:22 PM


All times are GMT +10. The time now is 11:14 PM.


Powered by vBulletin® Version 3.6.8
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Page generated in 0.32357 seconds with 11 queries