<div dir="ltr"><div>Hi,</div><div>I have modified the libX11.inc file with the correct syntax but still I am getting the same error</div><div>Please can you help me out to find the solution</div><div><br></div><div>Error Log :--</div>
<div>checking for working mmap... (cached) yes</div><div>| checking for nl_langinfo... (cached) yes</div><div>| checking for X11... no</div><div>| configure: error: Package requirements (xproto >= 7.0.13 xextproto xtrans xcb >= 1.1.92 kbproto inputproto) were not met:</div>
<div>| </div><div>| No package 'xcb' found</div><div>| </div><div>| Consider adjusting the PKG_CONFIG_PATH environment variable if you</div><div>| installed software in a non-standard prefix.</div><div>| </div><div>
| Alternatively, you may set the environment variables X11_CFLAGS</div><div>| and X11_LIBS to avoid the need to call pkg-config.</div><div>| See the pkg-config man page for more details.</div><div>| FATAL: oe_runconf failed</div>
<div>| ERROR: Task failed: ('function do_configure failed', '/home/laverne/laverne-4.0.1/build/tmp/work/core2-poky-linux/libx11-1_1.3.4-r0/temp/log.do_configure.11603')</div><div>NOTE: package libx11-1_1.3.4-r0: task do_configure: Failed</div>
<div>ERROR: Task 371 (/home/laverne/laverne-4.0.1/meta/recipes-graphics/xorg-lib/<a href="http://libx11_1.3.4.bb">libx11_1.3.4.bb</a>, do_configure) failed with 1</div><div>Waiting for 3 active tasks to finish:</div><div>
1: ncurses-5.4-r14 do_package (pid 20432)</div><div>2: glib-2.0-2.24.1-r0 do_compile (pid 11588)</div><div>3: acl-2.2.49-r0 do_configure (pid 17796)</div><div>Waiting for 2 active tasks to finish:</div><div>1: ncurses-5.4-r14 do_package (pid 20432)</div>
<div>2: acl-2.2.49-r0 do_configure (pid 17796)</div><div>NOTE: package glib-2.0-2.24.1-r0: task do_compile: Succeeded</div><div>Waiting for 1 active tasks to finish:</div><div>1: ncurses-5.4-r14 do_package (pid 20432)</div>
<div>NOTE: package acl-2.2.49-r0: task do_configure: Succeeded</div><div>NOTE: Multiple libraries (libmenu.so.5, libpanel.so.5, libncurses.so.5, libform.so.5) found and LEAD_SONAME not defined</div><div>NOTE: DO PACKAGE QA</div>
<div>NOTE: Checking Package: ncurses-tools</div><div>NOTE: Checking Package: ncurses-dbg</div><div>NOTE: Checking Package: ncurses</div><div>NOTE: Checking Package: ncurses-doc</div><div>NOTE: Checking Package: ncurses-dev</div>
<div>NOTE: Checking Package: ncurses-locale</div><div>NOTE: Checking Package: ncurses-terminfo</div><div>NOTE: DONE with PACKAGE QA</div><div>NOTE: package ncurses-5.4-r14: task do_package: Succeeded</div><div>ERROR: '/home/laverne/laverne-4.0.1/meta/recipes-graphics/xorg-lib/<a href="http://libx11_1.3.4.bb">libx11_1.3.4.bb</a>' failed</div>
<div><br></div><div>Chinmaya</div><br><div class="gmail_quote">On Fri, Apr 8, 2011 at 7:36 PM, Martin Jansa <span dir="ltr"><<a href="mailto:martin.jansa@gmail.com">martin.jansa@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
<div class="im">On Fri, Apr 08, 2011 at 07:16:52PM +0530, Akshat Saha wrote:<br>
> Hi,<br>
><br>
> I am also facing the same error, I made the following changes in libx11.inc<br>
> as well as <a href="http://libx11_1.3.4.bb" target="_blank">libx11_1.3.4.bb</a><br>
><br>
> - EXTRA_OECONF += "--with-keysymdef=${STAGING_INCDIR}/X11/keysymdef.h"<br>
> + EXTRA_OECONF += "*--with-xcb *<br>
> --with-keysymdef=${STAGING_INCDIR}/X11/keysymdef.h"<br>
> *+ EXTRA_OECONF_native += "--without-xcb"<br>
</div>> + EXTRA_OECONF_nativesdk += "--without-xcb*<br>
<br>
that's wrong syntax, right is:<br>
EXTRA_OECONF_virtclass-native<br>
EXTRA_OECONF_virtclass-nativesdk<br>
see <a href="http://git.openembedded.net/cgit.cgi/openembedded/tree/recipes/xorg-lib/libx11.inc" target="_blank">http://git.openembedded.net/cgit.cgi/openembedded/tree/recipes/xorg-lib/libx11.inc</a><br>
<br>
but as I said before this is solution only for old libx11, better<br>
to add native to libxcb like here:<br>
<a href="http://git.openembedded.net/cgit.cgi/openembedded-core-contrib/commit/?h=shr&id=5862cadc7a68c7254357f54b2ca6a8c8608b22c8" target="_blank">http://git.openembedded.net/cgit.cgi/openembedded-core-contrib/commit/?h=shr&id=5862cadc7a68c7254357f54b2ca6a8c8608b22c8</a><br>
<br>
then you can also use newer libx11-1.4.3 from meta-shr layer<br>
<a href="http://git.shr-project.org/git/?p=meta-shr.git;a=summary" target="_blank">http://git.shr-project.org/git/?p=meta-shr.git;a=summary</a><br>
<br>
Cheers,<br>
<br>
> *<br>
<div><div></div><div class="h5">> *<br>
> But the error is still there, from the error log i observer that while<br>
> compiling for libx11-native instead of using *"EXTRA_OECONF_native"* as<br>
> expected, it is taking arguments from *"EXTRA_OECONF"* only.<br>
> The error log is as follows:<br>
><br>
><br>
> NOTE: Executing autoreconf --verbose --install --force --exclude=autopoint<br>
> -I<br>
> /home/sct/laverne-4.0.1/build/tmp/work/i686-linux/libx11-native-1_1.3.4-r0/libX11-1.3.4/m4/<br>
> -I/home/sct/laverne-4.0.1/build/tmp/sysroots/i686-linux/usr/share/aclocal-1.11<br>
> -I /home/sct/laverne-4.0.1/build/tmp/sysroots/i686-linux/usr/share/aclocal<br>
> autoreconf: Entering directory `.'<br>
> autoreconf: <a href="http://configure.ac" target="_blank">configure.ac</a>: not using Gettext<br>
> autoreconf: running: aclocal -I<br>
> /home/sct/laverne-4.0.1/build/tmp/work/i686-linux/libx11-native-1_1.3.4-r0/libX11-1.3.4/m4/<br>
> -I<br>
> /home/sct/laverne-4.0.1/build/tmp/sysroots/i686-linux/usr/share/aclocal-1.11<br>
> -I /home/sct/laverne-4.0.1/build/tmp/sysroots/i686-linux/usr/share/aclocal<br>
> -I<br>
> /home/sct/laverne-4.0.1/build/tmp/work/i686-linux/libx11-native-1_1.3.4-r0/libX11-1.3.4/m4/<br>
> -I<br>
> /home/sct/laverne-4.0.1/build/tmp/sysroots/i686-linux/usr/share/aclocal-1.11<br>
> -I /home/sct/laverne-4.0.1/build/tmp/sysroots/i686-linux/usr/share/aclocal<br>
> --force -I m4<br>
> autoreconf: <a href="http://configure.ac" target="_blank">configure.ac</a>: tracing<br>
> autoreconf: running: libtoolize --copy --force<br>
> libtoolize: putting auxiliary files in `.'.<br>
> libtoolize: copying file `./ltmain.sh'<br>
> libtoolize: putting macros in AC_CONFIG_MACRO_DIR, `m4'.<br>
> libtoolize: copying file `m4/libtool.m4'<br>
> libtoolize: copying file `m4/ltoptions.m4'<br>
> libtoolize: copying file `m4/ltsugar.m4'<br>
> libtoolize: copying file `m4/ltversion.m4'<br>
> libtoolize: copying file `m4/lt~obsolete.m4'<br>
> autoreconf: running:<br>
> /home/sct/laverne-4.0.1/build/tmp/sysroots/i686-linux/usr/bin/autoconf<br>
> --include=/home/sct/laverne-4.0.1/build/tmp/work/i686-linux/libx11-native-1_1.3.4-r0/libX11-1.3.4/m4/<br>
> --include=/home/sct/laverne-4.0.1/build/tmp/sysroots/i686-linux/usr/share/aclocal-1.11<br>
> --include=/home/sct/laverne-4.0.1/build/tmp/sysroots/i686-linux/usr/share/aclocal<br>
> --force --warnings=cross<br>
> autoreconf: running:<br>
> /home/sct/laverne-4.0.1/build/tmp/sysroots/i686-linux/usr/bin/autoheader<br>
> --include=/home/sct/laverne-4.0.1/build/tmp/work/i686-linux/libx11-native-1_1.3.4-r0/libX11-1.3.4/m4/<br>
> --include=/home/sct/laverne-4.0.1/build/tmp/sysroots/i686-linux/usr/share/aclocal-1.11<br>
> --include=/home/sct/laverne-4.0.1/build/tmp/sysroots/i686-linux/usr/share/aclocal<br>
> --force --warnings=cross<br>
> autoreconf: running: automake --foreign --add-missing --copy --force-missing<br>
> --warnings=cross<br>
> automake: unknown warning category `cross'<br>
> autoreconf: running: gnu-configize<br>
> autoreconf: Leaving directory `.'<br>
> NOTE: Running<br>
> /home/sct/laverne-4.0.1/build/tmp/work/i686-linux/libx11-native-1_1.3.4-r0/libX11-1.3.4/configure<br>
> --build=i686-linux --host=i686-linux<br>
> --target=i686-linux<br>
> --prefix=/home/sct/laverne-4.0.1/build/tmp/sysroots/i686-linux/usr<br>
> --exec_prefix=/home/sct/laverne-4.0.1/build/tmp/sysroots/i686-linux/usr<br>
> --bindir=/home/sct/laverne-4.0.1/build/tmp/sysroots/i686-linux/usr/bin<br>
><br>
> --sbindir=/home/sct/laverne-4.0.1/build/tmp/sysroots/i686-linux/usr/sbin<br>
><br>
> --libexecdir=/home/sct/laverne-4.0.1/build/tmp/sysroots/i686-linux/usr/libexec<br>
><br>
> --datadir=/home/sct/laverne-4.0.1/build/tmp/sysroots/i686-linux/usr/share<br>
><br>
> --sysconfdir=/home/sct/laverne-4.0.1/build/tmp/sysroots/i686-linux/etc<br>
><br>
> --sharedstatedir=/home/sct/laverne-4.0.1/build/tmp/sysroots/i686-linux/com<br>
><br>
> --localstatedir=/home/sct/laverne-4.0.1/build/tmp/sysroots/i686-linux/var<br>
><br>
> --libdir=/home/sct/laverne-4.0.1/build/tmp/sysroots/i686-linux/usr/lib<br>
><br>
> --includedir=/home/sct/laverne-4.0.1/build/tmp/sysroots/i686-linux/usr/include<br>
><br>
> --oldincludedir=/home/sct/laverne-4.0.1/build/tmp/sysroots/i686-linux/usr/include<br>
><br>
> --infodir=/home/sct/laverne-4.0.1/build/tmp/sysroots/i686-linux/usr/share/info<br>
><br>
> --mandir=/home/sct/laverne-4.0.1/build/tmp/sysroots/i686-linux/usr/share/man<br>
> --enable-malloc0returnsnull<br>
> --with-keysymdef=/home/sct/laverne-4.0.1/build/tmp/sysroots/i686-linux/usr/include/X11/keysymdef.h<br>
> *--with-xcb* ...<br>
> checking build system type... i686-pc-linux-gnu<br>
> checking host system type... i686-pc-linux-gnu<br>
> :<br>
> :<br>
> :<br>
> checking minix/config.h usability... no<br>
> checking minix/config.h presence... no<br>
> checking for minix/config.h... no<br>
> checking whether it is safe to define __EXTENSIONS__... yes<br>
> checking for gcc option to accept ISO C99... -std=gnu99<br>
> checking for i686-linux-pkg-config... no<br>
> checking for pkg-config...<br>
> /home/sct/laverne-4.0.1/build/tmp/sysroots/i686-linux/usr/bin/pkg-config<br>
> checking pkg-config is at least version 0.9.0... yes<br>
> checking for a sed that does not truncate output... /bin/sed<br>
> checking whether to build functional specifications... yes<br>
> checking for groff... /usr/bin/groff<br>
> checking for /usr/bin/groff -ms macros... no<br>
> checking for /usr/bin/groff -mm macros... no<br>
> checking for gs... /usr/bin/gs<br>
> checking for pnmtopng... no<br>
> checking for psselect... no<br>
> configure: WARNING: grohtml dependencies not found - HTML Documentation<br>
> skipped. Refer to grohtml man pages<br>
> :<br>
> :<br>
> *checking whether to use XCB... (cached) yes*<br>
> checking for i686-linux-pkg-config... (cached)<br>
> /home/sct/laverne-4.0.1/build/tmp/sysroots/i686-linux/usr/bin/pkg-config<br>
> checking pkg-config is at least version 0.9.0... yes<br>
> :<br>
> :<br>
> checking if loadable i18n module support should be enabled... no<br>
> checking if loadable Xcursor library support should be enabled... yes<br>
> checking for ANSI C header files... (cached) yes<br>
> checking sys/select.h usability... yes<br>
> checking sys/select.h presence... yes<br>
> checking for sys/select.h... yes<br>
> checking for strtol... yes<br>
> checking for issetugid... no<br>
> checking for getresuid... yes<br>
> checking for shmat... yes<br>
> checking for launchd... no<br>
> checking for getpwuid_r in -lc... yes<br>
> checking for pthread_self in -lc... yes<br>
> checking for poll... yes<br>
> /home/sct/laverne-4.0.1/build/tmp/sysroots/i686-linux/usr/include/X11/keysymdef.h<br>
> checking if XLOCALEDIR support should be enabled... yes<br>
> checking for BIGFONT... yes<br>
> checking for stdlib.h... (cached) yes<br>
> checking for unistd.h... (cached) yes<br>
> checking for sys/param.h... yes<br>
> checking for getpagesize... yes<br>
> checking for working mmap... yes<br>
> checking for nl_langinfo... yes<br>
> *checking for X11... no*<br>
> *configure: error: Package requirements (xproto >= 7.0.13 xextproto xtrans<br>
> xcb >= 1.1.92 kbproto inputproto) were not met:<br>
><br>
> No package 'xcb' found<br>
> *<br>
> Consider adjusting the PKG_CONFIG_PATH environment variable if you<br>
> installed software in a non-standard prefix.<br>
><br>
> Alternatively, you may set the environment variables X11_CFLAGS<br>
> and X11_LIBS to avoid the need to call pkg-config.<br>
> See the pkg-config man page for more details.<br>
> FATAL: oe_runconf failed<br>
> ERROR: Task failed: ('function do_configure failed',<br>
> '/home/sct/laverne-4.0.1/build/tmp/work/i686-linux/libx11-native-1_1.3.4-r0/temp/log.do_configure.24052')<br>
><br>
> Can any one suggest, what am i doing wrong or how can this error be solved.<br>
><br>
> On Tue, Apr 5, 2011 at 2:33 PM, chinmaya hoshing <<a href="mailto:cahoshing@gmail.com">cahoshing@gmail.com</a>>wrote:<br>
><br>
> > Hi,<br>
> ><br>
> > Thanks for the reply Yu Ke.I have made changes as per said by you,but still<br>
> > getting the same error<br>
> > Regarding the Error no xcb found in libx11 library<br>
> > Following is the my libx11 bb file : --<br>
> ><br>
> > +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++<br>
> > require libx11.inc<br>
> ><br>
> > LICENSE = "MIT & MIT-style & BSD"<br>
> > LIC_FILES_CHKSUM = "file://COPYING;md5=bf75bfe4d05068311b5e6862d4b5f2c5"<br>
> ><br>
> > PE = "1"<br>
> > PR = "r0"<br>
> ><br>
> > SRC_URI += "file://x11_disable_makekeys.patch \<br>
> > file://nodolt.patch \<br>
> > file://include_fix.patch"<br>
> ><br>
> > DEPENDS += "bigreqsproto xproto xextproto xtrans libxau xcmiscproto \<br>
> > libxdmcp xf86bigfontproto kbproto inputproto xproto-native<br>
> > gettext"<br>
> ><br>
> > EXTRA_OECONF += "--with-xcb"<br>
> > EXTRA_OECONF_native += "--without-xcb"<br>
> ><br>
> > BBCLASSEXTEND = "native nativesdk"<br>
> ><br>
> > +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++<br>
> ><br>
> > But stiil getting the same error :--<br>
> ><br>
> > | checking for sys/param.h... yes<br>
> > | checking for getpagesize... yes<br>
> > | checking for working mmap... yes<br>
> > | checking for nl_langinfo... yes<br>
> > | checking for X11... no<br>
> > | configure: error: Package requirements (xproto >= 7.0.13 xextproto xtrans<br>
> > xcb >= 1.1.92 kbproto inputproto) were not met:<br>
> > |<br>
> > | No package 'xcb' found<br>
> > |<br>
> > | Consider adjusting the PKG_CONFIG_PATH environment variable if you<br>
> > | installed software in a non-standard prefix.<br>
> > |<br>
> > | Alternatively, you may set the environment variables X11_CFLAGS<br>
> > | and X11_LIBS to avoid the need to call pkg-config.<br>
> > | See the pkg-config man page for more details.<br>
> > | FATAL: oe_runconf failed<br>
> > | ERROR: Task failed: ('function do_configure failed',<br>
> > '/home/sct/laverne_git/laverne-4.0.1/build/tmp/work/x86_64-linux/libx11-native-1_1.3.4-r0/temp/log.do_configure.16900')<br>
> > NOTE: package libx11-native-1_1.3.4-r0: task do_configure: Failed<br>
> > ERROR: Task 20<br>
> > (virtual:native:/home/sct/laverne_git/laverne-4.0.1/meta/recipes-graphics/xorg-lib/<br>
> > <a href="http://libx11_1.3.4.bb" target="_blank">libx11_1.3.4.bb</a>, do_configure) failed with 1<br>
> > ERROR:<br>
> > 'virtual:native:/home/sct/laverne_git/laverne-4.0.1/meta/recipes-graphics/xorg-lib/<br>
> > <a href="http://libx11_1.3.4.bb" target="_blank">libx11_1.3.4.bb</a>' failed<br>
> ><br>
> > Chinmaya<br>
> ><br>
> > On Sat, Apr 2, 2011 at 2:35 PM, Yu Ke <<a href="mailto:ke.yu@intel.com">ke.yu@intel.com</a>> wrote:<br>
> ><br>
> >> on 2011-4-2 15:46, Martin Jansa wrote:<br>
> >><br>
> >>> On Sat, Apr 02, 2011 at 11:35:08AM +0800, Yu Ke wrote:<br>
> >>><br>
> >>>> on 2011-4-1 17:43, chinmaya hoshing wrote:<br>
> >>>><br>
> >>>>> Hi,<br>
> >>>>><br>
> >>>>> I am trying to get X11 with libxcb file so accordingly I changed in the<br>
> >>>>> bb file of libx11,also I have included libxcb and xcb-utils as runtime<br>
> >>>>> dependencies<br>
> >>>>><br>
> >>>>> Initially it was in libx11 bb file :--<br>
> >>>>> EXTRA_OECONF += "--without-xcb"<br>
> >>>>> I changed it to<br>
> >>>>> EXTRA_OECONF += "--with-xcb"<br>
> >>>>><br>
> >>>>> Following is the error I get :-<br>
> >>>>> checking for unistd.h... (cached) yes<br>
> >>>>> | checking for sys/param.h... yes<br>
> >>>>> | checking for getpagesize... yes<br>
> >>>>> | checking for working mmap... yes<br>
> >>>>> | checking for nl_langinfo... yes<br>
> >>>>> | checking for X11... no<br>
> >>>>> | configure: error: Package requirements (xproto>= 7.0.13 xextproto<br>
> >>>>> xtrans xcb>= 1.1.92 kbproto inputproto) were not met:<br>
> >>>>> |<br>
> >>>>> | No package 'xcb' found<br>
> >>>>> |<br>
> >>>>> | Consider adjusting the PKG_CONFIG_PATH environment variable if you<br>
> >>>>> | installed software in a non-standard prefix.<br>
> >>>>> |<br>
> >>>>> | Alternatively, you may set the environment variables X11_CFLAGS<br>
> >>>>> | and X11_LIBS to avoid the need to call pkg-config.<br>
> >>>>> | See the pkg-config man page for more details.<br>
> >>>>> | FATAL: oe_runconf failed<br>
> >>>>> | ERROR: Task failed: ('function do_configure failed',<br>
> >>>>><br>
> >>>>> '/home/laverne-4.0.1/build/tmp/work/x86_64-linux/libx11-native-1_1.3.4-r0/temp/log.do_configure.13755')<br>
> >>>>> NOTE: package libx11-native-1_1.3.4-r0: task do_configure: Failed<br>
> >>>>> ERROR: Task 3573<br>
> >>>>> (virtual:native:/home/laverne-4.0.1/meta/recipes-graphics/xorg-lib/<br>
> >>>>> <a href="http://libx11_1.3.4.bb" target="_blank">libx11_1.3.4.bb</a><br>
> >>>>> <<a href="http://libx11_1.3.4.bb" target="_blank">http://libx11_1.3.4.bb</a>>, do_configure) failed with 1<br>
> >>>>> ERROR:<br>
> >>>>> 'virtual:native:/home/laverne-4.0.1/meta/recipes-graphics/xorg-lib/<br>
> >>>>> <a href="http://libx11_1.3.4.bb" target="_blank">libx11_1.3.4.bb</a><br>
> >>>>> <<a href="http://libx11_1.3.4.bb" target="_blank">http://libx11_1.3.4.bb</a>>' failed<br>
> >>>>><br>
> >>>>> I have libxcb_1.6 version ,also xproto is libxproto_7.0.17<br>
> >>>>><br>
> >>>>> Please can you help me to find the solution for it.<br>
> >>>>><br>
> >>>>> Chinmaya<br>
> >>>>><br>
> >>>>><br>
> >>>>><br>
> >>>> I see it is libx11-native do_configure failure, and the xcb-native is<br>
> >>>> missing. that make sense because xcb recipes does not have BBCLASSEXTEND<br>
> >>>> = "native nativesdk", thus xcb is not built for native.<br>
> >>>><br>
> >>>> I have tried to add BBCLASSEXTEND = "native" in xcb recipe, it turn out<br>
> >>>> requiring more dependent recipes to be built for native, which is a bit<br>
> >>>> way too far and undesirable.<br>
> >>>><br>
> >>>> so let's try another way, since you only care about the runtime libx11<br>
> >>>> with xcb support, how about the following patches, with which only<br>
> >>>> native disable xcb, and the runtime libx11 will have xcb support.<br>
> >>>><br>
> >>><br>
> >>> Hi,<br>
> >>><br>
> >>> for libx11-1.4.0 and newer --without-xcb is not an option anymore, so<br>
> >>> better to fix it with native xcb sooner than later, for details see<br>
> >>><br>
> >>> d28cdb2d2e6c910afbaa14b17bd2c0003052df7d in openembedded/master<br>
> >>> and the rest of xorg/xcb recipes in openembedded :)<br>
> >>><br>
> >>> Cheers,<br>
> >>><br>
> >>><br>
> >> In this case. your are right, native xcb should also be added. Will<br>
> >> upgrade it soon. Thanks for the info.<br>
> >><br>
> >> Regards<br>
> >> Ke<br>
> >> _______________________________________________<br>
> >> poky mailing list<br>
> >> <a href="mailto:poky@yoctoproject.org">poky@yoctoproject.org</a><br>
> >> <a href="https://lists.yoctoproject.org/listinfo/poky" target="_blank">https://lists.yoctoproject.org/listinfo/poky</a><br>
> >><br>
> ><br>
> ><br>
> > _______________________________________________<br>
> > poky mailing list<br>
> > <a href="mailto:poky@yoctoproject.org">poky@yoctoproject.org</a><br>
> > <a href="https://lists.yoctoproject.org/listinfo/poky" target="_blank">https://lists.yoctoproject.org/listinfo/poky</a><br>
> ><br>
> ><br>
><br>
><br>
> --<br>
> Akshat<br>
<br>
> _______________________________________________<br>
> poky mailing list<br>
> <a href="mailto:poky@yoctoproject.org">poky@yoctoproject.org</a><br>
> <a href="https://lists.yoctoproject.org/listinfo/poky" target="_blank">https://lists.yoctoproject.org/listinfo/poky</a><br>
<br>
<br>
</div></div><div><div></div><div class="h5">--<br>
Martin 'JaMa' Jansa jabber: <a href="mailto:Martin.Jansa@gmail.com">Martin.Jansa@gmail.com</a><br>
</div></div></blockquote></div><br></div>