meta-webosose icon indicating copy to clipboard operation
meta-webosose copied to clipboard

Yocto layer for webOS

Results 19 meta-webosose issues
Sort by recently updated
recently updated
newest added

Added Icelandic, as taken from the webOS 5.0 emulator. ![Icelandic in webOS 5.0](https://user-images.githubusercontent.com/13595226/166748657-d5157ac5-d44b-4c8a-8df4-eceae92c1cc4.png)

:Release Notes: Fix buggy code which makes a zero data length command. A zero data length command is rejected by virglrenderer on host pc with the following error message. ```...

:Release Notes: Add openssh-sftp-server for the files transfotation through sftp :Detailed Notes: QtCreator copies the files via sftp by default, and sftp-server should handle the sftp connection request on the...

:Release Notes: make SDK which includes Qt5. :Detailed Notes: perl is needed for syncqt.pl remove blacklisted packagegroup-qt5-toolchain-target includes buildable qt5 library add wayland-scanner add qtwaylandscanner add OE_QMAKE_WAYLAND_SCANNER environment variable make...

:Release Notes: make test image & SDK which includes Qt5. :Detailed Notes: - perl is needed for syncqt.pl - remove blacklisted packagegroup-qt5-toolchain-target - includes buildable qt5 library - add wayland-scanner...

:Release Notes: support "runqemu qemux86" to use hw acceleration options :Detailed Notes: Currently qemux86 generated from oe build fails launching with hw acceleration options (e.g. -vga virtio -display sdl,gl=on) on...

--enable-thumb conf only when TUNE_FEATURES has thumb.

enhancement

Trying to compile a `core-image-minimal` using `DISTRO ?= "poky"` and `MACHINE ??= "qemuarm"` will throw the following error ``` ERROR: Nothing PROVIDES 'systemd' (but /sources/meta-webosose/meta-webos/recipes-core/initscripts/webos-initscripts.bb DEPENDS on or otherwise requires...

Compiling using poky dunfell for qemux86-64 will throw the following error ``` ERROR: busybox-1.31.1-r0 do_package_write_rpm: Error executing a python function in exec_python_func() autogenerated: The stack trace of python calls that...

timesyncd provides timedatectl which is needed by https://github.com/webosose/luna-sysservice/blob/master/Src/TimePrefsHandler.cpp#L4928 Without timedatectl you'd see "Jul 30 10:01:49 hammerhead LunaSysService[1039]: sh: timedatectl: command not found" in the logs. Signed-off-by: Herman van Hazendonk