[yocto] Build Tizen with yocto work-flow
Hi all, presently we are working on a project "Tizen on Yocto" that provides an alternative to gbs tools or OBS. - https://wiki.tizen.org/wiki/Tizen_on_yocto We are glad to announce the first release 0.1 of our project. The main features as the same found in Tizen common: - Smack security - Pure wayland environment, with tz-launcher - Crosswalk - Multi-user support - ... We would like to share this project with Tizen and Yocto communities. If you are interested to build Tizen with yocto, just follow this link: - https://wiki.tizen.org/wiki/Build_Tizen_with_Yocto If you have any question or issue feel free to contact us, on the Tizen mailing list (d...@lists.tizen.org) . Here a link to the yocto project: - https://www.yoctoproject.org/ Regards, Ronan -- ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto
Re: [yocto] Build Tizen with yocto work-flow
Hi Alex I'm interested in trying this out. Presumably it should be trivial to add Mono support by pulling in meta-mono? Have you looked at this on ARM target platforms at all? e.g. i.MX6 ? No, we did not test it for ARM yet, but it's in the pipe. If try a ARM build, we would be interested in your feed back. Regarding Mono, it shouldn't be an issue. Regards, Ronan -- ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto
[yocto] [meta-cgl] monit lcrypt issue
monit lcrypt issue: Expose lcrypt while building monit with Yocto Thud When building monit using Yocto Thud the following error pops while building monit 5.25.2 : /usr/src/debug/monit/5.25.2-r0/monit-5.25.2/src/util.c:1675: undefined reference to `crypt’ Older versions of glibc supplied a libcrypt library for this purpose, and declared the function in . Newer versions of glibc don't supply libcrypt. In order to prevent the undefined lcrypt error we need to add virtual/crypt to the recipe’s DEPENDS Signed-off-by: Ronan Gaillard mailto:ronan.gaill...@live.fr>> — diff --git a/meta-cgl-common/recipes-cgl/monit/monit_5.25.2.bb b/meta-cgl-common/recipes-cgl/monit/monit_5.25.2.bb index ab9e922..7a96722 100644 --- a/meta-cgl-common/recipes-cgl/monit/monit_5.25.2.bb +++ b/meta-cgl-common/recipes-cgl/monit/monit_5.25.2.bb @@ -9,7 +9,7 @@ HOMEPAGE = "http://mmonit.com/monit/"; LICENSE = "AGPLv3" LIC_FILES_CHKSUM = "file://COPYING;md5=ea116a7defaf0e93b3bb73b2a34a3f51" -DEPENDS = "openssl zlib" +DEPENDS = "openssl zlib virtual/crypt" SRC_URI = "\ http://mmonit.com/monit/dist/${BP}.tar.gz \ -- ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto
[yocto] monit lcrypt issue
monit lcrypt issue: Expose lcrypt while building monit with Yocto Thud When building monit using Yocto Thud the following error pops while building monit 5.25.2 : /usr/src/debug/monit/5.25.2-r0/monit-5.25.2/src/util.c:1675: undefined reference to `crypt’ Older versions of glibc supplied a libcrypt library for this purpose, and declared the function in . Newer versions of glibc don't supply libcrypt. In order to prevent the undefined lcrypt error we need to add virtual/crypt to the recipe’s DEPENDS Signed-off-by: Ronan Gaillard mailto:ronan.gaill...@live.fr>> — diff --git a/meta-cgl-common/recipes-cgl/monit/monit_5.25.2.bb b/meta-cgl-common/recipes-cgl/monit/monit_5.25.2.bb index ab9e922..7a96722 100644 --- a/meta-cgl-common/recipes-cgl/monit/monit_5.25.2.bb +++ b/meta-cgl-common/recipes-cgl/monit/monit_5.25.2.bb @@ -9,7 +9,7 @@ HOMEPAGE = "http://mmonit.com/monit/"; LICENSE = "AGPLv3" LIC_FILES_CHKSUM = "file://COPYING;md5=ea116a7defaf0e93b3bb73b2a34a3f51" -DEPENDS = "openssl zlib" +DEPENDS = "openssl zlib virtual/crypt" SRC_URI = "\ http://mmonit.com/monit/dist/${BP}.tar.gz \ -- ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto
[yocto] cairo failed on openSUSE
- add libpng version 15 to configure.ac of cairo. (libpng12 confict.) -- Ronan Le Martret Intel Open Source Technology Center bug_cairo_png_version.patch Description: Binary data ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto