Jump to content


moham96

Member Since 13 Jun 2018
Offline Last Active 15 Aug 2021 14:30
-----

Topics I've Started

Satfinder app without tuning into channels

18 August 2018 - 18:50

Hi,

I've been looking for an app( for Android or ios) that can be used with enigma2 as a sat finder.

All the apps that I found require that you have channels and tune into one, unlike the enigma2-plugin-systemplugins-satfinder where you can choose a specific transponder and see the signal level for it.

All the apps I found use the web/signal API which shows the signal of the currently tuned channel, this is useless if you're trying to setup a new satellite and you don't have channels.

 

Some of the apps I tried:

https://play.google....igma.sat.finder

https://play.google....holf.dreamdroid

https://play.google....ront.dreamtools

So is there such an app that provides the info from the enigma2-plugin-systemplugins-satfinder ?

 

Regards


Failed to build feeds for aarch64 and clean the build directory

2 July 2018 - 17:18

Hi,

I'm new to openpli and bitbake and have a couple of questions.

I'm trying to build openpli with MastaG and Persian prince pli-extra addon

I have two problems:

 

1- when building the feeds for an aarch64 architecture I get the following error:

 

 

DEBUG: Executing shell function do_install
| install: cannot stat '/home/oealliancebuilder/openpli-oe-core/build/tmp/work/aarch64-oe-linux/enigma2-plugin-softcams-cccam/2.3.2-r0/CCcam.aarch64': No such file or directory
| WARNING: /home/oealliancebuilder/openpli-oe-core/build/tmp/work/aarch64-oe-linux/enigma2-plugin-softcams-cccam/2.3.2-r0/temp/run.do_install.12796:1 exit 1 from 'install -m 0755 /home/oealliancebuilder/openpli-oe-core/build/tmp/work/aarch64-oe-linux/enigma2-plugin-softcams-cccam/2.3.2-r0/CCcam.aarch64 /home/oealliancebuilder/openpli-oe-core/build/tmp/work/aarch64-oe-linux/enigma2-plugin-softcams-cccam/2.3.2-r0/image/usr/bin/CCcam'
| ERROR: Function failed: do_install (log file is located at /home/oealliancebuilder/openpli-oe-core/build/tmp/work/aarch64-oe-linux/enigma2-plugin-softcams-cccam/2.3.2-r0/temp/log.do_install.12796)
ERROR: Task (/home/oealliancebuilder/openpli-oe-core/meta-openpli/recipes-openpli/enigma2-softcams/enigma2-plugin-softcams-cccam_2.3.2.bb:do_install) failed with exit code '1'
NOTE: Tasks Summary: Attempted 5397 tasks of which 5392 didn't need to be rerun and 1 failed.

Summary: 1 task failed:
  /home/oealliancebuilder/openpli-oe-core/meta-openpli/recipes-openpli/enigma2-softcams/enigma2-plugin-softcams-cccam_2.3.2.bb:do_install
Summary: There was 1 ERROR message shown, returning a non-zero exit code.
Makefile:129: recipe for target 'feed' failed
make: *** [feed] Error 1
 

This is because the cccam binaries provided by openpli at http://downloads.ope...CCcam-2.3.2.zip doesn't contain a binary for aarch64.

 

So can I tell bitbake to ignore cccam and not build it since I don't want it for now?

 

2- I'm working on fixing classes and recipes that are provided from the pli-extra repo and because of that I had to delete some files from the deploy/images directory, running the make image again create some files but not all of them, I don't want to delete the whole build directory and run the build from the start(which lasted about 6 hours), So is there a clean command to delete the target binaries without recompiling the whole recipes( so no need to recompiles tools that get executed on the build machine for example)

 

again I'm new to openpli so sorry if the question was stupid.

 

thanks