Jump to content


Photo

Openpli-5 (still next master)


  • Please log in to reply
1177 replies to this topic

Re: Openpli-5 (still next master) #501 betacentauri

  • PLi® Core member
  • 7,185 posts

+323
Excellent

Posted 20 October 2016 - 15:50

I guess quilt is not installed on your system. Installation depends on your system. Try something like this:
sudo apt-get install quilt

But why are you asking here when you try to build OpenATV image?
Xtrend ET-9200, ET-8000, ET-10000, OpenPliPC on Ubuntu 12.04

Re: Openpli-5 (still next master) #502 ostende

  • Senior Member
  • 69 posts

0
Neutral

Posted 20 October 2016 - 21:05

No friend quilt is installed on my systeme
I build openpli based image on a su openatvbuilder and not oe core

Re: Openpli-5 (still next master) #503 christophecvr

  • Senior Member
  • 3,131 posts

+140
Excellent

Posted 21 October 2016 - 11:06

 

please what is the solution with this error 

 

 

 

 

ERROR: linux-dreambox-3.2-r14.19.53 do_patch: Command Error: 'quilt --quiltrc /home/openatvbuilder/opents/openpli-oe-core/build/tmp/sysroots/x86_64-linux/etc/quiltrc push' exited with 0  Output:

Applying patch misc_latin1_to_utf8_conversions.patch
patching file drivers/usb/storage/isd200.c
Hunk #1 FAILED at 61.
1 out of 1 hunk FAILED -- rejects in file drivers/usb/storage/isd200.c
Patch misc_latin1_to_utf8_conversions.patch does not apply (enforce with -f)
ERROR: linux-dreambox-3.2-r14.19.53 do_patch: Function failed: patch_do_patch
ERROR: Logfile of failure stored in: /home/openatvbuilder/opents/openpli-oe-core/build/tmp/work/dm800se-oe-linux/linux-dreambox/3.2-r14.19.53/temp/log.do_patch.3656
ERROR: Task /home/openatvbuilder/opents/openpli-oe-core/meta-dream/recipes-bsp/linux/linux-dreambox_3.2.bb:do_patch (/home/openatvbuilder/opents/openpli-oe-core/meta-dream/recipes-bsp/linux/linux-dreambox_3.2.bb:do_patch) failed with exit code '1'

 

I had to make that patch self on my own system. I do no now why but the ones provided always give a similar error. But the one I made self do work perfect and the ones provided do not.

 

The one I made self looks well 100 % the same like the one provided. That's the weird of this patch and has nothing to do with quilt.



Re: Openpli-5 (still next master) #504 christophecvr

  • Senior Member
  • 3,131 posts

+140
Excellent

Posted 21 October 2016 - 11:23

@ostende

 

try patch I made and posted on toppic

 

http://forums.openpl...ndpost&p=599797

 

Download the patch like it is



Re: Openpli-5 (still next master) #505 fairbird

  • Senior Member
  • 413 posts

+20
Neutral

Posted 21 October 2016 - 17:13

My friends ... Please

Any way or any patchs to Reduce the size of openpli5 for dm800se ?!

Because I got it to big size around (64) MB ...

 

Thank you


DM500s
DM800

DM800se

DM920UHD


Re: Openpli-5 (still next master) #506 ostende

  • Senior Member
  • 69 posts

0
Neutral

Posted 21 October 2016 - 17:48

@ostende

 

try patch I made and posted on toppic

 

http://forums.openpl...ndpost&p=599797

 

Download the patch like it is

 

thnx friendit work fine  :)  :)  :)



Re: Openpli-5 (still next master) #507 buc61b

  • Senior Member
  • 154 posts

+1
Neutral

Posted 21 October 2016 - 21:54

Still no official relase? :)


Sent from my iPhone using Tapatalk

Re: Openpli-5 (still next master) #508 fairbird

  • Senior Member
  • 413 posts

+20
Neutral

Posted 21 October 2016 - 22:15

Yes, I know...

But I mean privet compile images ...

 

Thank you


DM500s
DM800

DM800se

DM920UHD


Re: Openpli-5 (still next master) #509 MastaG

  • Senior Member
  • 1,531 posts

+118
Excellent

Posted 22 October 2016 - 21:11

Use upx to compress the large binaries.

Re: Openpli-5 (still next master) #510 fairbird

  • Senior Member
  • 413 posts

+20
Neutral

Posted 23 October 2016 - 01:11

Yes I'm already use it in my enigma2.bbappend

do_upx() {
    if [ ! "$TA" = "sh4" ] && [ ! "$TA" = "arm" ]
    then
        echo "Ultimate packager!"
        upx --best --ultra-brute ${WORKDIR}/packages-split/enigma2/usr/bin/enigma2
    fi
}

Also I have remove all languages just I keep it only 3 languages and still size around 63 MB ...


DM500s
DM800

DM800se

DM920UHD


Re: Openpli-5 (still next master) #511 fairbird

  • Senior Member
  • 413 posts

+20
Neutral

Posted 23 October 2016 - 03:42

Also I see in openpli4 the (site-packages) folder size only 5.4MB because it contains a few packages..

And in openpli5 the size too much around 13 MB too much packages ...


DM500s
DM800

DM800se

DM920UHD


Re: Openpli-5 (still next master) #512 mrvica

  • Senior Member
  • 1,256 posts

+86
Good

Posted 23 October 2016 - 11:03

I tested it on enigma2 binary
upx --best --ultra-brute enigma2
gives the same binary size after compression as
upx --lzma enigma2
but much faster compression

Re: Openpli-5 (still next master) #513 MiLo

  • PLi® Core member
  • 14,054 posts

+298
Excellent

Posted 23 October 2016 - 18:52

That would only compress the enigma2 binary, which will already be stored compressed into the filesystem (uzing gzip).

Easier method is to just omit "samba", which is the main cause of the image growing so large. Please go complain at the samba project that they've really messed it up.
Real musicians never die - they just decompose

Re: Openpli-5 (still next master) #514 theparasol

  • Senior Member
  • 4,157 posts

+198
Excellent

Posted 23 October 2016 - 20:03

And if you drop the samba components you could start using something like "ftpuse" on your clients to compensate it.


@Camping: ZGemma H.2S, Technisat Multytenne 4-in-1 @Home: Edision Mini 4K, Wave Frontier T55, EMP Centauri EMP DiSEqC 8/1 switch, 4x Inverto Ultra Black single LNB


Re: Openpli-5 (still next master) #515 fairbird

  • Senior Member
  • 413 posts

+20
Neutral

Posted 23 October 2016 - 22:04

Already my image doesn't compiled samba and I got 63mb size ...I found the large packages in (site-packages) folder it is 12.5mb and in openpli4 that folder only 5.4mb ...


Edited by fairbird, 23 October 2016 - 22:04.

DM500s
DM800

DM800se

DM920UHD


Re: Openpli-5 (still next master) #516 christophecvr

  • Senior Member
  • 3,131 posts

+140
Excellent

Posted 28 October 2016 - 07:59

Note

 

PLI5-GSTREAMER-RECIPES 1.9.90 updated to master of 28-10-2016 (libav now based on FFmpeg release 3.2).

 

https://github.com/c...TREAMER-RECIPES



Re: Openpli-5 (still next master) #517 felymm

  • Member
  • 23 posts

+1
Neutral

Posted 28 October 2016 - 08:38

Hello,

 

Where can I download the latest version 5.0?

 

thx



Re: Openpli-5 (still next master) #518 christophecvr

  • Senior Member
  • 3,131 posts

+140
Excellent

Posted 28 October 2016 - 08:57

only for those who build self image.



Re: Openpli-5 (still next master) #519 WanWizard

  • PLi® Core member
  • 69,937 posts

+1,788
Excellent

Posted 28 October 2016 - 09:39

Hello,

 

Where can I download the latest version 5.0?

 

thx

 

Is not ready for release yet, there are still some issues with certain hardware outstanding.


Currently in use: VU+ Duo 4K (2xFBC S2), VU+ Solo 4K (1xFBC S2), uClan Usytm 4K Ultimate (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: Openpli-5 (still next master) #520 christophecvr

  • Senior Member
  • 3,131 posts

+140
Excellent

Posted 30 October 2016 - 13:55

I noticed a problem into master-next branch concerning updates.

 

Currently using make update causes the branch to update to master (instead of master-next) for some things others remains into master-next. This cause quit weird build issues after git is updated.

 

Off course the day master-next will become the master this problem will not be there anymore . In the mean time it would be nice if the patch included here is aplied to master-next branch (only).

 

Thanks

 

 

Attached Files




18 user(s) are reading this topic

0 members, 18 guests, 0 anonymous users