module-init-tools-3.2.2.tar.bz2
Openpli Quick setup Ubuntu/debian
Re: Openpli Quick setup Ubuntu/debian #61
Re: Openpli Quick setup Ubuntu/debian #62
Posted 30 December 2011 - 13:06
/git.debian-maintainers.org/git/daniel/libdvdread.git;protocol=git;branch=debian;tag=8d2745c6e61cbcf70112d5bb0d15685090e20af1
Re: Openpli Quick setup Ubuntu/debian #63
Posted 30 December 2011 - 13:46
If anybody could please upload the following file here
cvs://anoncvs:anoncvs@anoncvs.handhelds.org/cvs;module=apps/update-rc.d;tag=r0_7
Re: Openpli Quick setup Ubuntu/debian #64
Posted 30 December 2011 - 14:25
http://openpli.org/f...post__p__218927
update-rc.d there is somewhere on the forum for sure too, but I can't find it now so attached again
Attached Files
Re: Openpli Quick setup Ubuntu/debian #65
Posted 30 December 2011 - 14:56
The next missing archive is
http://mirrors.opene...ad-0.9.7.tar.gz
Re: Openpli Quick setup Ubuntu/debian #66
Posted 30 December 2011 - 15:25
I've got no such tarball in my sources...
anyway, short googling and voila:
http://pkgs.fedorapr...529e1235502337/
//and please stop with this rep points
Re: Openpli Quick setup Ubuntu/debian #67
Posted 31 December 2011 - 00:24
In the Makefile-2.1, line 2, the target platform is proposed as et9000 but if you choose this
for MACHINE ?= et9000 you get an error:
ERROR: Unable to determine endianness for architecture 'INVALID'
ERROR: Please add your architecture to siteinfo.bbclass
If you set
MACHINE ?= et9x00
everything works as planned...
regards, ecco
Re: Openpli Quick setup Ubuntu/debian #68
Posted 31 December 2011 - 04:10
fetch URL git://git.debian-maintainers.org/git/daniel/libdvdread.git;protocol=git;branch=debian;tag=8d2745c6e61cbcf70112d5bb0d15685090e20af1
Re: Openpli Quick setup Ubuntu/debian #69
Re: Openpli Quick setup Ubuntu/debian #70
Re: Openpli Quick setup Ubuntu/debian #71
Re: Openpli Quick setup Ubuntu/debian #72
Posted 31 December 2011 - 13:49
jonas@jonas-ubuntu:~/work/openpli$ make -f Makefile-2.1 image cd /home/jonas/work/openpli/openembedded && git pull origin master && git submodule update From git://openpli.git.sourceforge.net/gitroot/openpli/openembedded * branch master -> FETCH_HEAD Already up-to-date. cd /home/jonas/work/openpli/build-vuduo; . ./env.source; bitbake openpli-enigma2-image NOTE: Psyco JIT Compiler (http://psyco.sf.net) not available. Install it to increase performance. Loading cache: 100% |###########################################| ETA: 00:00:00 Loaded 713 entries from dependency cache. ERROR: Error evaluating '${@bb.fetch.get_srcrev(d)}' | ETA: --:--:-- Traceback (most recent call last): File "/home/jonas/work/openpli/bitbake/lib/bb/data_smart.py", line 117, in expandWithRefs s = __expand_python_regexp__.sub(varparse.python_sub, s) File "/home/jonas/work/openpli/bitbake/lib/bb/data_smart.py", line 76, in python_sub value = utils.better_eval(codeobj, DataContext(self.d)) File "/home/jonas/work/openpli/bitbake/lib/bb/utils.py", line 387, in better_eval return eval(source, _context, locals) File "SRCPV", line 1, in <module> File "/home/jonas/work/openpli/bitbake/lib/bb/fetch/__init__.py", line 391, in get_srcrev ud.setup_localpath(d) FetchError: Fetch command git ls-remote git://openpli.git.sourceforge.net/gitroot/openpli/aio-grab master gave empty output ERROR: Error evaluating '1.0+git${SRCPV}' Traceback (most recent call last): File "/home/jonas/work/openpli/bitbake/lib/bb/data_smart.py", line 116, in expandWithRefs s = __expand_var_regexp__.sub(varparse.var_sub, s) File "/home/jonas/work/openpli/bitbake/lib/bb/data_smart.py", line 60, in var_sub var = self.d.getVar(key, 1) File "/home/jonas/work/openpli/bitbake/lib/bb/data_smart.py", line 260, in getVar return self.expand(value, var) File "/home/jonas/work/openpli/bitbake/lib/bb/data_smart.py", line 132, in expand return self.expandWithRefs(s, varname).value File "/home/jonas/work/openpli/bitbake/lib/bb/data_smart.py", line 117, in expandWithRefs s = __expand_python_regexp__.sub(varparse.python_sub, s) FetchError: Fetch command git ls-remote git://openpli.git.sourceforge.net/gitroot/openpli/aio-grab master gave empty output ERROR: Error evaluating '${PN}-${EXTENDPE}${PV}-${PR}' Traceback (most recent call last): File "/home/jonas/work/openpli/bitbake/lib/bb/data_smart.py", line 116, in expandWithRefs s = __expand_var_regexp__.sub(varparse.var_sub, s) File "/home/jonas/work/openpli/bitbake/lib/bb/data_smart.py", line 60, in var_sub var = self.d.getVar(key, 1) File "/home/jonas/work/openpli/bitbake/lib/bb/data_smart.py", line 260, in getVar return self.expand(value, var) File "/home/jonas/work/openpli/bitbake/lib/bb/data_smart.py", line 132, in expand return self.expandWithRefs(s, varname).value File "/home/jonas/work/openpli/bitbake/lib/bb/data_smart.py", line 116, in expandWithRefs s = __expand_var_regexp__.sub(varparse.var_sub, s) FetchError: Fetch command git ls-remote git://openpli.git.sourceforge.net/gitroot/openpli/aio-grab master gave empty output ERROR: Error evaluating '${PF}:${P}:${PN}:${BP}:${BPN}:files:.' Traceback (most recent call last): File "/home/jonas/work/openpli/bitbake/lib/bb/data_smart.py", line 116, in expandWithRefs s = __expand_var_regexp__.sub(varparse.var_sub, s) File "/home/jonas/work/openpli/bitbake/lib/bb/data_smart.py", line 60, in var_sub var = self.d.getVar(key, 1) File "/home/jonas/work/openpli/bitbake/lib/bb/data_smart.py", line 260, in getVar return self.expand(value, var) File "/home/jonas/work/openpli/bitbake/lib/bb/data_smart.py", line 132, in expand return self.expandWithRefs(s, varname).value File "/home/jonas/work/openpli/bitbake/lib/bb/data_smart.py", line 116, in expandWithRefs s = __expand_var_regexp__.sub(varparse.var_sub, s) FetchError: Fetch command git ls-remote git://openpli.git.sourceforge.net/gitroot/openpli/aio-grab master gave empty output ERROR: Error parsing /home/jonas/work/openpli/openembedded/recipes/aio-grab/aio-grab.bb: Fetch command git ls-remote git://openpli.git.sourceforge.net/gitroot/openpli/aio-grab master gave empty output ERROR: Command execution failed: Exited with 1 make: *** [image] Fehler 1 jonas@jonas-ubuntu:~/work/openpli$
Re: Openpli Quick setup Ubuntu/debian #73
Posted 31 December 2011 - 13:51
I have 3 libdvdread bitbake files: 0.9.6 0.9.7 and 4.1.3.9
My target is dm500hd, not vu(default)
The makefile is Makefile2.0
#!/usr/bin/make -f
# target platform: dm7025, dm800, dm8000, vuduo, dm500hd, dm800se, et9000
MACHINE ?= dm500hd
BUILDDIR = build-${MACHINE}
# for a list of some other repositories have
# a look at http://git.opendreambox.org/
GIT_URL = git://openpli.git.sourceforge.net/gitroot/openpli/openembedded
GIT_BRANCH = 2.0
# in case you want to send pull requests or generate patches
#GIT_AUTHOR_NAME ?= Your Name
#GIT_AUTHOR_EMAIL ?= you@example.com
# you should not need to change anything below
BITBAKE_BRANCH = 1.10
GIT = git
PWD := $(shell pwd)
OE_BASE = $(PWD)
Edited by shumifan50, 31 December 2011 - 13:54.
Re: Openpli Quick setup Ubuntu/debian #74
Posted 31 December 2011 - 14:08
so now we have the culpritThe makefile is Makefile2.0
I suggest to use latest 2.1 makefile...
http://openpli.svn.s....1?revision=232
Re: Openpli Quick setup Ubuntu/debian #75
Posted 31 December 2011 - 14:16
wget http://openpli.svn.s...oe/Makefile-2.0 -O ~/openpli/Makefile-2.0 (bitbake 1.10)
If you download the makefile on the first post, it is different (bitbake 1.12)
Sorry about that - at least we got to the bottom of it!!!!!!!!!!
I will look at setting up an ftp site for the missing archives once I have it working.
Re: Openpli Quick setup Ubuntu/debian #76
Posted 31 December 2011 - 14:49
The last time I compile the opempli for vu-solo is 2 monts ago,
I try compile whit a last Makefile-2.1 and send this error:
Parsing of 7592 .bb files complete (6764 cached, 828 parsed). 8240 targets, 357 skipped, 2 masked, 0 errors.
WARNING: No bb files matched BBFILE_PATTERN_overlay '/home/javier/openpli/local'
Build Configuration:
BB_VERSION = "1.12.0"
METADATA_BRANCH = "master"
METADATA_REVISION = "7709899"
TARGET_ARCH = "mipsel"
TARGET_OS = "linux"
MACHINE = "vusolo"
DISTRO = "openpli"
DISTRO_VERSION = "2.1"
NOTE: Resolving any missing task queue dependencies
NOTE: Preparing runqueue
ERROR: Task /home/javier/openpli/openembedded/recipes/images/openpli-enigma2-image.bb (do_rm_work) has circular dependency on /home/javier/openpli/openembedded/recipes/images/openpli-enigma2-image.bb (do_rm_work_all)
make: *** [image] Error 1
Is possible any help plis?
Thanks and very happy new year 2012
Re: Openpli Quick setup Ubuntu/debian #77
Re: Openpli Quick setup Ubuntu/debian #78
Posted 31 December 2011 - 15:49
I try this solution and in this momment work good: http://openpli.org/f...post__p__229071
Is this correct?
What is "restart from scratch"?
Thank Your
Edited by javier3034, 31 December 2011 - 15:51.
Re: Openpli Quick setup Ubuntu/debian #79
Posted 31 December 2011 - 16:19
What is "restart from scratch"?
Delete the entire previous directories and make a new directory with just the makefile - you cannot 'update' build.
Re: Openpli Quick setup Ubuntu/debian #80
Posted 31 December 2011 - 16:25
@javier:
What is "restart from scratch"?
Delete the entire previous directories and make a new directory with just the makefile - you cannot 'update' build.
That's almost what I meant. But take care Delete indeed everything
EXCEPT EXCEPT YOU ALREADY OBTAINED SOURCES !!!!
1 user(s) are reading this topic
0 members, 1 guests, 0 anonymous users