Releases: Pelagicore/meta-pelux
Releases · Pelagicore/meta-pelux
PELUX 4.0
PELUX 3.1
neptune3: Force to run as single process for rpi With neptune3, multiple applications in neptune ui runs as separate processes. On rpi this causes some performance issues since it doesn't have a very good GPU. This causes a very low frame rate as well as issues with correct rendering of the applications. A workaround is added which runs neptune3 ui as a single process. This is a temporary workaround until a solution is provided in neptune for this issue. Signed-off-by: Tariq Ansari <[email protected]> (cherry picked from commit 1f81027db7c94c13b0cc1aeb03c86e2f4bc4db31)
PELUX 3.0
qtscript: disable lto on ARM Fixes rpi-qtauto SDK builds. Building QtScript with GCC 7.3 for ARM with LTO results in a lot of undefined references to JIT stubs in src/3rdparty/javascriptcore . Looks like a GCC LTO bug when building for ARM. QtScript has been deprecated since 5.5 so it is not an important module. It also seems the main reason for enabling lto for Qt was size (see c3cc11bc289363203da533e477d4f58a64a79db2 in meta-qt5). Just disable it. Signed-off-by: Martin Ejdestig <[email protected]> (cherry picked from commit 659686ef139cd7f7c578bc37458296a5338d9d76)
PELUX 2.0
core-image-pelux-qtauto: add ssh and sftp servers to dev image The ssh and sftp servers are required to transfer files from the qt-creator to the dev image Signed-off-by: Junil Kim <[email protected]>