Jump to content


Photo

What would need to be done to use OpenPLi on the VU+ Solo?


  • Please log in to reply
28 replies to this topic

Re: What would need to be done to use OpenPLi on the VU+ Solo? #21 Sicilian

  • Senior Member
  • 454 posts

0
Neutral

Posted 26 August 2010 - 07:31

Ok, found this in pli/pli-optional-packages.bb, i've removed enigma2-plugin-extensions-ambx \ and now re-running make image : -

ENIGMA2DEPENDS += "enigma2-plugin-extensions-tuxcom enigma2-plugin-others-nano \
enigma2-plugin-extensions-tuxterm \
enigma2-plugin-drivers-usb2serial enigma2-plugin-picons \
enigma2-plugin-upnp-djmount enigma2-plugin-security-firewall \
enigma2-plugin-extensions-xmltvimport \
enigma2-plugin-extensions-ambx \
enigma2-plugin-skins-magic \
enigma2-pliplugins softcams settings scramble"

Re: What would need to be done to use OpenPLi on the VU+ Solo? #22 Sicilian

  • Senior Member
  • 454 posts

0
Neutral

Posted 27 August 2010 - 06:19

Getting another error now: -


user@ubuntu:~/solo_project$ make image
cd /home/user/solo_project/openembedded && git pull origin master
From git://openpli.git.sourceforge.net/gitroot/openpli/openembedded
* branch master -> FETCH_HEAD
Already up-to-date.
cd /home/user/solo_project/build-vusolo; . ./env.source; bitbake dreambox-image
/home/user/solo_project/bb/lib/bb/data_smart.py:33: DeprecationWarning: the sets module is deprecated
from sets import Set
NOTE: Using cache in '/home/user/solo_project/cache/oe-cache.vusolo.user'
NOTE: Parsing finished. 4034 cached, 0 parsed, 160 skipped, 28 masked.
NOTE: package dreambox-image-1.0: started
NOTE: package dreambox-image-1.0-r0: task do_rootfs: started
ERROR: function do_rootfs failed
ERROR: see log in /home/user/solo_project/build-vusolo/tmp/work/dreambox-image-1.0-r0/temp/log.do_rootfs.19340
NOTE: Task failed: /home/user/solo_project/build-vusolo/tmp/work/dreambox-image-1.0-r0/temp/log.do_rootfs.19340
NOTE: package dreambox-image-1.0-r0: task do_rootfs: failed
ERROR: TaskFailed event exception, aborting
NOTE: package dreambox-image-1.0: failed
ERROR: Build of dreambox-image failed
make: *** [image] Error 1
user@ubuntu:~/solo_project$


This is what it says in the log: -


log_check: Using /home/user/solo_project/build-vusolo/tmp/work/dreambox-image-1.0-r0/temp/log.do_rootfs.19340 as logfile
log_check: There were error messages in the logfile
log_check: Matched keyword: [ERR]
Downloading file:/home/user/solo_project/build-vusolo/tmp/deploy/ipk/libgcrypt11_1.2.2-r0_mipsel.ipk
Installing libgpg-error0 (1.3-r1) to root...
Downloading file:/home/user/solo_project/build-vusolo/tmp/deploy/ipk/libgpg-error0_1.3-r1_mipsel.ipk
Installing libcap1 (1.10-r1) to root...
--
(offline root mode: not running libgobject-2.0-0.postinst)
Configuring libgpg-error0
(offline root mode: not running libgpg-error0.postinst)
Configuring libgthread-2.0-0
--
Successfully terminated.
Collected errors:
ERROR: Cannot satisfy the following dependencies for vuplus-dvb-modules:
kernel-module-i2c-core kernel-module-firmware-class kernel-module-input kernel-module-evdev kernel-module-snd-pcm kernel-module-snd
--
+ sh /home/user/solo_project/build-vusolo/tmp/rootfs/usr/lib/ipkg/info/libgobject-2.0-0.postinst configure
+ [ -f /home/user/solo_project/build-vusolo/tmp/rootfs/usr/lib/ipkg/info/libgpg-error0.postinst ]
+ sh /home/user/solo_project/build-vusolo/tmp/rootfs/usr/lib/ipkg/info/libgpg-error0.postinst configure
+ [ -f /home/user/solo_project/build-vusolo/tmp/rootfs/usr/lib/ipkg/info/libgthread-2.0-0.postinst ]


Any ideas please?

Re: What would need to be done to use OpenPLi on the VU+ Solo? #23 Sjaaky

  • Senior Member
  • 7,443 posts

+41
Good

Posted 27 August 2010 - 09:33

Apply these patches to vusolo_defconfig.

Re: What would need to be done to use OpenPLi on the VU+ Solo? #24 Sicilian

  • Senior Member
  • 454 posts

0
Neutral

Posted 27 August 2010 - 19:10

Apply these patches to vusolo_defconfig.


Now I'm really lost lol!

I've found two vusolo_defconfig: -

user@ubuntu:~$ cd solo_project
user@ubuntu:~/solo_project$ find . -name '*vusolo_defconfig*'
./build-vusolo/tmp/work/linux-vusolo-2.6.18-7.3-r0/vusolo_defconfig
./openembedded/packages/linux/linux-vusolo/vusolo_defconfig
user@ubuntu:~/solo_project$

Which should I patch and how do I apply the patches, again really sorry, new to image building, but learning fast :)

Re: What would need to be done to use OpenPLi on the VU+ Solo? #25 Sicilian

  • Senior Member
  • 454 posts

0
Neutral

Posted 29 August 2010 - 06:14

So close, yet so far :) Anyone? Please :)

Re: What would need to be done to use OpenPLi on the VU+ Solo? #26 MiLo

  • PLi® Core member
  • 14,049 posts

+298
Excellent

Posted 29 August 2010 - 15:24

Should be this one i guess

./openembedded/packages/linux/linux-vusolo/vusolo_defconfig

the other is in your build dir, nothing there is permanent...
Real musicians never die - they just decompose

Re: What would need to be done to use OpenPLi on the VU+ Solo? #27 Sicilian

  • Senior Member
  • 454 posts

0
Neutral

Posted 30 August 2010 - 13:09

Should be this one i guess

./openembedded/packages/linux/linux-vusolo/vusolo_defconfig

the other is in your build dir, nothing there is permanent...


I thought it would be that, but what I'm confused about is how to actually apply the patches to vusolo_defoconfig

Re: What would need to be done to use OpenPLi on the VU+ Solo? #28 Sicilian

  • Senior Member
  • 454 posts

0
Neutral

Posted 1 September 2010 - 07:41

Anyone able to point me in the right direction to apply the patches to vusolo_defoconfig? Really would like to try and get this image built. All help is very appreciated.

Re: What would need to be done to use OpenPLi on the VU+ Solo? #29 Sjaaky

  • Senior Member
  • 7,443 posts

+41
Good

Posted 1 September 2010 - 09:20

You can do it with the patch command. But the filenames do not match of course, so you need to change the filenames.

All in all I think the easiest way is to apply the patches by hand (in a text editor). You understand the patch format I assume? Just take the targetfile and add everything after the +'s and remove everything after the -'s.


1 user(s) are reading this topic

0 members, 1 guests, 0 anonymous users