Openpli-5 (still next master)
Re: Openpli-5 (still next master) #901
Posted 2 February 2017 - 12:24
vsftpd normally has a config file with users that are not allowed to login via ftp (I would guess in default builds that would include root) and a config file listing users that are allowed to chroot.
2nd box: Gigablue Quad 4k 2xDVB-S2 FBC / 2xDVB-C / 1.8 TB HDD / OpenATV 6.2
testing boxes: Vu+ Duo² + AX Quadbox HD2400 + 2x Vu+ Solo² + Octagon SF4008
Sats & Pay-TV: Astra 19.2°E + Hotbird 13°E with Redlight / SCT HD / SES Astra HD- / Sky V14 / 4th empire propaganda TV
Card-Server: Raspberry Pi + IPv6-capable oscam
Router: Linksys WRT1900ACS w/ LEDE + Fritz!Box 7390
Re: Openpli-5 (still next master) #902
Re: Openpli-5 (still next master) #903
Posted 4 February 2017 - 09:57
Try in meta-dream/recipes-bsp/linux/linux-dreambox.inc
to change line 64 :
from:
FILES_kernel-vmlinux = ""
into:
FILES_kernel-vmlinux = "boot/vmlinux-${KERNEL_VERSION}-${MACHINE}.gz"
causes by commit:
http://git.openembed...242ac6e01a5fcb4
That should do the trick.
Edited by Beeker, 4 February 2017 - 09:59.
Dreambox dm920, Uclan Ustym4Kpro, Gigablue UHD TRIO 4K and Dreambox dm8000. Wavefrontier T55 13.0|19.2|23.5|28.2 + Ziggo.
Re: Openpli-5 (still next master) #904
Posted 4 February 2017 - 11:25
Try in meta-dream/recipes-bsp/linux/linux-dreambox.inc
to change line 64 :
from:
FILES_kernel-vmlinux = ""
into:
FILES_kernel-vmlinux = "boot/vmlinux-${KERNEL_VERSION}-${MACHINE}.gz"
causes by commit:
http://git.openembed...242ac6e01a5fcb4
That should do the trick.
Please create a PR for master-next if possible.
Unamed: 13E Quattro - 9E Quattro on IKUSI MS-0916
Re: Openpli-5 (still next master) #905
Re: Openpli-5 (still next master) #906
Re: Openpli-5 (still next master) #907
Re: Openpli-5 (still next master) #908
Posted 4 February 2017 - 12:06
still it remains to stop boot with ip address
I think that after You did such a change You must :
build from scratch (all) or if You remove some things using the bitbake -b <link to concerned .bb file> -c clean , the bitbake <image you are using> -c cleanall , then rebuild with bitbake <image you are using> it should work . point is to find first which packages apart from the base linux core self which have to be cleaned first. But by erasing all You're previous build frech clone then correct with patch off Beeker then build You're image from scratch it will work also. But then You gone for about 2 hours of build
Re: Openpli-5 (still next master) #909
Posted 4 February 2017 - 12:13
Confirmed. It didn't work with applying the patch afterwards.
but just change line in
FILES_kernel-vmlinux = "boot/"
It will work afterwards. Tested now with fresh git clone of today.
But it probably increase the image size with 2MB. So
FILES_kernel-vmlinux = "boot/vmlinux-${KERNEL_VERSION}-${MACHINE}.gz"
should be better.
Edited by Beeker, 4 February 2017 - 12:13.
Dreambox dm920, Uclan Ustym4Kpro, Gigablue UHD TRIO 4K and Dreambox dm8000. Wavefrontier T55 13.0|19.2|23.5|28.2 + Ziggo.
Re: Openpli-5 (still next master) #910
Re: Openpli-5 (still next master) #911
Posted 4 February 2017 - 12:40
Starting a build from stratch with patch.
To see if
FILES_kernel-vmlinux = "boot/vmlinux-${KERNEL_VERSION}-${MACHINE}.gz" works in morty branch. It works in master branch of openembedded.
Or we just have to use.
FILES_kernel-vmlinux = "boot/"
for morty branch.I must know it for sure before creating PR.
Dreambox dm920, Uclan Ustym4Kpro, Gigablue UHD TRIO 4K and Dreambox dm8000. Wavefrontier T55 13.0|19.2|23.5|28.2 + Ziggo.
Re: Openpli-5 (still next master) #912
Posted 4 February 2017 - 12:48
What do you mean exactly by "from scratch" (as there are various scenarious that would fit this description)
* Wavefrontier T90 with 28E/23E/19E/13E via SCR switches 2 x 2 x 6 user bands
I don't read PM -> if you have something to ask or to report, do it in the forum so others can benefit. I don't take freelance jobs.
Ik lees geen PM -> als je iets te vragen of te melden hebt, doe het op het forum, zodat anderen er ook wat aan hebben.
Re: Openpli-5 (still next master) #913
Posted 4 February 2017 - 12:53
What do you mean exactly by "from scratch" (as there are various scenarious that would fit this description)
Delete the entire build directory.
I did a fresh clone of https://github.com/O...pli-oe-core.git
this morning. Only that patch applied.
Dreambox dm920, Uclan Ustym4Kpro, Gigablue UHD TRIO 4K and Dreambox dm8000. Wavefrontier T55 13.0|19.2|23.5|28.2 + Ziggo.
Re: Openpli-5 (still next master) #914
Re: Openpli-5 (still next master) #915
Posted 4 February 2017 - 14:13
Build ready..but
FILES_kernel-vmlinux = "boot/vmlinux-${KERNEL_VERSION}-${MACHINE}.gz"
Doesn't work in morty branch(yet). In master of openembedded-core ok last time , but morty branch need the kernel version hardcoded.
FILES_kernel-vmlinux = "boot/vmlinux-3.2-${MACHINE}.gz"
Looking at kernel.bbclass line 145.
export CMDLINE_CONSOLE = "console=${@d.getVar("KERNEL_CONSOLE", True) or "ttyS0"}" KERNEL_VERSION = "${@get_kernelversion_headers('${B}')}" KERNEL_LOCALVERSION ?= ""
Size image is BTW 85.8 MB
Edited by Beeker, 4 February 2017 - 14:13.
Dreambox dm920, Uclan Ustym4Kpro, Gigablue UHD TRIO 4K and Dreambox dm8000. Wavefrontier T55 13.0|19.2|23.5|28.2 + Ziggo.
Re: Openpli-5 (still next master) #916
Posted 4 February 2017 - 14:22
Any idea wich is the best option?
FILES_kernel-vmlinux = "boot/vmlinux-3.2-${MACHINE}.gz"
or
FILES_kernel-vmlinux = "boot/"
With last option image is 87,7MB..So 2,2MB smaller.
Edited by Beeker, 4 February 2017 - 14:23.
Dreambox dm920, Uclan Ustym4Kpro, Gigablue UHD TRIO 4K and Dreambox dm8000. Wavefrontier T55 13.0|19.2|23.5|28.2 + Ziggo.
Re: Openpli-5 (still next master) #917
Re: Openpli-5 (still next master) #918
Posted 4 February 2017 - 14:48
Dreambox dm920, Uclan Ustym4Kpro, Gigablue UHD TRIO 4K and Dreambox dm8000. Wavefrontier T55 13.0|19.2|23.5|28.2 + Ziggo.
Re: Openpli-5 (still next master) #919
Re: Openpli-5 (still next master) #920
Posted 4 February 2017 - 17:26
hi friends can any one share the latest fresh version open pli 5.0 for vu+duo2,or where can i download it.
thanks to you
you can´t.
grtz Philip
vuduo2 openpli6.1 1TB HDD 2xdualS2tuner
av receiver denon - samsung 4k hdr+ 65inch UE65MU7000 - bose accoustimas 7.1
tvv kaart & schotel(64cm), duo lnb, OSCAM
logitech harmony ultimate
2 user(s) are reading this topic
0 members, 2 guests, 0 anonymous users