Re: [yocto] Build core2 (i686) U-Boot for a core-i7 (amd64) image

2017-07-17 Thread Khem Raj
On Mon, Jul 17, 2017 at 3:02 PM, Ferry Toth wrote: > On edison U-Boot is 32 bit. I'm building a 64 bit kernel + rootfs. > > The only recipy that fails is U-Boot with: > undefined reference to `__normal___udivdi3' > this means gcc is generating a helper call which it assumes libgcc will provide bu

Re: [yocto] [PATCH] Added missing CPPFLAGS/CFLAGS/LDFLAGS in sample recipe for morty branch

2017-07-17 Thread Pierre FICHEUX
My first proposed patch didn't include CPPFLAGS/CFLAGS but Khem Raj did prefer the new way :) -- Pierre FICHEUX -/- CTO Smile-ECS, France -\- pierre.fich...@smile.fr http://www.smile.fr http://ingenierie.openwide.fr I would

[yocto] [meta-yocto-bsp][PATCH] oeqa/selftest/cases: systemd_boot enable threaded runs

2017-07-17 Thread Aníbal Limón
Signed-off-by: Aníbal Limón --- .../lib/oeqa/selftest/cases/systemd_boot.py| 26 -- 1 file changed, 14 insertions(+), 12 deletions(-) diff --git a/meta-yocto-bsp/lib/oeqa/selftest/cases/systemd_boot.py b/meta-yocto-bsp/lib/oeqa/selftest/cases/systemd_boot.py index dd

[yocto] Build core2 (i686) U-Boot for a core-i7 (amd64) image

2017-07-17 Thread Ferry Toth
On edison U-Boot is 32 bit. I'm building a 64 bit kernel + rootfs. The only recipy that fails is U-Boot with: undefined reference to `__normal___udivdi3' Apparently, when building 32 bit U-Boot outside of yocto on a 64bit machine you need to install gcc-6-multilib. How would I configure poke or

Re: [yocto] How do you build 2 versions of the same recipe and a specific version from bitbake cmd line

2017-07-17 Thread Robert Joslyn
On Sat, 2017-07-15 at 15:47 +0300, Robert Berger wrote: > Hi, > > On 2017-07-14 23:32, Robert Joslyn wrote: > > > > Just to clarify, the typical way this is done is to put the major > > version number as part of the package name. For example, the > > recipes > > could be called zeromq3_3.2.2.bb a

Re: [yocto] [PATCH] Added missing CPPFLAGS/CFLAGS/LDFLAGS in sample recipe for morty branch

2017-07-17 Thread Thomas A. F. Thorne MEng AUS MIET
On 17/07/17 11:46, Burton, Ross wrote: > > On 17 July 2017 at 11:25, Thomas A. F. Thorne MEng AUS MIET > mailto:thomas.tho...@net2edge.com>> wrote: > > helloworld.c is a C file, not a C++ file. ${CC} should give you a C > Compiler. CPPFLAGS should not be used or necessary for a C > co

[yocto] Yocto Project Status WW29’17

2017-07-17 Thread Jolley, Stephen K
Current Dev Position: Preparing for YP 2.4 M2 Next Deadline: YP 2.4 M2 Cut off is July 17, 2017 SWAT team rotation: Cal -> Joshua on July 14, 2017. SWAT team rotation: Joshua -> Armin on July 21, 2017. https://wiki.yoctoproject.org/wiki/Yocto_Build_Failure_Swat_Team Key Status/Updates: ·

Re: [yocto] [PATCH] Added missing CPPFLAGS/CFLAGS/LDFLAGS in sample recipe for morty branch

2017-07-17 Thread Leonardo Sandoval
On Mon, 2017-07-17 at 15:30 +0100, Burton, Ross wrote: > > On 17 July 2017 at 15:04, Leonardo Sandoval > wrote: > master has the second line (LDFLAGS) but not the first one > (CPPFLAGS and > CFLAGS) so the problem may also be present on master. Would > you mind >

Re: [yocto] [PATCH v3] qt4: Fix build with moc4 and boost

2017-07-17 Thread Alexander Kanavin
On 07/17/2017 05:36 PM, Ricardo Ribalda Delgado wrote: Signed-off-by: Ricardo Ribalda Delgado Thanks, pushed. Alex -- ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto

[yocto] [PATCH v3] qt4: Fix build with moc4 and boost

2017-07-17 Thread Ricardo Ribalda Delgado
Signed-off-by: Ricardo Ribalda Delgado --- recipes-qt4/qt4/qt4-4.8.7.inc | 1 + ...erywhere-opensource-src-4.8.6-QTBUG-22829.patch | 22 ++ recipes-qt4/qt4/qt4-native.inc | 1 + 3 files changed, 24 insertions(+) create mode 100644 r

Re: [yocto] [PATCH v2] qt4: Fix build with moc4 and boost

2017-07-17 Thread Alexander Kanavin
On 07/17/2017 05:28 PM, Ricardo Ribalda Delgado wrote: Hi Alex Unortunately I do not know who is the original author. The oldest thing that I can track is: http://pkgs.fedoraproject.org/cgit/rpms/qt.git/commit/qt-everywhere-opensource-src-4.8.6-QTBUG-22829.patch?id=7d0674cfd8a0bd3722f9169adac15

Re: [yocto] [PATCH] Added missing CPPFLAGS/CFLAGS/LDFLAGS in sample recipe for morty branch

2017-07-17 Thread Burton, Ross
On 17 July 2017 at 15:04, Leonardo Sandoval < leonardo.sandoval.gonza...@linux.intel.com> wrote: > master has the second line (LDFLAGS) but not the first one (CPPFLAGS and > CFLAGS) so the problem may also be present on master. Would you mind > checking this and sent patches to the poky mailing li

Re: [yocto] [PATCH v2] qt4: Fix build with moc4 and boost

2017-07-17 Thread Ricardo Ribalda Delgado
Hi Alex Unortunately I do not know who is the original author. The oldest thing that I can track is: http://pkgs.fedoraproject.org/cgit/rpms/qt.git/commit/qt-everywhere-opensource-src-4.8.6-QTBUG-22829.patch?id=7d0674cfd8a0bd3722f9169adac15c796483cf88 But I am not sure if it is appropriate to ad

Re: [yocto] [PATCH v2] qt4: Fix build with moc4 and boost

2017-07-17 Thread Alexander Kanavin
On 07/17/2017 05:18 PM, Ricardo Ribalda Delgado wrote: index ..e5d3c266bade --- /dev/null +++ b/recipes-qt4/qt4/qt4-4.8.7/qt-everywhere-opensource-src-4.8.6-QTBUG-22829.patch @@ -0,0 +1,21 @@ +Error described on: https://bugzilla.redhat.com/show_bug.cgi?id=1396755 +Patch obtained fro

[yocto] [PATCH v2] qt4: Fix build with moc4 and boost

2017-07-17 Thread Ricardo Ribalda Delgado
Signed-off-by: Ricardo Ribalda Delgado --- recipes-qt4/qt4/qt4-4.8.7.inc | 1 + ...verywhere-opensource-src-4.8.6-QTBUG-22829.patch | 21 + recipes-qt4/qt4/qt4-native.inc | 1 + 3 files changed, 23 insertions(+) create mode 100644

Re: [yocto] [meta-qt4][PATCH] qt4: Fix build with moc4 and boost

2017-07-17 Thread Ricardo Ribalda Delgado
Hi Alex I will fix and resend. Sorry! On Mon, Jul 17, 2017 at 4:12 PM, Alexander Kanavin wrote: > On 07/17/2017 05:12 PM, Ricardo Ribalda Delgado wrote: >> >> Actually I got the patch from >> >> https://bugzilla.redhat.com/show_bug.cgi?id=1396755 >> >> http://pkgs.fedoraproject.org/cgit/rpms/qt

Re: [yocto] [meta-qt4][PATCH] qt4: Fix build with moc4 and boost

2017-07-17 Thread Alexander Kanavin
On 07/17/2017 05:12 PM, Ricardo Ribalda Delgado wrote: Actually I got the patch from https://bugzilla.redhat.com/show_bug.cgi?id=1396755 http://pkgs.fedoraproject.org/cgit/rpms/qt.git/tree/qt-everywhere-opensource-src-4.8.6-QTBUG-22829.patch In which case it is not a backport. Then the upstrea

Re: [yocto] [meta-qt4][PATCH] qt4: Fix build with moc4 and boost

2017-07-17 Thread Alexander Kanavin
On 07/17/2017 05:11 PM, Ricardo Ribalda Delgado wrote: https://codereview.qt-project.org/#/c/40593/3/src/tools/moc/main.cpp Can you add this link to the patch please? Alex -- ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.o

Re: [yocto] [meta-qt4][PATCH] qt4: Fix build with moc4 and boost

2017-07-17 Thread Ricardo Ribalda Delgado
Actually I got the patch from https://bugzilla.redhat.com/show_bug.cgi?id=1396755 http://pkgs.fedoraproject.org/cgit/rpms/qt.git/tree/qt-everywhere-opensource-src-4.8.6-QTBUG-22829.patch On Mon, Jul 17, 2017 at 4:11 PM, Ricardo Ribalda Delgado wrote: > https://codereview.qt-project.org/#/c/40593

Re: [yocto] [meta-qt4][PATCH] qt4: Fix build with moc4 and boost

2017-07-17 Thread Ricardo Ribalda Delgado
https://codereview.qt-project.org/#/c/40593/3/src/tools/moc/main.cpp On Mon, Jul 17, 2017 at 4:04 PM, Alexander Kanavin wrote: > On 07/07/2017 01:30 PM, Ricardo Ribalda Delgado wrote: >> >> +Error described on: https://bugzilla.redhat.com/show_bug.cgi?id=1396755 >> + >> +Upstream-Status: Backport

[yocto] Warning: QA Issue: requires libc.so.6(GLIBC_2.7), but no providers in its RDEPENDs

2017-07-17 Thread S.R.Sasi Kumar
Greetings! I am new to Yocto project. I am building a simple sample application using Yocto Project, Krogoth branch. I am getting a warning "do_package_qa: QA Issue: requires libc.so.6(GLIBC_2.7)(64-bit) , bit no providers in (file-rdeps), however the application builds and runs. Can anyone k

Re: [yocto] [meta-qt4][PATCH] qt4: Fix build with moc4 and boost

2017-07-17 Thread Alexander Kanavin
On 07/07/2017 01:30 PM, Ricardo Ribalda Delgado wrote: +Error described on: https://bugzilla.redhat.com/show_bug.cgi?id=1396755 + +Upstream-Status: Backport Backport from where? Please provide a link. Alex -- ___ yocto mailing list yocto@yoctoprojec

Re: [yocto] [meta-qt4][PATCH] qmmp: Fix gcc-6 build error

2017-07-17 Thread Alexander Kanavin
On 07/07/2017 01:30 PM, Ricardo Ribalda Delgado wrote: Invalid conversion (const). Signed-off-by: Ricardo Ribalda Delgado Thanks, pushed. Alex -- ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto

Re: [yocto] [yocto-autobuilder][PATCH] yoctogit: add init to submodule update

2017-07-17 Thread Joshua Lock
On Sat, 2017-07-15 at 12:33 -0700, Stephano Cetola wrote: > We replaced buildbot's standard copy function with our _srccopy > function when method=barecopy or movecopy. The srccopy will copy the > contents of the "source" directory into the build dir. We cannot > assume that submodules have not bee

Re: [yocto] [yocto-autobuilder][PATCH] ScrapeTargets: use translate instead of regex

2017-07-17 Thread Joshua Lock
On Sat, 2017-07-15 at 12:33 -0700, Stephano Cetola wrote: > From some quick tests the string translate function is comparable in > efficiency and certainly more legible than regex. We should note that > if we ever move this functionality to an environment running python3, > the translate function t

Re: [yocto] [PATCH] Added missing CPPFLAGS/CFLAGS/LDFLAGS in sample recipe for morty branch

2017-07-17 Thread Leonardo Sandoval
On Mon, 2017-07-17 at 10:00 +0200, Pierre FICHEUX wrote: > This problem causes the following error : > > ERROR: example-0.1-r0 do_package_qa: QA Issue: No GNU_HASH in the elf binary > > > Signed-off-by: Pierre FICHEUX > --- > .../target/arch/layer/recipes-example/example/example-recipe-0.1.bb

[yocto] NTPd is not synchronizing the system clock continuously, but at every startup/reload; running on QEMUx86-64

2017-07-17 Thread S.R.Sasi Kumar
Greetings! I have installed Ubuntu 14.x on VirtualBox. I am building core-image-minimal for QEMU x86-64 using Krogoth branch. I created a sample application and able to run that simple application as expected. Next, I added ntpd_4.2.8p8 to the image. NTPd is updating system time at QEMU startup

Re: [yocto] [PATCH] Added missing CPPFLAGS/CFLAGS/LDFLAGS in sample recipe for morty branch

2017-07-17 Thread Burton, Ross
On 17 July 2017 at 11:25, Thomas A. F. Thorne MEng AUS MIET < thomas.tho...@net2edge.com> wrote: > helloworld.c is a C file, not a C++ file. ${CC} should give you a C > Compiler. CPPFLAGS should not be used or necessary for a C compilation. > CPPFLAGS is C Preprocesor, you're thinking of CXXFLA

Re: [yocto] [PATCH] Added missing CPPFLAGS/CFLAGS/LDFLAGS in sample recipe for morty branch

2017-07-17 Thread Thomas A. F. Thorne MEng AUS MIET
I am not sure about this change: On 17/07/17 09:00, Pierre FICHEUX wrote: > This problem causes the following error : > > ERROR: example-0.1-r0 do_package_qa: QA Issue: No GNU_HASH in the elf binary > > > Signed-off-by: Pierre FICHEUX > --- > .../target/arch/layer/recipes-example/example/example

Re: [yocto] [PATCH] Added missing CPPFLAGS/CFLAGS/LDFLAGS in sample recipe for morty branch

2017-07-17 Thread Burton, Ross
On 17 July 2017 at 09:00, Pierre FICHEUX wrote: > This problem causes the following error : > > ERROR: example-0.1-r0 do_package_qa: QA Issue: No GNU_HASH in the elf > binary > This is essentially a backport of aa3e99e24c3234b6f3f19169939d4cd498d0ce36, can you mark it as such and use a proper co

[yocto] [PATCH] Added missing CPPFLAGS/CFLAGS/LDFLAGS in sample recipe for morty branch

2017-07-17 Thread Pierre FICHEUX
This problem causes the following error : ERROR: example-0.1-r0 do_package_qa: QA Issue: No GNU_HASH in the elf binary Signed-off-by: Pierre FICHEUX --- .../target/arch/layer/recipes-example/example/example-recipe-0.1.bb| 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a