Jump to content


A.A.

Member Since 10 Jun 2015
Offline Last Active 10 Jul 2022 10:16
-----

#1395294 Vu+ Duo2 freezes/locks up

Posted by A.A. on 19 October 2021 - 08:55

I don't see any lockup/freeze on vuduo2: the current 8.1 image is rock stable.

IMHO it must be some plugin not behaving.

 

As far as I see there isn't any special mips-related issue but maybe I just never encountered it.

I would much prefer if we could keep the vanilla OE glibc unpatched.

A.A.
 




#1381240 Kodi stopped working on DRM channels

Posted by A.A. on 4 September 2021 - 19:54

I was dreaming we can push commits and have the BSP carry one or maybe two lines for kodi.

 

See i.e. meta-gfutures is already 'compliant'.

https://github.com/a...1683a0399136300

 

For OpenPLi HD-Digital decided to use a different naming

Maybe we can ask him about this.

 

A.A.




#1369514 OE overrides syntax changes, heads up !

Posted by A.A. on 31 July 2021 - 22:59

It seems RP was a bit too fast...master-next now is incompatible since that commits :)

 

RP is pushing hard though:

https://lists.openem...re/message/1302

 

Cheers

A.A.




#1351571 OpenMultiboot

Posted by A.A. on 23 May 2021 - 12:14

If we had control over the kernels the best for testing images would be to implement kexecboot.

 

The first kernels just kexec's the others residing on other partitions/other media.

 

I and dpeddi spent some time with vuduo2 but the 3.13 kernel just lacks some patches and does not survive to kexec.

Maybe for arm STB's the situation is better.

 

My 2 cents

A.A.




#1349243 vuplus: gles demo

Posted by A.A. on 15 May 2021 - 13:17

diff --git a/recipes-graphics/libvupl-examples/enigma2-plugin-extensions-libvupldemo.bb b/recipes-graphics/libvupl-examples/enigma2-plugin-extensions-libvupldemo.bb
index 5294966..9c69fde 100644
--- a/recipes-graphics/libvupl-examples/enigma2-plugin-extensions-libvupldemo.bb
+++ b/recipes-graphics/libvupl-examples/enigma2-plugin-extensions-libvupldemo.bb
@@ -8,9 +8,15 @@ RDEPENDS_${PN} = "libvupl-example-cube"
 
 SRC_URI = "http://code.vuplus.c...o.${PR}.tar.gz"
 
+S = "${WORKDIR}/enigma2-plugin-demoplugins-libvupldemo"
+
+do_configure_prepend() {
+       sed -i "s/ps -e |/ps |/g" ${S}/plugin.py
+}
+
 do_install_append() {
        install -d ${D}/${libdir}/enigma2/python/Plugins/Extensions/libvupldemo
-       install -m 0644 ${WORKDIR}/enigma2-plugin-demoplugins-libvupldemo/* ${D}/${libdir}/enigma2/python/Plugins/Extensions/libvupldemo/
+       install -m 0644 ${S}/* ${D}/${libdir}/enigma2/python/Plugins/Extensions/libvupldemo/
 }
 
 FILES_${PN} = "${libdir}"
 




#1348791 devel: kodi_18 vs mipsel

Posted by A.A. on 13 May 2021 - 19:54

@WanWizard

 

I queued the fix to my PR at meta-vuplus.

 

Later I will rewrite one recipe for each, according to their BSP-style.

Cheers

A.A

 

 

andrea@andrea-ThinkPad-T520:/oe/openpli-oe-core/build$ bitbake -p libvugles2
Loading cache: 100% |############################################| Time: 0:00:00
Loaded 4235 entries from dependency cache.
Parsing recipes: 100% |##########################################| Time: 0:00:13
Parsing of 3370 .bb files complete (3073 cached, 297 parsed). 4532 targets, 640 skipped, 0 masked, 0 errors.
andrea@andrea-ThinkPad-T520:/oe/openpli-oe-core/build$ bitbake -c cleansstate libvugles2
Loading cache: 100% |############################################| Time: 0:00:00
Loaded 4235 entries from dependency cache.
Parsing recipes: 100% |##########################################| Time: 0:00:13
Parsing of 3370 .bb files complete (3073 cached, 297 parsed). 4532 targets, 640 skipped, 0 masked, 0 errors.
ERROR: Nothing PROVIDES 'libvugles2'
libvugles2 was skipped: incompatible with machine e4hd (not in COMPATIBLE_MACHINE)

Summary: There was 1 ERROR message shown, returning a non-zero exit code.
andrea@andrea-ThinkPad-T520:/oe/openpli-oe-core/build$

 




#1348335 VU+ Uno 4Kse LCD

Posted by A.A. on 12 May 2021 - 13:50

@krime

 

I'm happy with these custom lcd4 settings  ON VUDUO2, see attachment (rename it lcd4config)

Maybe you find some hints.

 

ciao!

A.A.

Attached Files




#1211066 zeus vs dunfell

Posted by A.A. on 30 May 2020 - 13:44

@WTE: Pull Request #72 created