Skip to content

Releases: Pelagicore/meta-pelux

PELUX 4.0

26 Jul 12:25
Compare
Choose a tag to compare
README: fix copyright display on GitHub

Signed-off-by: Oleksandr Kravchuk <[email protected]>

PELUX 3.1

29 Mar 16:43
Compare
Choose a tag to compare
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

21 Nov 19:52
Compare
Choose a tag to compare
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

02 Jul 11:51
Compare
Choose a tag to compare
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]>