←  [EN] Enduser support

Forums

»

OpenPLi HomeBuild on Ubuntu 18.04

's foto zendagi 25 jul 2018

Hi there,
I found this tutorial and I try to follow it to build an image for a dreambox dm800se ==> https://github.com/P...etas/pli-extras
I have installed a Ubuntu 18.04 virtual machine, I configured the environment and everything else.
when I run the MACHINE = dm800se make image command, the process remains stuck at task 178.
can you help me ?
Thanks

Bijgevoegde Bestanden


Veranderd door zendagi, 25 juli 2018 - 12:16
Citeren

's foto betacentauri 25 jul 2018

On a fast pc image build takes 1-2 hours. Without sources more time. And on slower PCs it can also take 24 hours. It seems you have only assigned 1 CPU to the virtual machine. If you have more assign more and adapt build settings so that the image will be build in parallel.

I have no experiences with Ubuntu 18.04. But I think most still use 16.04. So you maybe get trouble using it.
Citeren

's foto Persian Prince 28 jul 2018

We're using Ubuntu 18.04 LTS for develop and it's ok: https://github.com/P...etas/pli-extras

Citeren

's foto foxbob 28 jul 2018

Build Configuration:
BB_VERSION           = "1.39.0"
BUILD_SYS            = "x86_64-linux"
NATIVELSBSTRING      = "ubuntu-18.04"
TARGET_SYS           = "arm-oe-linux-gnueabi"
MACHINE              = "et1x000"
DISTRO               = "openpli"
DISTRO_VERSION       = "DEV"
TUNE_FEATURES        = "arm armv7a vfp neon callconvention-hard"
TARGET_FPU           = "hard"
meta-oe              
meta-filesystems     
meta-multimedia      
meta-networking      
meta-python          
meta-webserver       = "master:0aff7abedc1c7727c88029a123107f4faf5ba4f1"
meta                 = "master:364449251ffe4ff2c11acaa258edcec244c38818"
meta-openpli         = "develop:5868f460e560a83b9517c9c9427beb50e9e2d1cb"
meta-gi              = "HEAD:01fd1e8256f53d40371e65514e13a53ef53e400d"
meta-local           = "develop:5868f460e560a83b9517c9c9427beb50e9e2d1cb"
meta-qt5             = "HEAD:c6aa602d0640040b470ee81de39726276ddc0ea3"
 
Initialising tasks: 100% |#######################################| Time: 0:00:14
NOTE: Executing SetScene Tasks
NOTE: Executing RunQueue Tasks
 
foxbob@foxbob-desktop:~/et8/openpli-oe-core$ 
Citeren

's foto Persian Prince 29 jul 2018

Read: https://github.com/P...-1804-lts-setup

 

Also you're using sumo branch I think, use develop like us ;)

Citeren