From: Marcin <marcin.k@comcast.net>
To: Christian Ege <k4230r6@gmail.com>
Cc: meta-freescale@yoctoproject.org
Subject: Re: Jethro Qt5.5 does not build without X11
Date: Sat, 30 Jan 2016 09:34:42 -0600 [thread overview]
Message-ID: <1600812.JF34xN8mVL@linux> (raw)
In-Reply-To: <CAALGJZZPeawMSVJMVk+f7UjTqP-r5v1AgPYFxwdCp+5QdbtTRg@mail.gmail.com>
[-- Attachment #1.1: Type: text/plain, Size: 1375 bytes --]
I built everything from scratch in new folder using Jethro. As far as I know there are two instances where I selected Jethro:
1) repo init -u https://github.com/Freescale/fsl-community-bsp-platform -b jethro
2) git clone -b jethro https://github.com/meta-qt5/meta-qt5.git[1]
I am not sure where else I could verify that all Jethro was selected for all layers (Again sorry for lack of experience)
I have attached my local.conf (yes, that should have been done in the first email)
Regards,
Marcin
Hi,Am 30.01.2016 6:25 vorm. schrieb "Marcin" <marcin.k@comcast.net[2]>:>> I removed the tmp folder and bitbaked it again, but the same error showed up. Keeps complaining about libXrandr.so.2.>> >> Computing transaction...error: Can't install fsl-gpu-sdk-2.1-r0@cortexa9hf_vfp_neon_mx6qdl: no package provides libXrandr.so.2>> >> See the original email for more detail and error log.>> >> No issues when building with X11.That's strange I successfully build Qt5.5 meta-qt (jethro) with UDOO Board. See the post how to set-up on UDOO forum:
http://udoo.org/forum/index.php?threads/2965/[3]
So could you please double check you've selected Jethro for all layers and maybe post your local.conf
Regards,Christian
--------
[1] https://github.com/meta-qt5/meta-qt5.git
[2] mailto:marcin.k@comcast.net
[3] http://udoo.org/forum/index.php?threads/2965/
[-- Attachment #1.2: Type: text/html, Size: 4354 bytes --]
[-- Attachment #2: local.conf --]
[-- Type: text/plain, Size: 2218 bytes --]
MACHINE ??= 'wandboard'
DISTRO ?= 'poky'
PACKAGE_CLASSES ?= "package_rpm"
EXTRA_IMAGE_FEATURES = "debug-tweaks ssh-server-openssh"
USER_CLASSES ?= "buildstats image-mklibs"
PATCHRESOLVE = "noop"
BB_DISKMON_DIRS = "\
STOPTASKS,${TMPDIR},1G,100K \
STOPTASKS,${DL_DIR},1G,100K \
STOPTASKS,${SSTATE_DIR},1G,100K \
STOPTASKS,/tmp,100M,100K \
ABORT,${TMPDIR},100M,1K \
ABORT,${DL_DIR},100M,1K \
ABORT,${SSTATE_DIR},100M,1K \
ABORT,/tmp,10M,1K"
PACKAGECONFIG_append_pn-qemu-native = " sdl"
PACKAGECONFIG_append_pn-nativesdk-qemu = " sdl"
PACKAGECONFIG_DISTRO_append_pn-qtbase = " accessibility"
PACKAGECONFIG_append_pn-qtquickcontrols-qmlplugins = " accessibility"
ASSUME_PROVIDED += "libsdl-native"
CONF_VERSION = "1"
DL_DIR ?= "${BSPDIR}/downloads/"
ACCEPT_FSL_EULA = "1"
BB_NUMBER_THREADS = '4'
PARALLEL_MAKE = '-j 4'
DISTRO_FEATURES_remove = "x11 wayland"
IMAGE_INSTALL_append = " \
gcc \
g++ \
binutils \
libgcc libgcc-dev libstdc++ libstdc++-dev libstdc++-staticdev \
tslib-conf \
tslib-tests \
tslib-calibrate \
tslib \
evtest \
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 \
imx-vpu \
imx-test \
cairo pango fontconfig freetype dbus \
i2c-tools \
alsa-lib alsa-tools alsa-state fsl-alsa-plugins \
alsa-plugins \
qtquickcontrols-qmlplugins \
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 \
qtgraphicaleffects-qmlplugins \
qtconnectivity-qmlplugins \
qtlocation-plugins \
qtlocation-qmlplugins \
cinematicexperience \
"
next prev parent reply other threads:[~2016-01-30 15:34 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-01-29 13:59 Jethro Qt5.5 does not build without X11 Marcin
2016-01-29 18:34 ` Otavio Salvador
2016-01-29 20:57 ` marcin.k
2016-01-30 5:23 ` Marcin
2016-01-30 7:43 ` Christian Ege
2016-01-30 12:38 ` Otavio Salvador
2016-01-30 15:34 ` Marcin [this message]
2016-01-31 5:47 ` Marcin
[not found] ` <1541650.J3fST3TtVx@linux>
2016-02-02 20:49 ` Christian Ege
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=1600812.JF34xN8mVL@linux \
--to=marcin.k@comcast.net \
--cc=k4230r6@gmail.com \
--cc=meta-freescale@yoctoproject.org \
/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.