From: "Christan,Kim" <asistobefor@gmail.com>
To: "'Otavio Salvador'" <otavio@ossystems.com.br>
Cc: meta-freescale@yoctoproject.org
Subject: Re: wayland libglu_9.0.0.bb compile error
Date: Mon, 27 Apr 2015 12:43:59 +0900 [thread overview]
Message-ID: <000001d0809c$670e5370$352afa50$@com> (raw)
In-Reply-To: <CAP9ODKpg=_goyx5KAUVHgJjQETAgSszFmai+qTVy7enGizteNQ@mail.gmail.com>
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@gmail.com [mailto:otavio.salvador@gmail.com] On Behalf Of Otavio Salvador
Sent: Saturday, April 25, 2015 11:37 PM
To: Myung-ju,Kim
Cc: meta-freescale@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@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
next prev parent reply other threads:[~2015-04-27 3:44 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-04-24 0:16 wayland libglu_9.0.0.bb compile error Myung-ju,Kim
2015-04-24 11:39 ` Otavio Salvador
2015-04-25 7:15 ` Myung-ju,Kim
2015-04-25 14:36 ` Otavio Salvador
2015-04-27 3:43 ` Christan,Kim [this message]
2015-04-27 19:24 ` Otavio Salvador
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to='000001d0809c$670e5370$352afa50$@com' \
--to=asistobefor@gmail.com \
--cc=meta-freescale@yoctoproject.org \
--cc=otavio@ossystems.com.br \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.