From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wi0-f175.google.com (mail-wi0-f175.google.com [209.85.212.175]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id 7DA2CE008A3 for ; Wed, 22 Jan 2014 10:40:30 -0800 (PST) Received: by mail-wi0-f175.google.com with SMTP id hr1so6004756wib.14 for ; Wed, 22 Jan 2014 10:40:29 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:from:date:message-id:subject:to:cc:content-type; bh=ORLj1p70j2HqIsPBcdXQQxhqsF8ifZGWJKngnKMuzgQ=; b=rzIzxTPtF6DYa9/xoug+faGZUCnHFmq63WuZNMRlBfl9RnsQCMWYEk7blJrZ9Ua6XG 9nzLhrx/tVE6me0yc49J1Ud4U5rxat9GEIn6TUcpdTJdaSKubEp9xApiIrvG+2E6brTT jViD5guoKP2HaLXLJ3IlOfPprWyk9q9i1ifePR6QdqJtLxQ4JlBDR2uYZGFEcONTpiti PJsxiGG2upFmilztX8eI1PxigNLNTBPI/AYtd4v3RMvjA/S5/Tj5uDFWMeyZQYtAc91Y tfPansh+F6I9FsFAcRdRwYAbORL5KYpbj/q+UsfRia7eF2V+HGj6ydiXpX/w9Az0YGv6 H1nw== X-Received: by 10.180.9.232 with SMTP id d8mr21232615wib.25.1390416029371; Wed, 22 Jan 2014 10:40:29 -0800 (PST) MIME-Version: 1.0 From: alokcherryhills Date: Wed, 22 Jan 2014 10:40:29 -0800 Message-ID: <-7233858246693590940@unknownmsgid> To: Alok Kumar , Eric Nelson Cc: "meta-freescale@yoctoproject.org" , Diego Subject: Re: 3.10.17-1.0.0_beta meta-fsl-bsp-release layer X-BeenThere: meta-freescale@yoctoproject.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: Usage and development list for the meta-fsl-* layers List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 22 Jan 2014 18:40:33 -0000 Content-Type: multipart/alternative; boundary=001a11c24bfa85567e04f093758a --001a11c24bfa85567e04f093758a Content-Type: text/plain; charset=ISO-8859-1 Could someone please offer advice on this chrome building issues. Thanks Alok Sent from my Windows Phone ------------------------------ From: Alok Kumar Sent: 1/22/2014 7:41 AM To: Eric Nelson Cc: Diego ; meta-freescale@yoctoproject.org Subject: Re: [meta-freescale] 3.10.17-1.0.0_beta meta-fsl-bsp-release layer I ran into following errors while building chromium for nitrogen6X, could someone advise if something not compatible in my conf layer (below) /home/user/yocto/build/tmp/work/cortexa9hf-vfp-neon-mx6-poky-linux-gnueabi/qtbase/5.1.1-r0/qtbase-opensource-src-5.1.1/src/plugins/platforms/xcb/qxcbwindow.cpp:423:51: warning: narrowing conversion of 'XEMBED_VERSION' from 'unsigned int' to 'long int' inside { } [-Wnarrowing] long data[] = { XEMBED_VERSION, XEMBED_MAPPED }; ^ /home/user/yocto/build/tmp/work/cortexa9hf-vfp-neon-mx6-poky-linux-gnueabi/qtbase/5.1.1-r0/qtbase-opensource-src-5.1.1/src/plugins/platforms/xcb/qxcbconnection.cpp: In constructor 'QXcbConnection::QXcbConnection(QXcbNativeInterface*, bool, const char*)': /home/user/yocto/build/tmp/work/cortexa9hf-vfp-neon-mx6-poky-linux-gnueabi/qtbase/5.1.1-r0/qtbase-opensource-src-5.1.1/src/plugins/platforms/xcb/qxcbconnection.cpp:275:50: error: cannot convert 'Display* {aka _XDisplay*}' to 'EGLNativeDisplayType {aka _FBDisplay*}' for argument '1' to 'void* eglGetDisplay(EGLNativeDisplayType)' EGLDisplay eglDisplay = eglGetDisplay(dpy); ^ make[5]: *** [.obj/release-shared/qxcbconnection.o] Error 1 make[5]: *** Waiting for unfinished jobs.... make[5]: Leaving directory `/home/user/yocto/build/tmp/work/cortexa9hf-vfp-neon-mx6-poky-linux-gnueabi/qtbase/5.1.1-r0/build/src/plugins/platforms/xcb' make[4]: *** [sub-xcb-plugin-pro-make_first-ordered] Error 2 make[4]: Leaving directory `/home/user/yocto/build/tmp/work/cortexa9hf-vfp-neon-mx6-poky-linux-gnueabi/qtbase/5.1.1-r0/build/src/plugins/platforms/xcb' make[3]: *** [sub-xcb-make_first] Error 2 make[3]: Leaving directory `/home/user/yocto/build/tmp/work/cortexa9hf-vfp-neon-mx6-poky-linux-gnueabi/qtbase/5.1.1-r0/build/src/plugins/platforms' make[2]: *** [sub-platforms-make_first] Error 2 make[2]: Leaving directory `/home/user/yocto/build/tmp/work/cortexa9hf-vfp-neon-mx6-poky-linux-gnueabi/qtbase/5.1.1-r0/build/src/plugins' make[1]: *** [sub-plugins-make_first] Error 2 make[1]: Leaving directory `/home/user/yocto/build/tmp/work/cortexa9hf-vfp-neon-mx6-poky-linux-gnueabi/qtbase/5.1.1-r0/build/src' make: *** [sub-src-make_first] Error 2 ERROR: oe_runmake failed WARNING: exit code 1 from a shell command. *My conf/bblayer.conf is as below:* LCONF_VERSION = "6" BBPATH = "${TOPDIR}" BSPDIR := "${@os.path.abspath(os.path.dirname(d.getVar('FILE', True)) + '/../..')}" BBFILES ?= "" BBLAYERS = " \ ${BSPDIR}/sources/poky/meta \ ${BSPDIR}/sources/poky/meta-yocto \ \ ${BSPDIR}/sources/meta-openembedded/meta-oe \ ${BSPDIR}/sources/meta-openembedded/meta-gnome \ ${BSPDIR}/sources/meta-openembedded/meta-browser \ \ ${BSPDIR}/sources/meta-fsl-arm \ ${BSPDIR}/sources/meta-fsl-arm-extra \ ${BSPDIR}/sources/meta-fsl-demos \ ${BSPDIR}/sources/meta-qt5 \ " *And conf/local.conf* MACHINE ??= 'nitrogen6x' DISTRO ?= 'poky' PACKAGE_CLASSES ?= "package_rpm" EXTRA_IMAGE_FEATURES = "debug-tweaks ssh-server-openssh" IMAGE_INSTALL_append = " eglibc-staticdev strace gcc g++ binutils libgcc libgcc-dev libstdc++ libstdc++-dev libstdc++-staticdev tslib-conf tslib-tests tslib-calibrate openssh-sftp-server alsa-lib alsa-tools alsa-state alsa-utils-alsaconf tslib evtest dbus nano git qtbase gstreamer cairo pango fontconfig freetype pulseaudio qtbase qtbase-fonts qtbase-plugins qtbase-examples chromium" USER_CLASSES ?= "buildstats image-mklibs image-prelink" LICENSE_FLAGS_WHITELIST = "commercial" PATCHRESOLVE = "noop" BB_DISKMON_DIRS = "\ STOPTASKS,${TMPDIR},1G,100K \ STOPTASKS,${DL_DIR},1G,100K \ STOPTASKS,${SSTATE_DIR},1G,100K \ ABORT,${TMPDIR},100M,1K \ ABORT,${DL_DIR},100M,1K \ ABORT,${SSTATE_DIR},100M,1K" CONF_VERSION = "1" BB_NUMBER_THREADS = '8' PARALLEL_MAKE = '-j 8' DL_DIR ?= "${BSPDIR}/downloads/" ACCEPT_FSL_EULA = "" Thanks Alok On Tue, Jan 21, 2014 at 2:25 PM, Eric Nelson < eric.nelson@boundarydevices.com> wrote: > On 01/21/2014 07:42 AM, Diego wrote: > >> Eric Nelson wrote: >> >>> I got complaints about the license for libav and >>> >>> was prompted to add this to local.conf: >>> LICENSE_FLAGS_WHITELIST = "commercial" >>> >>> I think there's something screwy with that, though. >>> The recipes in poky/meta/recipes-multimedia/libav/ >>> appear to have a combination of GPL and LGPL >>> licenses. >>> >> >> Eric, I'd bet the: >> LICENSE_FLAGS = "commercial" >> in the libav recipe is because of the patents that cover several of the >> included codecs (gsm, x264, mp3lame, etc). >> >> Thanks Diego, > > There seem to be lots of disclaimers about this library: > http://libav.org/legal.html > > > > > _______________________________________________ > meta-freescale mailing list > meta-freescale@yoctoproject.org > https://lists.yoctoproject.org/listinfo/meta-freescale > -- Regards Alok Kumar --001a11c24bfa85567e04f093758a Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable
Could someone = please offer advice on this chrome building issues.
Thanks
Alok
Sent from my Windows Phone

From: Alok Kumar
Sent:= 1/22/= 2014 7:41 AM
To: Eric Nelson=
Cc: Diego; meta-freescale@yoctoproject.org
Subject: Re: [meta-freescale] 3.10.17-1.0.0_beta meta-fsl-bsp-release layer

I ran into following errors while = building chromium for nitrogen6X, could someone advise if something not com= patible in my conf layer (below)

/home/user/yocto/b= uild/tmp/work/cortexa9hf-vfp-neon-mx6-poky-linux-gnueabi/qtbase/5.1.1-r0/qt= base-opensource-src-5.1.1/src/plugins/platforms/xcb/qxcbwindow.cpp:423:51: = warning: narrowing conversion of 'XEMBED_VERSION' from 'unsigne= d int' to 'long int' inside { } [-Wnarrowing]
=A0 =A0 =A0long data[] =3D { XEMBED_VERSION, XEMBED_MAPPED };
=A0 =A0 = =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0= =A0 =A0 =A0 =A0 =A0^
/home/user/yocto/build/tmp/work/cortexa9hf-vfp-neo= n-mx6-poky-linux-gnueabi/qtbase/5.1.1-r0/qtbase-opensource-src-5.1.1/src/pl= ugins/platforms/xcb/qxcbconnection.cpp: In constructor 'QXcbConnection:= :QXcbConnection(QXcbNativeInterface*, bool, const char*)':
/home/user/yocto/build/tmp/work/cortexa9hf-vfp-neon-mx6-poky-linux-gnueabi/= qtbase/5.1.1-r0/qtbase-opensource-src-5.1.1/src/plugins/platforms/xcb/qxcbc= onnection.cpp:275:50: error: cannot convert 'Display* {aka _XDisplay*}&= #39; to 'EGLNativeDisplayType {aka _FBDisplay*}' for argument '= 1' to 'void* eglGetDisplay(EGLNativeDisplayType)'
=A0 =A0 =A0 =A0 =A0EGLDisplay eglDisplay =3D eglGetDisplay(dpy);
=A0 =A0= =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 = =A0 =A0 =A0 =A0 =A0 ^
make[5]: *** [.obj/release-shared/qxcbconnection.o= ] Error 1
make[5]: *** Waiting for unfinished jobs....
make[5]: Leaving directory `/home/user/yocto/build/tmp/work/cortexa9hf-vfp-= neon-mx6-poky-linux-gnueabi/qtbase/5.1.1-r0/build/src/plugins/platforms/xcb= '
make[4]: *** [sub-xcb-plugin-pro-make_first-ordered] Error 2
make[4]: Leaving directory `/home/user/yocto/build/tmp/work/cortexa9hf-vfp-= neon-mx6-poky-linux-gnueabi/qtbase/5.1.1-r0/build/src/plugins/platforms/xcb= '
make[3]: *** [sub-xcb-make_first] Error 2
make[3]: Leaving dire= ctory `/home/user/yocto/build/tmp/work/cortexa9hf-vfp-neon-mx6-poky-linux-g= nueabi/qtbase/5.1.1-r0/build/src/plugins/platforms'
make[2]: *** [sub-platforms-make_first] Error 2
make[2]: Leaving directo= ry `/home/user/yocto/build/tmp/work/cortexa9hf-vfp-neon-mx6-poky-linux-gnue= abi/qtbase/5.1.1-r0/build/src/plugins'
make[1]: *** [sub-plugins-mak= e_first] Error 2
make[1]: Leaving directory `/home/user/yocto/build/tmp/work/cortexa9hf-vfp-= neon-mx6-poky-linux-gnueabi/qtbase/5.1.1-r0/build/src'
make: *** [su= b-src-make_first] Error 2
ERROR: oe_runmake failed
WARNING: exit code= 1 from a shell command.

My conf/bblayer.conf is as bel= ow:
LCONF_VERSION =3D "6"=

B= BPATH =3D "${TOPDIR}"
BSPDIR :=3D "${@os.path.abspath(os.path.dirname(= d.getVar('FILE', True)) + '/../..')}"

BBFILES ?=3D "= ;"
BBLAYERS =3D " \
=A0 ${BSPDIR}/sources/poky/meta \
=A0 = ${BSPDIR}/sources/poky/meta-yocto \
=A0 \=
=A0 ${BSPDIR}/sources/meta-openembedded/meta-oe \
=A0 ${BSPDIR}/sources/meta-openembedded/meta= -gnome \
=A0 ${BSPDIR}/sources/meta-opene= mbedded/meta-browser \
=A0 \
=A0 ${BSPDIR}= /sources/meta-fsl-arm \
=A0 ${BSPDIR}/sou= rces/meta-fsl-arm-extra \
=A0 ${BSPDIR}/s= ources/meta-fsl-demos \
=A0 ${BSPDIR}/sources/meta-qt5 \
"
And conf/local.conf
MACHINE ??=3D 'nitrogen6x'<= /div>
DISTRO ?=3D 'poky'
PACKAGE_CLASSES ?=3D "package_rpm= "
EXTRA_IMAGE_FEATURES =3D "debug-tweaks ssh-server-ope= nssh"
IMAGE_INSTALL_append =3D " eglibc-staticdev strac= e gcc g++ binutils libgcc libgcc-dev libstdc++ libstdc++-dev libstdc++-stat= icdev tslib-conf tslib-tests tslib-calibrate openssh-sftp-server alsa-lib a= lsa-tools alsa-state alsa-utils-alsaconf tslib evtest dbus nano git qtbase = gstreamer cairo pango fontconfig freetype pulseaudio =A0qtbase qtbase-fonts= qtbase-plugins qtbase-examples chromium"

USER_CLASSES ?=3D "buildstats image-mklibs image-p= relink"
LICENSE_FLAGS_WHITELIST =3D "commercial"
PATCHRESOLVE =3D "noop"
BB_DISKMON_DIRS =3D &q= uot;\
=A0 =A0 STOPTASKS,${TMPDIR},1G,100K \
=A0 =A0 STOPTASKS,${DL= _DIR},1G,100K \
=A0 =A0 STOPTASKS,${SSTATE_DIR},1G,100K \
=A0 =A0 ABORT,${TMPDIR},100M,1K \
=A0 =A0 ABORT,${DL_DIR},100M= ,1K \
=A0 =A0 ABORT,${SSTATE_DIR},100M,1K"=A0
CONF_VERSION =3D &qu= ot;1"

BB_NUMBER_THREADS =3D '8'
=
PARALLEL_MAKE =3D '-j 8'

DL_DIR ?=3D = "${BSPDIR}/downloads/"
ACCEPT_FSL_EULA =3D ""


Thanks
Alok


On Tue, Jan 21, 2014 at 2:25 PM, Eric Nelson <eric.nelson@b= oundarydevices.com> wrote:
On 01/21/2014 07:42 AM, Diego wrote:
Eric Nelson wrote:
I got complaints about the license for libav and

was prompted to add this to local.conf:
=A0 =A0 =A0 =A0 LICENSE_FLAGS_WHITELIST =3D "commercial"

I think there's something screwy with that, though.
The recipes in poky/meta/recipes-multimedia/libav/
appear to have a combination of GPL and LGPL
licenses.

Eric, I'd bet the:
LICENSE_FLAGS =3D "commercial"
in the libav recipe is because of the patents that cover several of the
included codecs (gsm, x264, mp3lame, etc).

Thanks Diego,

There seem to be lots of disclaimers about this library:
=A0 =A0 =A0 =A0 h= ttp://libav.org/legal.html




_______________________________________________
meta-freescale mailing list
meta-f= reescale@yoctoproject.org
https://lists.yoctoproject.org/listinfo/meta-freescale



--
= Regards
Alok Kumar
--001a11c24bfa85567e04f093758a--