[meta-freescale] wayland libglu_9.0.0.bb compile error

Christan,Kim asistobefor at gmail.com
Sun Apr 26 20:43:59 PDT 2015


Hi, Otivio

I've tested FSL Community BSP for your recommend.
But, If I include libsdl-dev pacakage, It occur same error as below.
I've already remark build for wayland.
How to remove the error message ? I just want it to libsdl-dev compile.

<Error Message>
| WARNING: exit code 1 from a shell command.
| ERROR: Function failed: do_configure (log file is located at /home/dev/sdk/fsl-community-bsp/build-fb/tmp/work/cortexa9hf-vfp-neon-mx6qdl-poky-linux-gnueabi/libglu/2_9.0.0-0/temp/log.do_configure.19189)
ERROR: Task 2481 (/home/dev/sdk/fsl-community-bsp/sources/poky/meta/recipes-graphics/mesa/libglu_9.0.0.bb, do_configure) failed with exit code '1'
Waiting for 2 running tasks to finish:


<build>

Build Configuration:
BB_VERSION        = "1.26.0"
BUILD_SYS         = "i686-linux"
NATIVELSBSTRING   = "Ubuntu-14.04"
TARGET_SYS        = "arm-poky-linux-gnueabi"
MACHINE           = "imx6qsabresd"
DISTRO            = "poky"
DISTRO_VERSION    = "1.8"
TUNE_FEATURES     = "arm armv7a vfp neon callconvention-hard cortexa9"
TARGET_FPU        = "vfp-neon"
meta              
meta-yocto        = "(nobranch):7209c0bb135e0b91f177c2542b7b27a0aa424f54"
meta-oe           
meta-multimedia   
meta-ruby         
meta-filesystems  
meta-webserver    = "(nobranch):2080f15e86d3d8e1e1f65e16b014545fe538114c"
meta-qt5          = "fido:0ac32269e74c15ddb58e34f3039ea3688f048ccc"
meta-fsl-arm      = "(nobranch):68752031fc843bfba48ee3edbb439b11d2198597"
meta-fsl-arm-extra = "(nobranch):749d8f9cffd2017457dc4a3a4a7679a050126f74"
meta-fsl-demos    = "(nobranch):3e6bb88fd2c184d748eecf6f57c0d87ea39478d8"

<bblayer.conf>
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-multimedia \
  ${BSPDIR}/sources/meta-openembedded/meta-ruby \
  ${BSPDIR}/sources/meta-openembedded/meta-filesystems \
  ${BSPDIR}/sources/meta-openembedded/meta-webserver \
  ${BSPDIR}/sources/meta-qt5 \
  \
  ${BSPDIR}/sources/meta-fsl-arm \
  ${BSPDIR}/sources/meta-fsl-arm-extra \
  ${BSPDIR}/sources/meta-fsl-demos \
"

<local.conf>
MACHINE ??= 'imx6qsabresd'
DISTRO ?= 'poky'
PACKAGE_CLASSES ?= "package_rpm"
EXTRA_IMAGE_FEATURES = "debug-tweaks ssh-server-openssh "
USER_CLASSES ?= "buildstats image-mklibs image-prelink"
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"
PACKAGECONFIG_append_pn-qemu-native = " sdl"
PACKAGECONFIG_append_pn-nativesdk-qemu = " sdl"
ASSUME_PROVIDED += "libsdl-native"
CONF_VERSION = "1"

BB_NUMBER_THREADS = '8'
PARALLEL_MAKE = '-j 8'

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

DISTRO_FEATURES_remove = "x11 wayland"

IMAGE_INSTALL_append = " IMAGE_INSTALL_append = "gcc g++ binutils libgcc libgcc-dev libstdc++ libstdc++-dev libstdc++-staticdev \
                        autoconf automake ccache chkconfig glib-networking glibmm \
                        packagegroup-core-buildessential pkgconfig  \
                        boost cmake zlib glib-2.0 packagegroup-fsl-tools-testapps  \
                        ruby \
                        cpufrequtils \
                        nano \
                        gdb \
                        openssh-sftp-server \
                        packagegroup-fsl-gstreamer \
                        packagegroup-fsl-tools-testapps \
                        packagegroup-fsl-tools-benchmark \
                        imx-vpu \
                        imx-test \
                        qtbase-fonts \
                        qtbase-plugins \
                        qtbase-tools \
                        qtdeclarative \
                        qtdeclarative-plugins \
                        qtdeclarative-tools \
                        qtdeclarative-qmlplugins \
                        qtmultimedia \
                        qtmultimedia-plugins \
                        qtmultimedia-qmlplugins \
                        qtsvg \
                        qtsvg-plugins \
                        qtsensors \
                        qtimageformats-plugins \
                        qtsystems \
                        qtsystems-tools \
                        qtsystems-qmlplugins \
                        qtscript \
                        qt3d \
                        qt3d-qmlplugins \
                        qt3d-tools \
                        qtwebkit \
                        qtwebkit-qmlplugins \
                        qtgraphicaleffects-qmlplugins \
                        qtconnectivity-qmlplugins \
                        qtlocation-plugins \
                        qtlocation-qmlplugins \
                        cinematicexperience \
                        libsdl-dev \
                       "

-----Original Message-----
From: otavio.salvador at gmail.com [mailto:otavio.salvador at gmail.com] On Behalf Of Otavio Salvador
Sent: Saturday, April 25, 2015 11:37 PM
To: Myung-ju,Kim
Cc: meta-freescale at yoctoproject.org
Subject: Re: [meta-freescale] wayland libglu_9.0.0.bb compile error

On Sat, Apr 25, 2015 at 4:15 AM, Myung-ju,Kim <asistobefor at gmail.com> wrote:
> I was found the cause why it occur the error.
> Becuase It is include libsdl-dev package.
>
> <local.conf>
> IMAGE_INSTALL_append = "libsdl-dev alsa-dev ... \ "
>
> And I've already build include dependancy library for libsdl-dev. but It's also occur same error as previous mail.
>
> At this here, I'd like to include sdl for wayland.
> How to add libsdl-dev library. I just want to compile libsdl-dev library.

Did you test it with FSL Community BSP?

-- 
Otavio Salvador                             O.S. Systems
http://www.ossystems.com.br        http://code.ossystems.com.br
Mobile: +55 (53) 9981-7854            Mobile: +1 (347) 903-9750



More information about the meta-freescale mailing list