Jump to content


Photo

Openpli Quick setup Ubuntu/debian


  • Please log in to reply
572 replies to this topic

Re: Openpli Quick setup Ubuntu/debian #201 Persian Prince

  • Senior Member
  • 1,982 posts

+247
Excellent

Posted 2 January 2013 - 13:14

is it possible to use newer pythons like 3.x ?

Open Vision sources: https://github.com/OpenVisionE2


Re: Openpli Quick setup Ubuntu/debian #202 MiLo

  • PLi® Core member
  • 14,055 posts

+298
Excellent

Posted 2 January 2013 - 14:02

Not without considerable effort, 3.x differs in many ways from the 2.x versions. For example,
print "hello world"
is no longer valid Python code in 3.x
Real musicians never die - they just decompose

Re: Openpli Quick setup Ubuntu/debian #203 FredFrin

  • Member
  • 16 posts

0
Neutral

Posted 7 January 2013 - 23:55

Re Build:

A number of sites providing package sources seem to have 'gone'. So far I've found sources
elsewhere & manually placed them in the source dir.

openembedded/packages/tuxbox/dvbsnoop.bb contains an error causing checkout to fail & build to hang:

Remove the UTC from the following line & it works :

SRCDATE="20081001UTC"

cheers,
ff

Re: Openpli Quick setup Ubuntu/debian #204 FredFrin

  • Member
  • 16 posts

0
Neutral

Posted 8 January 2013 - 00:23

... and then it fails at the next hurdle. Same trick does not work this time ;(
Placing tuxbox-common-r11.tar.gz into sources does not work this time ...

NOTE: package tuxbox-common-openpli+svn295: started
NOTE: package tuxbox-common-openpli+svn295-r2: task do_fetch: started
NOTE: Fetch cvs://anoncvs@cvs.tuxbox.org/cvs/tuxbox/;module=cdk/root/share/tuxbox;method=ext;tag=dreambox;date=20090305UTC
ssh: connect to host cvs.tuxbox.org port 22: Connection refused
cvs [checkout aborted]: end of file from server (consult above messages if any)
NOTE: Task failed: Fetch failed: cdk/root/share/tuxbox
NOTE: package tuxbox-common-openpli+svn295-r2: task do_fetch: failed
ERROR: TaskFailed event exception, aborting
NOTE: package tuxbox-common-openpli+svn295: failed
ERROR: Build of dreambox-image failed

Seems a lot of hacking is needed to build .... is running make_oe_image the wrong thing to do??

Re: Openpli Quick setup Ubuntu/debian #205 Persian Prince

  • Senior Member
  • 1,982 posts

+247
Excellent

Posted 8 January 2013 - 06:00

try not to use : ssh anoncvs@cvs.tuxbox.org

and create these empty files yourself for sources directory :

apps.dvb.dvbsnoop_cvs.tuxbox.org__20081001.tar.gz.done
root_openpli.svn.sourceforge.net_.svnroot.openpli.trunk.cdk.cdk_295_.tar.gz.done

Open Vision sources: https://github.com/OpenVisionE2


Re: Openpli Quick setup Ubuntu/debian #206 Persian Prince

  • Senior Member
  • 1,982 posts

+247
Excellent

Posted 8 January 2013 - 06:10

@ PLi team :

you can update dm7020hd secondstage to version 87 : dreambox-secondstage-dm7020hd_87.bb

SRC_URI[md5sum] = "aee2729d37be2ae1e8070e8327f50f06"
SRC_URI[sha256sum] = "fb318ce22a9b5cbe1eaf8551b7a43593266e046deded4048f397c95f646c93d8"

for dm7020hdv2 (new flash chip) support

also new drivers for dm500hd and dm800se :

dreambox-dvb-modules-dm500hd_3.2-20121207.bb

SRC_URI[modules.md5sum] = "64108c13f392b8fd6b479b44c09d8bfd"
SRC_URI[modules.sha256sum] = "8d38e7316b3817c9cc63af29f5b4e28367ab60ea500d540e5d78c2e6cf6bff30"

dreambox-dvb-modules-dm800se_3.2-20121207.bb

SRC_URI[modules.md5sum] = "842737462d35db0550e98a06a7f5c5b2"
SRC_URI[modules.sha256sum] = "c79dc0030da1f8e2415c42ef677eed09a4e75d901deb896fe0eb56fe581dcb93"

for wma/wmv support and vtuner bug fix

;)

Open Vision sources: https://github.com/OpenVisionE2


Re: Openpli Quick setup Ubuntu/debian #207 FredFrin

  • Member
  • 16 posts

0
Neutral

Posted 14 January 2013 - 00:49

@Persian Prince:

Thanks for yr post - but it's not helping me get any further :(

I placed the files you posted in source & created the ".done" touch files, get same issue.

cvs.tuxbox.org site states it has moved, so it looks like nobody can build
unless they have previously downloaded the necessary goodies from here?

Shouldn't the bitbake file be fixed ??? This would get rid of the prob once and for all ...

openembedded/packages/tuxbox/tuxbox-common.bb

This contains:


SRC_URI = "cvs://anoncvs@cvs.tuxbox.org/cvs/tuxbox/;module=cdk/root/share/tuxbox;method=ext;tag=dreambox;date=${SRCDATE} \
        http://dreamboxupdate.com/download/opendreambox/tuxbox-common-r11.tar.gz"
...

SRC_URI += " ${PLISVNURL}/${PLISVNBRANCH}/cdk/cdk/root;module=share;rev=${PLISVNREV};proto=${PLISVNPROTO} \
        ${PLISVNURL}/${PLISVNBRANCH}/cdk/cdk/root;module=etc;rev=${PLISVNREV};proto=${PLISVNPROTO}"

Does anyone have the file to be retrieved by the first URI, or have the correction needed for the bb?
(and will any others from cvs.tuxbox.org be needed)??

Re: Openpli Quick setup Ubuntu/debian #208 MiLo

  • PLi® Core member
  • 14,055 posts

+298
Excellent

Posted 14 January 2013 - 11:55

Probably the problem is that the "shadow" repo in your sources dir can no longer be updated. simplest way to solve this is to simply remove the "svn" tree from the sources. It's a bit too much, but there aren't many big svn repos.
Real musicians never die - they just decompose

Re: Openpli Quick setup Ubuntu/debian #209 Persian Prince

  • Senior Member
  • 1,982 posts

+247
Excellent

Posted 14 January 2013 - 17:28

as MiLo said try removing svn folder

also you can do like OE Alliance for dvbsnoop : https://github.com/o...bsnoop.bbappend

(local .tar.gz file)

Open Vision sources: https://github.com/OpenVisionE2


Re: Openpli Quick setup Ubuntu/debian #210 Persian Prince

  • Senior Member
  • 1,982 posts

+247
Excellent

Posted 15 January 2013 - 12:39

@ MiLo :

please take a look at http://openpli.org/f...post__p__326099 for dreambox updates

also opera-hbbtv_20130114_2.tar.gz is availabe but lib/python/Plugins/Extensions/HbbTV/plugin.py changed : http://code.vuplus.c...b4f132f970d2e48

the 20130110 driver for solo2 is better : http://code.vuplus.c...137cfbfd737f8ac

Open Vision sources: https://github.com/OpenVisionE2


Re: Openpli Quick setup Ubuntu/debian #211 Persian Prince

  • Senior Member
  • 1,982 posts

+247
Excellent

Posted 15 January 2013 - 12:45

also aio-grab should be updated for 7356 , i'm using OE Alliance one : https://github.com/o...b/master/main.c

but it's good to help each other :)

Open Vision sources: https://github.com/OpenVisionE2


Re: Openpli Quick setup Ubuntu/debian #212 FredFrin

  • Member
  • 16 posts

0
Neutral

Posted 18 January 2013 - 00:08

@MiLo : I do not have a sources/svn subdir. I tried creating one - also no help.
I thought maybe you meant cvs so I moved that out of sources - no help



~/openpli/trunk/pli-oe$ find sources | grep svn
sources/root_openpli.svn.sourceforge.net_.svnroot.openpli.trunk.cdk.cdk_295_.tar.gz



ssh is unable to connect to cvs.tuxbox.org. This site says it's down.
so I don't understand yr proposed solutions ... I would have expected that the workaround
needed is

- place the missing files (obtained from elsewhere) in sources so the retrieval is no longer attempted,
- or alter the URI from which the the build tries to collect the files to something valid.


... but then I havn't built OpenPli before ...


NOTE: package tuxbox-common-openpli+svn296: started
NOTE: package tuxbox-common-openpli+svn296-r2: task do_fetch: started
NOTE: Fetch cvs://anoncvs@cvs.tuxbox.org/cvs/tuxbox/;module=cdk/root/share/tuxbox;method=ext;tag=dreambox;date=20090305
ssh: connect to host cvs.tuxbox.org port 22: Connection refused
cvs [checkout aborted]: end of file from server (consult above messages if any)
NOTE: Task failed: Fetch failed: cdk/root/share/tuxbox



Re: Openpli Quick setup Ubuntu/debian #213 christophecvr

  • Senior Member
  • 3,131 posts

+140
Excellent

Posted 19 January 2013 - 14:47

@FredFrin

I just updated the base document.

Just remove everything You did and follow the instructions in that document.

Then it will work.

Here the link a second time

Base Document openpli setup on ubuntu

Edited by christophecvr, 19 January 2013 - 14:50.


Re: Openpli Quick setup Ubuntu/debian #214 Persian Prince

  • Senior Member
  • 1,982 posts

+247
Excellent

Posted 24 January 2013 - 00:46

@ PLi team

please change this line :

devicenames = [_("dreambox front panel"),_("dreambox remote control (native)"),_("dreambox advanced remote control (native)"),_("dreambox ir keyboard"),_("dreambox ir mouse")]

in http://openpli.git.s...fs/heads/master

to

devicenames = [_("STB front panel"),_("STB remote control (native)"),_("STB advanced remote control (native)"),_("STB ir keyboard"),_("STB ir mouse")]

Open Vision sources: https://github.com/OpenVisionE2


Re: Openpli Quick setup Ubuntu/debian #215 pieterg

  • PLi® Core member
  • 32,766 posts

+245
Excellent

Posted 24 January 2013 - 11:21

input device names should not be translated

Re: Openpli Quick setup Ubuntu/debian #216 Persian Prince

  • Senior Member
  • 1,982 posts

+247
Excellent

Posted 24 January 2013 - 11:31

ok at least now we have the correct file

thanks :)

Open Vision sources: https://github.com/OpenVisionE2


Re: Openpli Quick setup Ubuntu/debian #217 Persian Prince

  • Senior Member
  • 1,982 posts

+247
Excellent

Posted 24 January 2013 - 11:50

you can update dvbsnoop recipe like this : http://code.vuplus.c...34d20033d3a81e3

Open Vision sources: https://github.com/OpenVisionE2


Re: Openpli Quick setup Ubuntu/debian #218 Persian Prince

  • Senior Member
  • 1,982 posts

+247
Excellent

Posted 27 January 2013 - 12:45

@ MiLo

please check your email for some suggestions

thanks in advance

Open Vision sources: https://github.com/OpenVisionE2


Re: Openpli Quick setup Ubuntu/debian #219 Persian Prince

  • Senior Member
  • 1,982 posts

+247
Excellent

Posted 3 February 2013 - 22:41

i think you should update bsod.cpp for xp1000

something like :

   else if (access("/proc/stb/info/boxtype", F_OK) != -1) {
    xml.cDataFromCmd("maxdigitalsoftware", "opkg list-installed 'xp*'");
   }

Open Vision sources: https://github.com/OpenVisionE2


Re: Openpli Quick setup Ubuntu/debian #220 ims

  • PLi® Core member
  • 13,766 posts

+214
Excellent

Posted 8 February 2013 - 10:58

I'm using Ubuntu in 10.04 still. Will be here some unwanted surprice after upgrade to 11.10 or newer for E2 development ?
Kdo nic nedělá, nic nezkazí!


3 user(s) are reading this topic

0 members, 3 guests, 0 anonymous users