All of lore.kernel.org
 help / color / mirror / Atom feed
* 3.10.17-1.0.0_beta meta-fsl-bsp-release layer
@ 2014-01-20 16:08 Alok Kumar
  2014-01-20 16:21 ` Eric Nelson
  0 siblings, 1 reply; 30+ messages in thread
From: Alok Kumar @ 2014-01-20 16:08 UTC (permalink / raw)
  To: meta-freescale

Hi,

I am interested in trying out 3.10.17-1.0.0_beta build, how could I
built it or try out the binaries.

I am looking for chromium browser to try on imx6 nitrogen6x.

Please advise.

-- 
Regards
Alok Kumar


^ permalink raw reply	[flat|nested] 30+ messages in thread
* Re: 3.10.17-1.0.0_beta meta-fsl-bsp-release layer
@ 2014-01-22 18:40 alokcherryhills
  0 siblings, 0 replies; 30+ messages in thread
From: alokcherryhills @ 2014-01-22 18:40 UTC (permalink / raw)
  To: Alok Kumar, Eric Nelson; +Cc: meta-freescale@yoctoproject.org, Diego

[-- Attachment #1: Type: text/plain, Size: 5463 bytes --]

  Could someone please offer advice on this chrome building issues.
Thanks
Alok

Sent from my Windows Phone
 ------------------------------
From: Alok Kumar <alokkat@gmail.com>
Sent: 1/22/2014 7:41 AM
To: Eric Nelson <eric.nelson@boundarydevices.com>
Cc: Diego <diego.ml@zoho.com>; 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

[-- Attachment #2: Type: text/html, Size: 8913 bytes --]

^ permalink raw reply	[flat|nested] 30+ messages in thread

end of thread, other threads:[~2014-01-24 21:30 UTC | newest]

Thread overview: 30+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-01-20 16:08 3.10.17-1.0.0_beta meta-fsl-bsp-release layer Alok Kumar
2014-01-20 16:21 ` Eric Nelson
2014-01-20 16:44   ` Alok Kumar
2014-01-20 20:58     ` Alok Kumar
2014-01-21  3:14     ` Eric Nelson
2014-01-21 14:42       ` Diego
2014-01-21 15:22         ` Booting 3.5.7 kernel on imx6sabresd? randy.krakora
2014-01-21 15:39           ` Otavio Salvador
2014-01-21 16:16             ` randy.krakora
2014-01-21 16:21               ` Otavio Salvador
2014-01-21 20:11                 ` Ra37740@freescale.comndy
2014-01-21 20:23                   ` Otavio Salvador
2014-01-21 21:03                     ` Daiane.Angolini
2014-01-22 15:06                       ` randy.krakora
2014-01-22 15:10                         ` Fabio Estevam
2014-01-22 17:47                           ` randy.krakora
2014-01-22 17:52                             ` Fabio Estevam
2014-01-21 19:25         ` 3.10.17-1.0.0_beta meta-fsl-bsp-release layer Eric Nelson
2014-01-22 12:41           ` Alok Kumar
2014-01-23  8:41             ` Diego
2014-01-23 11:08               ` Alok Kumar
2014-01-23 15:08       ` Alok Kumar
2014-01-23 15:14         ` Gary Thomas
     [not found]           ` <CACoWYqXYmKAQ3L_9HjLvEEwJNQ56G+9ENcgup7t44D25EpTTcA@mail.gmail.com>
2014-01-23 16:06             ` Gary Thomas
2014-01-23 16:49               ` Alok Kumar
2014-01-24 16:41                 ` Alok Kumar
2014-01-24 16:55                   ` Eric Nelson
2014-01-24 21:30                     ` Otavio Salvador
2014-01-23 15:43         ` Eric Nelson
  -- strict thread matches above, loose matches on Subject: below --
2014-01-22 18:40 alokcherryhills

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.