All of lore.kernel.org
 help / color / mirror / Atom feed
* (off topic) exporting a SDK with Qt5
@ 2014-09-24 15:29 Richard Cochran
  2014-09-24 16:09 ` Richard Cochran
  0 siblings, 1 reply; 15+ messages in thread
From: Richard Cochran @ 2014-09-24 15:29 UTC (permalink / raw)
  To: meta-freescale

Dear list,

Sorry for the digression, but maybe someone knows how to do this...

To make an SDK for application development, one can do,

   bitbake xyz -c populate_sdk

but I cannot get a proper Qt5 environment that way. Essentials like
mkspecs and qmake are missing.

I see

  meta-qt5/classes/populate_sdk_qt5.bbclass

and

  meta-qt5/recipes-qt/meta/meta-toolchain-qt5.bb

but I don't how they work. I tried several incantations to no avail.

Thanks,
Richard


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

* Re: (off topic) exporting a SDK with Qt5
  2014-09-24 15:29 (off topic) exporting a SDK with Qt5 Richard Cochran
@ 2014-09-24 16:09 ` Richard Cochran
  2014-09-24 18:14   ` Alfonso Tamés
                     ` (2 more replies)
  0 siblings, 3 replies; 15+ messages in thread
From: Richard Cochran @ 2014-09-24 16:09 UTC (permalink / raw)
  To: meta-freescale

Answering my own question, I found this recent thread.

  http://lists.openembedded.org/pipermail/openembedded-devel/2014-September/097987.html

So I switched meta-qt5 from daisy to master, and now I bake:

  bitbake meta-toolchain-qt5

In this case, the URLs in the daisy recipes are broken. Is there any
kind of maintenance doing on for Yocto branches to fix this kind of
bug? What is the policy, if any?

I ask because I have often tried to switch a layer to a newer version
in order to get the fix for one issue, only to have either new issues
appear, or to have issues with the other layers, or both.

Thanks,
Richard



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

* Re: (off topic) exporting a SDK with Qt5
  2014-09-24 16:09 ` Richard Cochran
@ 2014-09-24 18:14   ` Alfonso Tamés
  2014-09-24 19:32     ` Otavio Salvador
  2014-09-24 18:16   ` Alfonso Tamés
  2014-09-24 18:29   ` Richard Cochran
  2 siblings, 1 reply; 15+ messages in thread
From: Alfonso Tamés @ 2014-09-24 18:14 UTC (permalink / raw)
  To: Richard Cochran; +Cc: meta-freescale


meta-toolchain-qt5 seems to be broken in master. Check the qmake -v output, it points to some non existent directory inside the x86 sysroot (it should point to the cortex9hf sysroot anyway).

Good luck,

Alfonso


On Sep 24, 2014, at 11:09 AM, Richard Cochran <richardcochran@gmail.com> wrote:

> Answering my own question, I found this recent thread.
> 
>  http://lists.openembedded.org/pipermail/openembedded-devel/2014-September/097987.html
> 
> So I switched meta-qt5 from daisy to master, and now I bake:
> 
>  bitbake meta-toolchain-qt5
> 
> In this case, the URLs in the daisy recipes are broken. Is there any
> kind of maintenance doing on for Yocto branches to fix this kind of
> bug? What is the policy, if any?
> 
> I ask because I have often tried to switch a layer to a newer version
> in order to get the fix for one issue, only to have either new issues
> appear, or to have issues with the other layers, or both.
> 
> Thanks,
> Richard
> 
> -- 
> _______________________________________________
> meta-freescale mailing list
> meta-freescale@yoctoproject.org
> https://lists.yoctoproject.org/listinfo/meta-freescale



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

* Re: (off topic) exporting a SDK with Qt5
  2014-09-24 16:09 ` Richard Cochran
  2014-09-24 18:14   ` Alfonso Tamés
@ 2014-09-24 18:16   ` Alfonso Tamés
  2014-09-25  9:45     ` Richard Cochran
  2014-09-24 18:29   ` Richard Cochran
  2 siblings, 1 reply; 15+ messages in thread
From: Alfonso Tamés @ 2014-09-24 18:16 UTC (permalink / raw)
  To: Richard Cochran; +Cc: meta-freescale


I am using meta-toolchain-qt5 in Daisy without problems. Follow this guide:

http://wiki.wandboard.org/index.php/Building_Qt5_using_yocto_on_Wandboard

Good luck,

Alfonso


On Sep 24, 2014, at 11:09 AM, Richard Cochran <richardcochran@gmail.com> wrote:

> Answering my own question, I found this recent thread.
> 
>  http://lists.openembedded.org/pipermail/openembedded-devel/2014-September/097987.html
> 
> So I switched meta-qt5 from daisy to master, and now I bake:
> 
>  bitbake meta-toolchain-qt5
> 
> In this case, the URLs in the daisy recipes are broken. Is there any
> kind of maintenance doing on for Yocto branches to fix this kind of
> bug? What is the policy, if any?
> 
> I ask because I have often tried to switch a layer to a newer version
> in order to get the fix for one issue, only to have either new issues
> appear, or to have issues with the other layers, or both.
> 
> Thanks,
> Richard
> 
> -- 
> _______________________________________________
> meta-freescale mailing list
> meta-freescale@yoctoproject.org
> https://lists.yoctoproject.org/listinfo/meta-freescale



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

* Re: (off topic) exporting a SDK with Qt5
  2014-09-24 16:09 ` Richard Cochran
  2014-09-24 18:14   ` Alfonso Tamés
  2014-09-24 18:16   ` Alfonso Tamés
@ 2014-09-24 18:29   ` Richard Cochran
  2 siblings, 0 replies; 15+ messages in thread
From: Richard Cochran @ 2014-09-24 18:29 UTC (permalink / raw)
  To: meta-freescale

On Wed, Sep 24, 2014 at 06:09:49PM +0200, Richard Cochran wrote:
> In this case, the URLs in the daisy recipes are broken. Is there any
> kind of maintenance doing on for Yocto branches to fix this kind of
> bug? What is the policy, if any?

Now I found the fix in daisy:

    commit c29c317e0f22202bfaa85329a580564bbc179089
    qtwayland: Change module branch for 5.4

My clone was not up to date.

Sorry for the noise,

Richard



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

* Re: (off topic) exporting a SDK with Qt5
  2014-09-24 18:14   ` Alfonso Tamés
@ 2014-09-24 19:32     ` Otavio Salvador
  2014-10-03 23:53       ` Alfonso Tamés
  0 siblings, 1 reply; 15+ messages in thread
From: Otavio Salvador @ 2014-09-24 19:32 UTC (permalink / raw)
  To: Alfonso Tamés; +Cc: meta-freescale

On Wed, Sep 24, 2014 at 3:14 PM, Alfonso Tamés <alfonso@tames.com> wrote:
>
> meta-toolchain-qt5 seems to be broken in master. Check the qmake -v output, it points to some non existent directory inside the x86 sysroot (it should point to the cortex9hf sysroot anyway).

Please send me more information about this so I take a look.

-- 
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


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

* Re: (off topic) exporting a SDK with Qt5
  2014-09-24 18:16   ` Alfonso Tamés
@ 2014-09-25  9:45     ` Richard Cochran
  0 siblings, 0 replies; 15+ messages in thread
From: Richard Cochran @ 2014-09-25  9:45 UTC (permalink / raw)
  To: Alfonso Tamés; +Cc: meta-freescale

On Wed, Sep 24, 2014 at 01:16:08PM -0500, Alfonso Tamés wrote:
> Good luck,

Thanks for the tip. I guess I really would need better luck...

With current daisy, the target

  bitbake meta-toolchain-qt5

fails mysteriously. Anyone know how to fix this?

Log file appended.

Thanks,
Richard

---
DEBUG: Executing python function do_populate_sdk
NOTE: Installing TARGET packages
NOTE: Executing '/home/rcochran/git/poky/build/tmp/sysroots/x86_64-linux/usr/bin/opkg-make-index -r /home/rcochran/git/poky/build/tmp/deploy/ipk/cortexa8hf-vfp-neon/Packages -p /home/rcochran/git/poky/build/tmp/deploy/ipk/cortexa8hf-vfp-neon/Packages -m /home/rcochran/git/poky/build/tmp/deploy/ipk/cortexa8hf-vfp-neon' ...
NOTE: Executing '/home/rcochran/git/poky/build/tmp/sysroots/x86_64-linux/usr/bin/opkg-make-index -r /home/rcochran/git/poky/build/tmp/deploy/ipk/beaglebone/Packages -p /home/rcochran/git/poky/build/tmp/deploy/ipk/beaglebone/Packages -m /home/rcochran/git/poky/build/tmp/deploy/ipk/beaglebone' ...
NOTE: Executing '/home/rcochran/git/poky/build/tmp/sysroots/x86_64-linux/usr/bin/opkg-make-index -r /home/rcochran/git/poky/build/tmp/deploy/ipk/all/Packages -p /home/rcochran/git/poky/build/tmp/deploy/ipk/all/Packages -m /home/rcochran/git/poky/build/tmp/deploy/ipk/all' ...
NOTE: Executing '/home/rcochran/git/poky/build/tmp/sysroots/x86_64-linux/usr/bin/opkg-make-index -r /home/rcochran/git/poky/build/tmp/deploy/ipk/x86_64-nativesdk/Packages -p /home/rcochran/git/poky/build/tmp/deploy/ipk/x86_64-nativesdk/Packages -m /home/rcochran/git/poky/build/tmp/deploy/ipk/x86_64-nativesdk' ...
NOTE: Installing the following packages: packagegroup-core-standalone-sdk-target-dbg packagegroup-core-standalone-sdk-target packagegroup-qt5-toolchain-target
NOTE: /home/rcochran/git/poky/build/tmp/sysroots/x86_64-linux/usr/bin/opkg-cl -f /home/rcochran/git/poky/build/tmp/work/cortexa8hf-vfp-neon-poky-linux-gnueabi/meta-toolchain-qt5/1.0-r0/opkg.conf -o /home/rcochran/git/poky/build/tmp/work/cortexa8hf-vfp-neon-poky-linux-gnueabi/meta-toolchain-qt5/1.0-r0/sdk/image/opt/poky/1.6.1/sysroots/cortexa8hf-vfp-neon-poky-linux-gnueabi --force_postinstall --prefer-arch-to-version   install packagegroup-core-standalone-sdk-target-dbg packagegroup-core-standalone-sdk-target packagegroup-qt5-toolchain-target
ERROR: Unable to install packages. Command '/home/rcochran/git/poky/build/tmp/sysroots/x86_64-linux/usr/bin/opkg-cl -f /home/rcochran/git/poky/build/tmp/work/cortexa8hf-vfp-neon-poky-linux-gnueabi/meta-toolchain-qt5/1.0-r0/opkg.conf -o /home/rcochran/git/poky/build/tmp/work/cortexa8hf-vfp-neon-poky-linux-gnueabi/meta-toolchain-qt5/1.0-r0/sdk/image/opt/poky/1.6.1/sysroots/cortexa8hf-vfp-neon-poky-linux-gnueabi --force_postinstall --prefer-arch-to-version   install packagegroup-core-standalone-sdk-target-dbg packagegroup-core-standalone-sdk-target packagegroup-qt5-toolchain-target' returned 255:
Installing packagegroup-core-standalone-sdk-target-dbg (1.0-r8) to root...
Downloading file:/home/rcochran/git/poky/build/tmp/deploy/ipk/all/packagegroup-core-standalone-sdk-target-dbg_1.0-r8_all.ipk.
packagegroup-core-standalone-sdk-target-dbg: unsatisfied recommendation for libsegfault-dbg
packagegroup-core-standalone-sdk-target-dbg: unsatisfied recommendation for libstdc++-dbg
packagegroup-core-standalone-sdk-target-dbg: unsatisfied recommendation for eglibc-utils-dbg
packagegroup-core-standalone-sdk-target-dbg: unsatisfied recommendation for eglibc-thread-db-dbg
packagegroup-core-standalone-sdk-target-dbg: unsatisfied recommendation for eglibc-gconv-ibm850-dbg
packagegroup-core-standalone-sdk-target-dbg: unsatisfied recommendation for eglibc-gconv-iso8859-15-dbg
packagegroup-core-standalone-sdk-target-dbg: unsatisfied recommendation for eglibc-gconv-cp1252-dbg
packagegroup-core-standalone-sdk-target-dbg: unsatisfied recommendation for eglibc-localedata-i18n-dbg
packagegroup-core-standalone-sdk-target-dbg: unsatisfied recommendation for eglibc-gconv-iso8859-1-dbg
Installing qemuwrapper-cross-dbg (1.0-r0) to root...
Downloading file:/home/rcochran/git/poky/build/tmp/deploy/ipk/cortexa8hf-vfp-neon/qemuwrapper-cross-dbg_1.0-r0_cortexa8hf-vfp-neon.ipk.
Installing libgcc-s-dbg (4.8.2-r0) to root...
Downloading file:/home/rcochran/git/poky/build/tmp/deploy/ipk/cortexa8hf-vfp-neon/libgcc-s-dbg_4.8.2-r0_cortexa8hf-vfp-neon.ipk.
Installing libc6-dbg (2.19-r0) to root...
Downloading file:/home/rcochran/git/poky/build/tmp/deploy/ipk/cortexa8hf-vfp-neon/libc6-dbg_2.19-r0_cortexa8hf-vfp-neon.ipk.
Installing packagegroup-core-standalone-sdk-target (1.0-r8) to root...
Downloading file:/home/rcochran/git/poky/build/tmp/deploy/ipk/all/packagegroup-core-standalone-sdk-target_1.0-r8_all.ipk.
libc6-dev: unsatisfied recommendation for eglibc-extra-nss-dev
libc6-dev: unsatisfied recommendation for libsegfault-dev
libc6-dev: unsatisfied recommendation for eglibc-thread-db-dev
libc6-dev: unsatisfied recommendation for libcidn-dev
Installing libgcc1 (4.8.2-r0) to root...
Downloading file:/home/rcochran/git/poky/build/tmp/deploy/ipk/cortexa8hf-vfp-neon/libgcc1_4.8.2-r0_cortexa8hf-vfp-neon.ipk.
Installing libc6 (2.19-r0) to root...
Downloading file:/home/rcochran/git/poky/build/tmp/deploy/ipk/cortexa8hf-vfp-neon/libc6_2.19-r0_cortexa8hf-vfp-neon.ipk.
Installing libgcc-s-dev (4.8.2-r0) to root...
Downloading file:/home/rcochran/git/poky/build/tmp/deploy/ipk/cortexa8hf-vfp-neon/libgcc-s-dev_4.8.2-r0_cortexa8hf-vfp-neon.ipk.
Installing libc6-dev (2.19-r0) to root...
Downloading file:/home/rcochran/git/poky/build/tmp/deploy/ipk/cortexa8hf-vfp-neon/libc6-dev_2.19-r0_cortexa8hf-vfp-neon.ipk.
Installing libthread-db1 (2.19-r0) to root...
Downloading file:/home/rcochran/git/poky/build/tmp/deploy/ipk/cortexa8hf-vfp-neon/libthread-db1_2.19-r0_cortexa8hf-vfp-neon.ipk.
Installing eglibc-extra-nss (2.19-r0) to root...
Downloading file:/home/rcochran/git/poky/build/tmp/deploy/ipk/cortexa8hf-vfp-neon/eglibc-extra-nss_2.19-r0_cortexa8hf-vfp-neon.ipk.
Installing libcidn1 (2.19-r0) to root...
Downloading file:/home/rcochran/git/poky/build/tmp/deploy/ipk/cortexa8hf-vfp-neon/libcidn1_2.19-r0_cortexa8hf-vfp-neon.ipk.
Installing linux-libc-headers-dev (3.14-r0) to root...
Downloading file:/home/rcochran/git/poky/build/tmp/deploy/ipk/cortexa8hf-vfp-neon/linux-libc-headers-dev_3.14-r0_cortexa8hf-vfp-neon.ipk.
Installing eglibc-gconv-cp1252 (2.19-r0) to root...
Downloading file:/home/rcochran/git/poky/build/tmp/deploy/ipk/cortexa8hf-vfp-neon/eglibc-gconv-cp1252_2.19-r0_cortexa8hf-vfp-neon.ipk.
Installing eglibc-gconv (2.19-r0) to root...
Downloading file:/home/rcochran/git/poky/build/tmp/deploy/ipk/cortexa8hf-vfp-neon/eglibc-gconv_2.19-r0_cortexa8hf-vfp-neon.ipk.
Installing eglibc-utils (2.19-r0) to root...
Downloading file:/home/rcochran/git/poky/build/tmp/deploy/ipk/cortexa8hf-vfp-neon/eglibc-utils_2.19-r0_cortexa8hf-vfp-neon.ipk.
Installing eglibc-gconv-ibm850 (2.19-r0) to root...
Downloading file:/home/rcochran/git/poky/build/tmp/deploy/ipk/cortexa8hf-vfp-neon/eglibc-gconv-ibm850_2.19-r0_cortexa8hf-vfp-neon.ipk.
Installing libstdc++-dev (4.8.2-r0) to root...
Downloading file:/home/rcochran/git/poky/build/tmp/deploy/ipk/cortexa8hf-vfp-neon/libstdc++-dev_4.8.2-r0_cortexa8hf-vfp-neon.ipk.
Installing libstdc++6 (4.8.2-r0) to root...
Downloading file:/home/rcochran/git/poky/build/tmp/deploy/ipk/cortexa8hf-vfp-neon/libstdc++6_4.8.2-r0_cortexa8hf-vfp-neon.ipk.
Installing eglibc-localedata-i18n (2.19-r0) to root...
Downloading file:/home/rcochran/git/poky/build/tmp/deploy/ipk/cortexa8hf-vfp-neon/eglibc-localedata-i18n_2.19-r0_cortexa8hf-vfp-neon.ipk.
Installing eglibc-localedata-translit-neutral (2.19-r0) to root...
Downloading file:/home/rcochran/git/poky/build/tmp/deploy/ipk/cortexa8hf-vfp-neon/eglibc-localedata-translit-neutral_2.19-r0_cortexa8hf-vfp-neon.ipk.
Installing eglibc-localedata-translit-circle (2.19-r0) to root...
Downloading file:/home/rcochran/git/poky/build/tmp/deploy/ipk/cortexa8hf-vfp-neon/eglibc-localedata-translit-circle_2.19-r0_cortexa8hf-vfp-neon.ipk.
Installing eglibc-localedata-translit-cjk-compat (2.19-r0) to root...
Downloading file:/home/rcochran/git/poky/build/tmp/deploy/ipk/cortexa8hf-vfp-neon/eglibc-localedata-translit-cjk-compat_2.19-r0_cortexa8hf-vfp-neon.ipk.
Installing eglibc-localedata-translit-small (2.19-r0) to root...
Downloading file:/home/rcochran/git/poky/build/tmp/deploy/ipk/cortexa8hf-vfp-neon/eglibc-localedata-translit-small_2.19-r0_cortexa8hf-vfp-neon.ipk.
Installing eglibc-localedata-translit-compat (2.19-r0) to root...
Downloading file:/home/rcochran/git/poky/build/tmp/deploy/ipk/cortexa8hf-vfp-neon/eglibc-localedata-translit-compat_2.19-r0_cortexa8hf-vfp-neon.ipk.
Installing eglibc-localedata-translit-narrow (2.19-r0) to root...
Downloading file:/home/rcochran/git/poky/build/tmp/deploy/ipk/cortexa8hf-vfp-neon/eglibc-localedata-translit-narrow_2.19-r0_cortexa8hf-vfp-neon.ipk.
Installing eglibc-localedata-translit-wide (2.19-r0) to root...
Downloading file:/home/rcochran/git/poky/build/tmp/deploy/ipk/cortexa8hf-vfp-neon/eglibc-localedata-translit-wide_2.19-r0_cortexa8hf-vfp-neon.ipk.
Installing eglibc-localedata-translit-font (2.19-r0) to root...
Downloading file:/home/rcochran/git/poky/build/tmp/deploy/ipk/cortexa8hf-vfp-neon/eglibc-localedata-translit-font_2.19-r0_cortexa8hf-vfp-neon.ipk.
Installing eglibc-localedata-translit-fraction (2.19-r0) to root...
Downloading file:/home/rcochran/git/poky/build/tmp/deploy/ipk/cortexa8hf-vfp-neon/eglibc-localedata-translit-fraction_2.19-r0_cortexa8hf-vfp-neon.ipk.
Installing eglibc-localedata-iso14651-t1 (2.19-r0) to root...
Downloading file:/home/rcochran/git/poky/build/tmp/deploy/ipk/cortexa8hf-vfp-neon/eglibc-localedata-iso14651-t1_2.19-r0_cortexa8hf-vfp-neon.ipk.
Installing eglibc-localedata-iso14651-t1-common (2.19-r0) to root...
Downloading file:/home/rcochran/git/poky/build/tmp/deploy/ipk/cortexa8hf-vfp-neon/eglibc-localedata-iso14651-t1-common_2.19-r0_cortexa8hf-vfp-neon.ipk.
Installing libsegfault (2.19-r0) to root...
Downloading file:/home/rcochran/git/poky/build/tmp/deploy/ipk/cortexa8hf-vfp-neon/libsegfault_2.19-r0_cortexa8hf-vfp-neon.ipk.
Installing eglibc-gconv-iso8859-1 (2.19-r0) to root...
Downloading file:/home/rcochran/git/poky/build/tmp/deploy/ipk/cortexa8hf-vfp-neon/eglibc-gconv-iso8859-1_2.19-r0_cortexa8hf-vfp-neon.ipk.
Installing eglibc-gconv-iso8859-15 (2.19-r0) to root...
Downloading file:/home/rcochran/git/poky/build/tmp/deploy/ipk/cortexa8hf-vfp-neon/eglibc-gconv-iso8859-15_2.19-r0_cortexa8hf-vfp-neon.ipk.
Installing qemuwrapper-cross (1.0-r0) to root...
Downloading file:/home/rcochran/git/poky/build/tmp/deploy/ipk/cortexa8hf-vfp-neon/qemuwrapper-cross_1.0-r0_cortexa8hf-vfp-neon.ipk.
Installing packagegroup-qt5-toolchain-target (1.0-r0) to root...
Downloading file:/home/rcochran/git/poky/build/tmp/deploy/ipk/all/packagegroup-qt5-toolchain-target_1.0-r0_all.ipk.
libxcb-dev: unsatisfied recommendation for libxcb-shape-dev
libxcb-dev: unsatisfied recommendation for libxcb-dpms-dev
libxcb-dev: unsatisfied recommendation for libxcb-render-dev
libxcb-dev: unsatisfied recommendation for libxcb-shm-dev
libxcb-dev: unsatisfied recommendation for libxcb-dri3-dev
libxcb-dev: unsatisfied recommendation for libxcb-damage-dev
libxcb-dev: unsatisfied recommendation for libxcb-glx-dev
libxcb-dev: unsatisfied recommendation for libxcb-composite-dev
libxcb-dev: unsatisfied recommendation for libxcb-res-dev
libxcb-dev: unsatisfied recommendation for libxcb-xvmc-dev
libxcb-dev: unsatisfied recommendation for libxcb-xkb-dev
libxcb-dev: unsatisfied recommendation for libxcb-sync-dev
libxcb-dev: unsatisfied recommendation for libxcb-xevie-dev
libxcb-dev: unsatisfied recommendation for libxcb-dri2-dev
libxcb-dev: unsatisfied recommendation for libxcb-randr-dev
libxcb-dev: unsatisfied recommendation for libxcb-xprint-dev
libxcb-dev: unsatisfied recommendation for libxcb-xv-dev
libxcb-dev: unsatisfied recommendation for libxcb-record-dev
libxcb-dev: unsatisfied recommendation for libxcb-xtest-dev
libxcb-dev: unsatisfied recommendation for libxcb-screensaver-dev
libxcb-dev: unsatisfied recommendation for libxcb-present-dev
libxcb-dev: unsatisfied recommendation for libxcb-xf86dri-dev
libxcb-dev: unsatisfied recommendation for libxcb-xinerama-dev
libxcb-dev: unsatisfied recommendation for libxcb-xfixes-dev
libx11-dev: unsatisfied recommendation for libx11-xcb-dev
openssl-dev: unsatisfied recommendation for libcrypto-dev
openssl-dev: unsatisfied recommendation for libssl-dev
shadow-dev: unsatisfied recommendation for update-alternatives-opkg-dev
dbus-dev: unsatisfied recommendation for shadow-sysroot-dev
dbus-dev: unsatisfied recommendation for dbus-lib-dev
dbus-dev: unsatisfied recommendation for initscripts-functions-dev
package libtinfo5 suggests installing ncurses-terminfo
util-linux-dev: unsatisfied recommendation for util-linux-swaponoff-dev
util-linux-dev: unsatisfied recommendation for util-linux-umount-dev
util-linux-dev: unsatisfied recommendation for ncurses-libncursesw-dev
util-linux-dev: unsatisfied recommendation for update-alternatives-opkg-dev
ncurses-dev: unsatisfied recommendation for ncurses-libmenu-dev
ncurses-dev: unsatisfied recommendation for ncurses-libpanel-dev
ncurses-dev: unsatisfied recommendation for ncurses-libtinfo-dev
ncurses-dev: unsatisfied recommendation for ncurses-libform-dev
ncurses-dev: unsatisfied recommendation for ncurses-libncursesw-dev
ncurses-dev: unsatisfied recommendation for ncurses-libtic-dev
ncurses-dev: unsatisfied recommendation for ncurses-libncurses-dev
ncurses-dev: unsatisfied recommendation for ncurses-libmenuw-dev
ncurses-dev: unsatisfied recommendation for ncurses-terminfo-base-dev
ncurses-dev: unsatisfied recommendation for update-alternatives-opkg-dev
ncurses-dev: unsatisfied recommendation for ncurses-libpanelw-dev
ncurses-dev: unsatisfied recommendation for ncurses-libformw-dev
ncurses-dev: unsatisfied recommendation for ncurses-libticw-dev
util-linux-dev: unsatisfied recommendation for util-linux-losetup-dev
util-linux-dev: unsatisfied recommendation for ncurses-libtinfo-dev
e2fsprogs-dev: unsatisfied recommendation for e2fsprogs-badblocks-dev
e2fsprogs-dev: unsatisfied recommendation for libss-dev
e2fsprogs-dev: unsatisfied recommendation for libext2fs-dev
e2fsprogs-dev: unsatisfied recommendation for libcomerr-dev
e2fsprogs-dev: unsatisfied recommendation for libe2p-dev
initscripts-dev: unsatisfied recommendation for update-alternatives-opkg-dev
initscripts-dev: unsatisfied recommendation for initscripts-functions-dev
udev-dev: unsatisfied recommendation for libusb-dev
udev-dev: unsatisfied recommendation for module-init-tools-dev
python-pygobject-dev: unsatisfied recommendation for libpython2-dev
python-pygobject-dev: unsatisfied recommendation for python-textutils-dev
python-pygobject-dev: unsatisfied recommendation for python-pygobject-lib-dev
python-dev: unsatisfied recommendation for python-audio-dev
python-dev: unsatisfied recommendation for python-mime-dev
python-dev: unsatisfied recommendation for python-io-dev
python-dev: unsatisfied recommendation for ncurses-libtinfo-dev
python-dev: unsatisfied recommendation for python-resource-dev
python-dev: unsatisfied recommendation for python-zlib-dev
python-dev: unsatisfied recommendation for python-lang-dev
python-dev: unsatisfied recommendation for python-multiprocessing-dev
python-dev: unsatisfied recommendation for python-pkgutil-dev
python-dev: unsatisfied recommendation for python-subprocess-dev
python-dev: unsatisfied recommendation for python-json-dev
python-dev: unsatisfied recommendation for python-doctest-dev
python-dev: unsatisfied recommendation for python-2to3-dev
python-dev: unsatisfied recommendation for python-gdbm-dev
bzip2-dev: unsatisfied recommendation for update-alternatives-opkg-dev
python-dev: unsatisfied recommendation for python-misc-dev
python-dev: unsatisfied recommendation for python-logging-dev
python-dev: unsatisfied recommendation for python-threading-dev
python-dev: unsatisfied recommendation for python-codecs-dev
libgdbm-dev: unsatisfied recommendation for gdbm-compat-dev
python-dev: unsatisfied recommendation for python-pydoc-dev
python-dev: unsatisfied recommendation for python-pprint-dev
python-dev: unsatisfied recommendation for python-curses-dev
libreadline-dev: unsatisfied recommendation for ncurses-libtinfo-dev
python-dev: unsatisfied recommendation for python-fcntl-dev
python-dev: unsatisfied recommendation for python-compile-dev
python-dev: unsatisfied recommendation for python-debugger-dev
python-dev: unsatisfied recommendation for python-xmlrpc-dev
python-dev: unsatisfied recommendation for sqlite3-dev
python-dev: unsatisfied recommendation for python-distutils-dev
python-dev: unsatisfied recommendation for ncurses-libncursesw-dev
python-dev: unsatisfied recommendation for python-difflib-dev
python-dev: unsatisfied recommendation for python-crypt-dev
python-dev: unsatisfied recommendation for python-numbers-dev
python-dev: unsatisfied recommendation for python-idle-dev
python-dev: unsatisfied recommendation for python-db-dev
python-dev: unsatisfied recommendation for python-compiler-dev
python-dev: unsatisfied recommendation for python-unixadmin-dev
python-dev: unsatisfied recommendation for libssl-dev
python-dev: unsatisfied recommendation for ncurses-libpanelw-dev
python-dev: unsatisfied recommendation for python-tests-dev
python-dev: unsatisfied recommendation for python-pickle-dev
python-dev: unsatisfied recommendation for libcrypto-dev
python-dev: unsatisfied recommendation for python-datetime-dev
python-dev: unsatisfied recommendation for python-unittest-dev
python-dev: unsatisfied recommendation for python-profile-dev
python-dev: unsatisfied recommendation for python-netclient-dev
python-dev: unsatisfied recommendation for python-xml-dev
python-dev: unsatisfied recommendation for python-textutils-dev
python-dev: unsatisfied recommendation for python-image-dev
python-dev: unsatisfied recommendation for python-smtpd-dev
python-dev: unsatisfied recommendation for python-hotshot-dev
python-dev: unsatisfied recommendation for python-html-dev
python-dev: unsatisfied recommendation for python-tkinter-dev
python-dev: unsatisfied recommendation for python-mmap-dev
python-dev: unsatisfied recommendation for python-bsddb-dev
python-dev: unsatisfied recommendation for python-compression-dev
python-dev: unsatisfied recommendation for python-readline-dev
python-dev: unsatisfied recommendation for python-elementtree-dev
python-dev: unsatisfied recommendation for python-email-dev
python-dev: unsatisfied recommendation for python-shell-dev
python-dev: unsatisfied recommendation for python-ctypes-dev
python-dev: unsatisfied recommendation for libpython2-dev
python-dev: unsatisfied recommendation for python-sqlite3-tests-dev
python-dev: unsatisfied recommendation for python-mailbox-dev
python-dev: unsatisfied recommendation for python-sqlite3-dev
python-dev: unsatisfied recommendation for python-math-dev
python-dev: unsatisfied recommendation for python-robotparser-dev
python-dev: unsatisfied recommendation for python-syslog-dev
python-dev: unsatisfied recommendation for python-stringold-dev
python-dev: unsatisfied recommendation for python-re-dev
python-dev: unsatisfied recommendation for python-netserver-dev
python-dev: unsatisfied recommendation for python-modules-dev
python-dev: unsatisfied recommendation for python-terminal-dev
python-dev: unsatisfied recommendation for python-core-dev
python-pygobject-dev: unsatisfied recommendation for python-core-dev
libglib-2.0-dev: unsatisfied recommendation for eglibc-localedata-translit-cjk-variants-dev
libglib-2.0-dev: unsatisfied recommendation for eglibc-gconv-utf-32-dev
libglib-2.0-dev: unsatisfied recommendation for eglibc-gconv-utf-7-dev
libglib-2.0-dev: unsatisfied recommendation for tzdata-posix-dev
libglib-2.0-dev: unsatisfied recommendation for eglibc-gconv-iso8859-1-dev
libglib-2.0-dev: unsatisfied recommendation for tzdata-americas-dev
libglib-2.0-dev: unsatisfied recommendation for eglibc-gconv-utf-16-dev
libglib-2.0-dev: unsatisfied recommendation for eglibc-gconv-euc-jp-dev
libglib-2.0-dev: unsatisfied recommendation for tzdata-asia-dev
libdbus-glib-1-dev: unsatisfied recommendation for dbus-lib-dev
libdbus-glib-1-dev: unsatisfied recommendation for dbus-x11-dev
python-dbus-dev: unsatisfied recommendation for python-io-dev
python-dbus-dev: unsatisfied recommendation for dbus-lib-dev
python-dbus-dev: unsatisfied recommendation for python-logging-dev
python-dbus-dev: unsatisfied recommendation for python-xml-dev
python-dbus-dev: unsatisfied recommendation for python-stringold-dev
python-dbus-dev: unsatisfied recommendation for python-threading-dev
libglib-2.0-dev: unsatisfied recommendation for tzdata-dev
libglib-2.0-dev: unsatisfied recommendation for eglibc-gconv-cp1255-dev
libglib-2.0-dev: unsatisfied recommendation for eglibc-charmap-invariant-dev
libglib-2.0-dev: unsatisfied recommendation for tzdata-europe-dev
libglib-2.0-dev: unsatisfied recommendation for eglibc-gconv-iso8859-15-dev
libglib-2.0-dev: unsatisfied recommendation for eglibc-charmap-cp1255-dev
libglib-2.0-dev: unsatisfied recommendation for dbus-lib-dev
libglib-2.0-dev: unsatisfied recommendation for eglibc-charmap-utf-8-dev
libxml2-dev: unsatisfied recommendation for eglibc-gconv-ebcdic-us-dev
libxml2-dev: unsatisfied recommendation for eglibc-gconv-ibm1141-dev
pciutils-dev: unsatisfied recommendation for pciutils-ids-dev
kmod-dev: unsatisfied recommendation for libkmod-dev
kmod-dev: unsatisfied recommendation for update-alternatives-opkg-dev
pciutils-dev: unsatisfied recommendation for libkmod-dev
usbutils-dev: unsatisfied recommendation for usbutils-ids-dev
usbutils-dev: unsatisfied recommendation for libusb-dev
udev-dev: unsatisfied recommendation for libgudev-dev
udev-dev: unsatisfied recommendation for libkmod-dev
udev-dev: unsatisfied recommendation for libudev-dev
qtbase-dev: unsatisfied recommendation for libssl-dev
qtbase-dev: unsatisfied recommendation for libcrypto-dev
libxrender-dev: unsatisfied recommendation for xdmcp-dev
pulseaudio-dev: unsatisfied recommendation for pulseaudio-module-card-restore-dev
pulseaudio-dev: unsatisfied recommendation for pulseaudio-module-intended-roles-dev
alsa-lib-dev: unsatisfied recommendation for libasound-dev
pulseaudio-dev: unsatisfied recommendation for pulseaudio-lib-alsa-util-dev
pulseaudio-dev: unsatisfied recommendation for pulseaudio-module-cli-protocol-unix-dev
pulseaudio-dev: unsatisfied recommendation for libpulsecore-dev
pulseaudio-dev: unsatisfied recommendation for pulseaudio-lib-protocol-simple-dev
pulseaudio-dev: unsatisfied recommendation for pulseaudio-module-detect-dev
pulseaudio-dev: unsatisfied recommendation for pulseaudio-module-alsa-sink-dev
pulseaudio-dev: unsatisfied recommendation for libpulse-dev
pulseaudio-dev: unsatisfied recommendation for pulseaudio-module-filter-apply-dev
pulseaudio-dev: unsatisfied recommendation for pulseaudio-module-filter-heuristics-dev
pulseaudio-dev: unsatisfied recommendation for pulseaudio-lib-cli-dev
pulseaudio-dev: unsatisfied recommendation for pulseaudio-module-stream-restore-dev
pulseaudio-dev: unsatisfied recommendation for pulseaudio-module-null-sink-dev
pulseaudio-dev: unsatisfied recommendation for pulseaudio-lib-protocol-cli-dev
pulseaudio-dev: unsatisfied recommendation for libudev-dev
pulseaudio-dev: unsatisfied recommendation for pulseaudio-lib-rtp-dev
pulseaudio-dev: unsatisfied recommendation for pulseaudio-module-default-device-restore-dev
pulseaudio-dev: unsatisfied recommendation for pulseaudio-module-always-sink-dev
pulseaudio-dev: unsatisfied recommendation for libpulsecommon-dev
gconf-dev: unsatisfied recommendation for dbus-lib-dev
gconf-dev: unsatisfied recommendation for gobject-introspection-stub-dev
gconf-dev: unsatisfied recommendation for dbus-x11-dev
pulseaudio-dev: unsatisfied recommendation for libx11-xcb-dev
pulseaudio-dev: unsatisfied recommendation for libasound-dev
pulseaudio-dev: unsatisfied recommendation for pulseaudio-module-device-restore-dev
pulseaudio-dev: unsatisfied recommendation for libpulse-simple-dev
libsndfile-dev: unsatisfied recommendation for sqlite3-dev
pulseaudio-dev: unsatisfied recommendation for pulseaudio-module-alsa-card-dev
pulseaudio-dev: unsatisfied recommendation for pulseaudio-lib-protocol-native-dev
pulseaudio-dev: unsatisfied recommendation for pulseaudio-module-alsa-source-dev
pulseaudio-dev: unsatisfied recommendation for pulseaudio-lib-protocol-esound-dev
pulseaudio-dev: unsatisfied recommendation for pulseaudio-module-augment-properties-dev
pulseaudio-dev: unsatisfied recommendation for pulseaudio-module-switch-on-port-available-dev
pulseaudio-dev: unsatisfied recommendation for shadow-sysroot-dev
pulseaudio-dev: unsatisfied recommendation for pulseaudio-lib-protocol-http-dev
pulseaudio-dev: unsatisfied recommendation for dbus-lib-dev
pulseaudio-dev: unsatisfied recommendation for pulseaudio-module-console-kit-dev
consolekit-dev: unsatisfied recommendation for dbus-lib-dev
pulseaudio-dev: unsatisfied recommendation for pulseaudio-module-udev-detect-dev
pulseaudio-dev: unsatisfied recommendation for libpulse-mainloop-glib-dev
pulseaudio-dev: unsatisfied recommendation for pulseaudio-module-native-protocol-unix-dev
pulseaudio-dev: unsatisfied recommendation for pulseaudio-module-role-cork-dev
pulseaudio-dev: unsatisfied recommendation for pulseaudio-lib-oss-util-dev
pulseaudio-dev: unsatisfied recommendation for pulseaudio-module-rescue-streams-dev
pulseaudio-dev: unsatisfied recommendation for pulseaudio-module-position-event-sounds-dev
pulseaudio-dev: unsatisfied recommendation for pulseaudio-module-suspend-on-idle-dev
flac-dev: unsatisfied recommendation for libflac-dev
flac-dev: unsatisfied recommendation for libflac++-dev
libxkbcommon-dev: unsatisfied recommendation for libxcb-xkb-dev
libxcb-render-util-dev: unsatisfied recommendation for libxcb-render-dev
libxcb-image-dev: unsatisfied recommendation for libxcb-shm-dev
libdrm-dev: unsatisfied recommendation for libdrm-kms-dev
libdrm-dev: unsatisfied recommendation for libdrm-nouveau-dev
libdrm-dev: unsatisfied recommendation for libdrm-omap-dev
libdrm-dev: unsatisfied recommendation for libdrm-radeon-dev
libgl-mesa-dev: unsatisfied recommendation for libxcb-dri2-dev
libgl-mesa-dev: unsatisfied recommendation for libxcb-glx-dev
libgl-mesa-dev: unsatisfied recommendation for libx11-xcb-dev
libcairo-dev: unsatisfied recommendation for libxcb-render-dev
libcairo-dev: unsatisfied recommendation for libxcb-shm-dev
libcairo-dev: unsatisfied recommendation for cairo-perf-utils-dev
libcairo-dev: unsatisfied recommendation for cairo-script-interpreter-dev
libcairo-dev: unsatisfied recommendation for cairo-gobject-dev
gtk+-dev: unsatisfied recommendation for libxcb-render-dev
gtk+-dev: unsatisfied recommendation for update-alternatives-opkg-dev
gtk+-dev: unsatisfied recommendation for libxcb-shm-dev
gdk-pixbuf-dev: unsatisfied recommendation for gdk-pixbuf-loader-qtif-dev
gdk-pixbuf-dev: unsatisfied recommendation for gdk-pixbuf-loader-png-dev
gdk-pixbuf-dev: unsatisfied recommendation for gdk-pixbuf-loader-ras-dev
gdk-pixbuf-dev: unsatisfied recommendation for gdk-pixbuf-loader-tga-dev
gdk-pixbuf-dev: unsatisfied recommendation for gdk-pixbuf-loader-ani-dev
gdk-pixbuf-dev: unsatisfied recommendation for gdk-pixbuf-loader-jpeg-dev
gdk-pixbuf-dev: unsatisfied recommendation for gdk-pixbuf-loader-ico-dev
gdk-pixbuf-dev: unsatisfied recommendation for gdk-pixbuf-loader-bmp-dev
gdk-pixbuf-dev: unsatisfied recommendation for gdk-pixbuf-loader-pnm-dev
gdk-pixbuf-dev: unsatisfied recommendation for gdk-pixbuf-loader-pcx-dev
gdk-pixbuf-dev: unsatisfied recommendation for gdk-pixbuf-loader-wbmp-dev
gdk-pixbuf-dev: unsatisfied recommendation for gdk-pixbuf-loader-gif-dev
gdk-pixbuf-dev: unsatisfied recommendation for gdk-pixbuf-loader-xbm-dev
gdk-pixbuf-dev: unsatisfied recommendation for gdk-pixbuf-loader-icns-dev
gdk-pixbuf-dev: unsatisfied recommendation for gdk-pixbuf-loader-xpm-dev
pango-dev: unsatisfied recommendation for libxcb-render-dev
pango-dev: unsatisfied recommendation for libxcb-shm-dev
bluez4-dev: unsatisfied recommendation for libusb-dev
bluez4-dev: unsatisfied recommendation for dbus-lib-dev
gawk-dev: unsatisfied recommendation for update-alternatives-opkg-dev
gawk-dev: unsatisfied recommendation for gawk-common-dev
bluez4-dev: unsatisfied recommendation for libudev-dev
qtsystems-dev: unsatisfied recommendation for libudev-dev
libqt5serialport-dev: unsatisfied recommendation for libudev-dev
icu-dev: unsatisfied recommendation for libicuuc-dev
icu-dev: unsatisfied recommendation for libicudata-dev
icu-dev: unsatisfied recommendation for libiculx-dev
icu-dev: unsatisfied recommendation for libicule-dev
icu-dev: unsatisfied recommendation for libicuio-dev
icu-dev: unsatisfied recommendation for libicui18n-dev
icu-dev: unsatisfied recommendation for libicutu-dev
qtmultimedia-dev: unsatisfied recommendation for libpulse-dev
qtwebkit-dev: unsatisfied recommendation for sqlite3-dev
orc-dev: unsatisfied recommendation for liborc-test-0.4-dev
orc-dev: unsatisfied recommendation for liborc-0.4-dev
Configuring qemuwrapper-cross-dbg.
Configuring libc6-dbg.
Configuring libgcc-s-dbg.
Configuring packagegroup-core-standalone-sdk-target-dbg.
Configuring libc6.
Configuring eglibc-localedata-translit-fraction.
Configuring eglibc-extra-nss.
Configuring eglibc-localedata-iso14651-t1-common.
Configuring eglibc-localedata-iso14651-t1.
Configuring libgcc1.
Configuring libstdc++6.
Configuring libthread-db1.
Configuring libcidn1.
Configuring linux-libc-headers-dev.
Configuring libc6-dev.
Configuring libgcc-s-dev.
Configuring libstdc++-dev.
Configuring eglibc-gconv.
Configuring eglibc-gconv-iso8859-1.
Configuring eglibc-utils.
Configuring eglibc-localedata-translit-small.
Configuring qemuwrapper-cross.
Configuring eglibc-localedata-translit-circle.
Configuring eglibc-localedata-translit-cjk-compat.
Configuring eglibc-localedata-translit-compat.
Configuring eglibc-localedata-translit-narrow.
Configuring eglibc-localedata-translit-wide.
Configuring eglibc-localedata-translit-font.
Configuring eglibc-localedata-translit-neutral.
Configuring eglibc-gconv-cp1252.
Configuring eglibc-gconv-ibm850.
Configuring eglibc-localedata-i18n.
Configuring libsegfault.
Configuring eglibc-gconv-iso8859-15.
Configuring packagegroup-core-standalone-sdk-target.
Collected errors:
 * satisfy_dependencies_for: Cannot satisfy the following dependencies for packagegroup-qt5-toolchain-target:
 * 	qtwebkit-mkspecs * 	qtwebkit (= 5.2.1-r0) * 	qtwebkit-qmlplugins * 	qttools-plugins * 
 * opkg_install_cmd: Cannot install package packagegroup-qt5-toolchain-target.

DEBUG: Python function do_populate_sdk finished
ERROR: Function failed: do_populate_sdk


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

* Re: (off topic) exporting a SDK with Qt5
  2014-09-24 19:32     ` Otavio Salvador
@ 2014-10-03 23:53       ` Alfonso Tamés
  2014-10-04 19:24         ` Otavio Salvador
  0 siblings, 1 reply; 15+ messages in thread
From: Alfonso Tamés @ 2014-10-03 23:53 UTC (permalink / raw)
  To: Otavio Salvador; +Cc: meta-freescale


Hi Otavio,

I just bitbaked a fsl-image-multimedia-full with qt5 and a 
meta-toolchain-qt5 using master branch.

When I run qmake -v this is the output:

alfonso@mufilinux:~$ 
/opt/poky/1.7/sysroots/x86_64-pokysdk-linux/usr/bin/qt5/qmake -v
QMake version 3.0
Using Qt version 5.3.1 in 
/opt/yocto/master_egl/build/tmp/sysroots/x86_64-linux/opt/poky/1.7/sysroots/x86_64-pokysdk-linux/usr/lib


And this is the output from qmake generated from Daisy:

alfonso@mufilinux:~$ 
/opt/poky/1.6.1/sysroots/x86_64-pokysdk-linux/usr/bin/qt5/qmake -v
QMake version 3.0
Using Qt version 5.2.1 in 
/opt/poky/1.6.1/sysroots/cortexa9hf-vfp-neon-poky-linux-gnueabi/usr/lib


As you can see the qmake from master branch is pointing to a non 
existing directory on the wrong sysroot.

Hope this helps!

Regards,

Alfonso


On 24/09/14 14:32, Otavio Salvador wrote:
> On Wed, Sep 24, 2014 at 3:14 PM, Alfonso Tamés<alfonso@tames.com>  wrote:
>> meta-toolchain-qt5 seems to be broken in master. Check the qmake -v output, it points to some non existent directory inside the x86 sysroot (it should point to the cortex9hf sysroot anyway).
> Please send me more information about this so I take a look.
>



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

* Re: (off topic) exporting a SDK with Qt5
  2014-10-03 23:53       ` Alfonso Tamés
@ 2014-10-04 19:24         ` Otavio Salvador
  2014-10-21  2:14           ` Otavio Salvador
  0 siblings, 1 reply; 15+ messages in thread
From: Otavio Salvador @ 2014-10-04 19:24 UTC (permalink / raw)
  To: Alfonso Tamés; +Cc: meta-freescale

On Fri, Oct 3, 2014 at 8:53 PM, Alfonso Tamés <alfonso@tames.com> wrote:
> I just bitbaked a fsl-image-multimedia-full with qt5 and a
> meta-toolchain-qt5 using master branch.
>
> When I run qmake -v this is the output:
>
> alfonso@mufilinux:~$
> /opt/poky/1.7/sysroots/x86_64-pokysdk-linux/usr/bin/qt5/qmake -v
> QMake version 3.0
> Using Qt version 5.3.1 in
> /opt/yocto/master_egl/build/tmp/sysroots/x86_64-linux/opt/poky/1.7/sysroots/x86_64-pokysdk-linux/usr/lib
>
>
> And this is the output from qmake generated from Daisy:
>
> alfonso@mufilinux:~$
> /opt/poky/1.6.1/sysroots/x86_64-pokysdk-linux/usr/bin/qt5/qmake -v
> QMake version 3.0
> Using Qt version 5.2.1 in
> /opt/poky/1.6.1/sysroots/cortexa9hf-vfp-neon-poky-linux-gnueabi/usr/lib
>
>
> As you can see the qmake from master branch is pointing to a non existing
> directory on the wrong sysroot.

It does; I am working on a toolchain issue for PPC and a packagedata
issue (which broke mx53 for example) and once I solve these two issues
which are affecting our customers I will try to look at this.

Thanks for the testing case; this speeds my testing.

-- 
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


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

* Re: (off topic) exporting a SDK with Qt5
  2014-10-04 19:24         ` Otavio Salvador
@ 2014-10-21  2:14           ` Otavio Salvador
  2014-10-22 17:39             ` Diego Sueiro
  0 siblings, 1 reply; 15+ messages in thread
From: Otavio Salvador @ 2014-10-21  2:14 UTC (permalink / raw)
  To: Alfonso Tamés; +Cc: meta-freescale

Hello Alfonso,

On Sat, Oct 4, 2014 at 4:24 PM, Otavio Salvador <otavio@ossystems.com.br> wrote:
> On Fri, Oct 3, 2014 at 8:53 PM, Alfonso Tamés <alfonso@tames.com> wrote:
>> I just bitbaked a fsl-image-multimedia-full with qt5 and a
>> meta-toolchain-qt5 using master branch.
>>
>> When I run qmake -v this is the output:
>>
>> alfonso@mufilinux:~$
>> /opt/poky/1.7/sysroots/x86_64-pokysdk-linux/usr/bin/qt5/qmake -v
>> QMake version 3.0
>> Using Qt version 5.3.1 in
>> /opt/yocto/master_egl/build/tmp/sysroots/x86_64-linux/opt/poky/1.7/sysroots/x86_64-pokysdk-linux/usr/lib
>>
>>
>> And this is the output from qmake generated from Daisy:
>>
>> alfonso@mufilinux:~$
>> /opt/poky/1.6.1/sysroots/x86_64-pokysdk-linux/usr/bin/qt5/qmake -v
>> QMake version 3.0
>> Using Qt version 5.2.1 in
>> /opt/poky/1.6.1/sysroots/cortexa9hf-vfp-neon-poky-linux-gnueabi/usr/lib
>>
>>
>> As you can see the qmake from master branch is pointing to a non existing
>> directory on the wrong sysroot.
>
> It does; I am working on a toolchain issue for PPC and a packagedata
> issue (which broke mx53 for example) and once I solve these two issues
> which are affecting our customers I will try to look at this.
>
> Thanks for the testing case; this speeds my testing.

I think I narrowed this down. It was a mix of things and it seems to
work fine now.

Be sure to include the patches in meta-qt5 which I sent today :)

-- 
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


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

* Re: (off topic) exporting a SDK with Qt5
  2014-10-21  2:14           ` Otavio Salvador
@ 2014-10-22 17:39             ` Diego Sueiro
  2014-10-22 17:41               ` Otavio Salvador
  0 siblings, 1 reply; 15+ messages in thread
From: Diego Sueiro @ 2014-10-22 17:39 UTC (permalink / raw)
  To: Otavio Salvador; +Cc: meta-freescale

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

Otavio,

On Tue, Oct 21, 2014 at 12:14 AM, Otavio Salvador <otavio@ossystems.com.br>
wrote:

> Be sure to include the patches in meta-qt5 which I sent today :)


I'm trying to use meta-toolchain-qt5 from the latest master branch commit
but I realized that the sdk setup environment file doesn't have the exports
for QT and QMAKE related variables.
Is this expected?

After configuring Qtcreator stuff (Kits,Compiler,Qt version etc) when I try
to build a source the make command invokes the "c" (???) command instead of
"arm-poky-linux-gnueabi-g++" command.

Do you have some hints on this?

Regards,

--
*dS
Diego Sueiro

Administrador do Embarcados
www.embarcados.com.br
<http://www.embarcados.com.br/?utm_source=assinatura_diego&utm_medium=e-mail&utm_campaign=Assinatura%20Email%20Diego>

/*long live rock 'n roll*/

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

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

* Re: (off topic) exporting a SDK with Qt5
  2014-10-22 17:39             ` Diego Sueiro
@ 2014-10-22 17:41               ` Otavio Salvador
  2014-10-22 17:47                 ` Diego Sueiro
  0 siblings, 1 reply; 15+ messages in thread
From: Otavio Salvador @ 2014-10-22 17:41 UTC (permalink / raw)
  To: Diego Sueiro; +Cc: meta-freescale

On Wed, Oct 22, 2014 at 3:39 PM, Diego Sueiro <diego.sueiro@gmail.com> wrote:
> On Tue, Oct 21, 2014 at 12:14 AM, Otavio Salvador <otavio@ossystems.com.br>
> wrote:
>> Be sure to include the patches in meta-qt5 which I sent today :)
>
>
> I'm trying to use meta-toolchain-qt5 from the latest master branch commit
> but I realized that the sdk setup environment file doesn't have the exports
> for QT and QMAKE related variables.
> Is this expected?
>
> After configuring Qtcreator stuff (Kits,Compiler,Qt version etc) when I try
> to build a source the make command invokes the "c" (???) command instead of
> "arm-poky-linux-gnueabi-g++" command.
>
> Do you have some hints on this?

This is off-topic here; yes I have some more fixes in queue. I plan to
prepare the patches soon and send.

-- 
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


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

* Re: (off topic) exporting a SDK with Qt5
  2014-10-22 17:41               ` Otavio Salvador
@ 2014-10-22 17:47                 ` Diego Sueiro
  2014-10-22 18:25                   ` Alfonso Tamés
  0 siblings, 1 reply; 15+ messages in thread
From: Diego Sueiro @ 2014-10-22 17:47 UTC (permalink / raw)
  To: Otavio Salvador; +Cc: meta-freescale

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

Otavio,

On Wed, Oct 22, 2014 at 3:41 PM, Otavio Salvador <otavio@ossystems.com.br>
wrote:

> On Wed, Oct 22, 2014 at 3:39 PM, Diego Sueiro <diego.sueiro@gmail.com>
> wrote:
> > On Tue, Oct 21, 2014 at 12:14 AM, Otavio Salvador <
> otavio@ossystems.com.br>
> > wrote:
> >> Be sure to include the patches in meta-qt5 which I sent today :)
> >
> >
> > I'm trying to use meta-toolchain-qt5 from the latest master branch commit
> > but I realized that the sdk setup environment file doesn't have the
> exports
> > for QT and QMAKE related variables.
> > Is this expected?
> >
> > After configuring Qtcreator stuff (Kits,Compiler,Qt version etc) when I
> try
> > to build a source the make command invokes the "c" (???) command instead
> of
> > "arm-poky-linux-gnueabi-g++" command.
> >
> > Do you have some hints on this?
>
> This is off-topic here; yes I have some more fixes in queue. I plan to
> prepare the patches soon and send.


Thanks for the prompt response.

Sorry about that. Since the discussion is related to qt5 sdk I thought I
could ask here.

Regards,

--
*dS
Diego Sueiro

Administrador do Embarcados
www.embarcados.com.br
<http://www.embarcados.com.br/?utm_source=assinatura_diego&utm_medium=e-mail&utm_campaign=Assinatura%20Email%20Diego>

/*long live rock 'n roll*/

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

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

* Re: (off topic) exporting a SDK with Qt5
  2014-10-22 17:47                 ` Diego Sueiro
@ 2014-10-22 18:25                   ` Alfonso Tamés
  2014-10-22 18:31                     ` Otavio Salvador
  0 siblings, 1 reply; 15+ messages in thread
From: Alfonso Tamés @ 2014-10-22 18:25 UTC (permalink / raw)
  To: Diego Sueiro; +Cc: meta-freescale, Otavio Salvador

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

Which is the proper place to discuss meta-qt5?

Thanks,
Alfonso


> On 22/10/2014, at 12:47, Diego Sueiro <diego.sueiro@gmail.com> wrote:
> 
> Otavio,
> 
>> On Wed, Oct 22, 2014 at 3:41 PM, Otavio Salvador <otavio@ossystems.com.br> wrote:
>> On Wed, Oct 22, 2014 at 3:39 PM, Diego Sueiro <diego.sueiro@gmail.com> wrote:
>> > On Tue, Oct 21, 2014 at 12:14 AM, Otavio Salvador <otavio@ossystems.com.br>
>> > wrote:
>> >> Be sure to include the patches in meta-qt5 which I sent today :)
>> >
>> >
>> > I'm trying to use meta-toolchain-qt5 from the latest master branch commit
>> > but I realized that the sdk setup environment file doesn't have the exports
>> > for QT and QMAKE related variables.
>> > Is this expected?
>> >
>> > After configuring Qtcreator stuff (Kits,Compiler,Qt version etc) when I try
>> > to build a source the make command invokes the "c" (???) command instead of
>> > "arm-poky-linux-gnueabi-g++" command.
>> >
>> > Do you have some hints on this?
>> 
>> This is off-topic here; yes I have some more fixes in queue. I plan to
>> prepare the patches soon and send.
> 
> Thanks for the prompt response.
> 
> Sorry about that. Since the discussion is related to qt5 sdk I thought I could ask here.
> 
> Regards,
> 
> --
> *dS
> Diego Sueiro
> 
> Administrador do Embarcados
> www.embarcados.com.br
> 
> /*long live rock 'n roll*/

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

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

* Re: (off topic) exporting a SDK with Qt5
  2014-10-22 18:25                   ` Alfonso Tamés
@ 2014-10-22 18:31                     ` Otavio Salvador
  0 siblings, 0 replies; 15+ messages in thread
From: Otavio Salvador @ 2014-10-22 18:31 UTC (permalink / raw)
  To: Alfonso Tamés; +Cc: meta-freescale

On Wed, Oct 22, 2014 at 4:25 PM, Alfonso Tamés <alfonso@tames.com> wrote:
> Which is the proper place to discuss meta-qt5?

OpenEmbedded-Devel :-)

-- 
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


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

end of thread, other threads:[~2014-10-22 18:31 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-09-24 15:29 (off topic) exporting a SDK with Qt5 Richard Cochran
2014-09-24 16:09 ` Richard Cochran
2014-09-24 18:14   ` Alfonso Tamés
2014-09-24 19:32     ` Otavio Salvador
2014-10-03 23:53       ` Alfonso Tamés
2014-10-04 19:24         ` Otavio Salvador
2014-10-21  2:14           ` Otavio Salvador
2014-10-22 17:39             ` Diego Sueiro
2014-10-22 17:41               ` Otavio Salvador
2014-10-22 17:47                 ` Diego Sueiro
2014-10-22 18:25                   ` Alfonso Tamés
2014-10-22 18:31                     ` Otavio Salvador
2014-09-24 18:16   ` Alfonso Tamés
2014-09-25  9:45     ` Richard Cochran
2014-09-24 18:29   ` Richard Cochran

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.