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

I have a problem on a raspberry that despite having all the correct files, it doesn't logrotate. The logrotate, if launched manually, works properly and rotates the logs that are...

Hi Team, I have seen there is not support of Qt location with mapbox in Meta webos. When you are going to provide that.

webos ose build fails because of broken SRC_URI. please refer to below patches. libconfig: https://patchwork.openembedded.org/patch/153988/ (morty) by @memnoth([email protected]) ltrace: https://patchwork.openembedded.org/patch/153960/ (master) by @sparkleholic @sparkleholic will send ltrace patch for morty...

https://github.com/webosose/meta-webosose/blob/7c8e550398dd3ef7ab26f59023ede177f6f9830c/meta-webos/recipes-core/iotivity/iotivity_1.2.1.bb in iotivity bb all files are copying into release which wont work in case of RELEASE=0 ex:copy_file ${S}/out/yocto/${IOTIVITY_TARGET_ARCH}/**release**/libconnectivity_abstraction.a ${D}${libdir} should replace with variable which varies based on RELEASE=0

This PR includes 2 parts: - webos_ls2_api_list.bbclass: Change LS2 API file path for API extraction, this help to fix build image without buildhistory - webos.inc: avoid adding user-defined fields to...

As you control meta-webos, there's no need for the recipes to expect that META_WEBOS_LAYER has been set. This being a requirement makes it tricky to build webos outside of build-webos,...

With v2.24.0 of meta-webosose, pbnjson fails to build: ``` FAILED: src/pbnjson_c/selectors/CMakeFiles/json_selectors.dir/selectors_grammar_y.c.o TMPDIR/work/qemux86_64-webos-linux/libpbnjson/2.15.0-13-r15/recipe-sysroot-native/usr/bin/x86_64-webos-linux/x86_64-webos-linux-gcc --sysroot=TMPDIR/work/qemux86_64-webos-linux/libpbnjson/2.15.0-13-r15/recipe-sysroot -DWEBOS_COMPONENT_VERSION=\"2.15.0\" -D_GNU_SOURCE -ITMPDIR/work/qemux86_64-webos-linux/libpbnjson/2.15.0-13-r15/git/include/public -ITMPDIR/work/qemux86_64-webos-linux/libpbnjson/2.15.0-13-r15/recipe-sysroot/usr/include/glib-2.0 -ITMPDIR/work/qemux86_64-webos-linux/libpbnjson/2.15.0-13-r15/recipe-sysroot/usr/lib/glib-2.0/include -ITMPDIR/work/qemux86_64-webos-linux/libpbnjson/2.15.0-13-r15/recipe-sysroot/usr/include/yajl -ITMPDIR/work/qemux86_64-webos-linux/libpbnjson/2.15.0-13-r15/git/include/public/pbnjson -ITMPDIR/work/qemux86_64-webos-linux/libpbnjson/2.15.0-13-r15/git/include/public/pbnjson/c -ITMPDIR/work/qemux86_64-webos-linux/libpbnjson/2.15.0-13-r15/build/src/pbnjson_c/selectors -ITMPDIR/work/qemux86_64-webos-linux/libpbnjson/2.15.0-13-r15/build/src/pbnjson_c/selectors/.. -ITMPDIR/work/qemux86_64-webos-linux/libpbnjson/2.15.0-13-r15/git/src/pbnjson_c/selectors -m64 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong...

…lt as module On targets outside of OSE such as LuneOS targets which use Android or Mainline Kernel, CDC_ETHER might not be built (as module), so introduce a check, to...