[yocto] Warning on mips64

2016-11-16 Thread Gary Thomas
I'm trying to build qemumips64 and get this warning: = WARNING: linux-yocto-4.8.6+gitAUTOINC+87e5fc8b7c_edcb167f91-r0 do_kernel_configcheck: [kernel config]: specified values did not make it into the kernel's fina

Re: [yocto] [yocto-announce] [ANNOUNCEMENT] Yocto Project 2.2 (morty 16.0.0) Released

2016-11-16 Thread Paul Eggleton
On Tue, 15 Nov 2016 11:24:28 Rich Persaud wrote: > > On Nov 1, 2016, at 15:48, Tracy Graydon wrote: > > > > Hello, > > > > The latest release of the Yocto Project 2.2 (morty-16.0.0) is now > > available for download at: > > > > http://downloads.yoctoproject.org/releases/yocto/yocto-2.2/poky-mor

Re: [yocto] [PATCH] rmc: Fix include path and type definitions

2016-11-16 Thread Jianxun Zhang
> On Nov 15, 2016, at 10:55 PM, Khem Raj wrote: > > > > On 11/15/16 8:56 PM, Jianxun Zhang wrote: >> Add detection of current path for -I option, also update >> type definitions for EFI compiling. >> >> Signed-off-by: Jianxun Zhang >> --- >> Makefile| 4 +++- >> Makefile.efi| 4 ++

[yocto] Unusual RPM / Smart Bug When Changing Architecture

2016-11-16 Thread Darcy Watkins
Hi, We encountered some rather unusual anomalies related to RPM / Smart in both the build system and when applying updates on the target. 1. We had a series of RPM packages for HW controller specific FW images. Let's say they are called something like: - fw-image-a - fw-image-b - fw

Re: [yocto] Kernel too old?

2016-11-16 Thread Khem Raj
On 11/16/16 4:08 AM, Gary Thomas wrote: > On 2016-11-16 12:55, Jussi Kukkonen wrote: >> On 16 November 2016 at 13:29, Gary Thomas > > wrote: >> >> I'm trying to run some user code on a [closed] box that it's >> difficult (maybe impossible) to update the kernel.

Re: [yocto] mklibs in USER_CLASSES (Khem Raj) (Khem Raj)

2016-11-16 Thread Khem Raj
On 11/16/16 4:07 AM, 신택현 (Taek Hyun Shin) wrote: > Hi Khem Raj > > > Thank you for your answer > > > I did add to the patch your recommend. > > But, the error is occurred as follow: I guess you have to dig deep and see what might be going on > > > Object: > usr/bin/tc-/home/B110141/works

Re: [yocto] New error

2016-11-16 Thread Khem Raj
On 11/16/16 2:57 AM, Gary Thomas wrote: > On 2016-11-16 07:47, Khem Raj wrote: >> Can you test out this patch for OE-Core >> >> https://github.com/kraj/openembedded-core/commit/b2d345d0217db0c2dda3b9b40824829116599568 >> >> > > Yes, this removes all the errors. thanks. Patch sent. > > Thanks

Re: [yocto] Kernel too old?

2016-11-16 Thread Gary Thomas
On 2016-11-16 13:08, Gary Thomas wrote: On 2016-11-16 12:55, Jussi Kukkonen wrote: On 16 November 2016 at 13:29, Gary Thomas mailto:g...@mlbassoc.com>> wrote: I'm trying to run some user code on a [closed] box that it's difficult (maybe impossible) to update the kernel. To date, I'

[yocto] [meta-cgl][PATCH] core-iamge-cgl: Remove kernel-modules

2016-11-16 Thread Adrian Dudau
This is already included in packagegroup-cgl-kernel. Signed-off-by: Adrian Dudau --- meta-cgl-common/images/core-image-cgl.bb | 1 - 1 file changed, 1 deletion(-) diff --git a/meta-cgl-common/images/core-image-cgl.bb b/meta-cgl-common/images/core-image-cgl.bb index 5975601..7117493 100644 ---

Re: [yocto] Kernel too old?

2016-11-16 Thread Gary Thomas
On 2016-11-16 12:55, Jussi Kukkonen wrote: On 16 November 2016 at 13:29, Gary Thomas mailto:g...@mlbassoc.com>> wrote: I'm trying to run some user code on a [closed] box that it's difficult (maybe impossible) to update the kernel. To date, I've been able to create my own user enviro

Re: [yocto] mklibs in USER_CLASSES (Khem Raj) (Khem Raj)

2016-11-16 Thread Taek Hyun Shin
Hi Khem RajThank you for your answerI did add to the patch your recommend.But, the error is occurred as follow:Object: usr/bin/tc-/home/B110141/works/Yocto/build/tcc8021/tmp/sysroots/tcc8021/usr/lib//libTcGuiUtils_pic.a(libTcGuiUtils_pic.o): In function `$d':/home/B110141/works/Yocto/build/tcc8021/

Re: [yocto] [meta-raspberrypi][PATCH 0/1] raspberrypi3.conf: fix typo for BCM43430

2016-11-16 Thread Andrei Gherzan
On Tue, Nov 15, 2016 at 09:21:27AM +0100, Piotr Lewicki wrote: > From: "piotr.lewicki" > > New linux-firmware subpackage is called "bcm43430" and not "bcrm43430". > Renaming it because the test image is not building with the typo. > > piotr.lewicki (1): > raspberrypi3.conf: fix typo for BCM43430

Re: [yocto] Kernel too old?

2016-11-16 Thread Jussi Kukkonen
On 16 November 2016 at 13:29, Gary Thomas wrote: > I'm trying to run some user code on a [closed] box that it's > difficult (maybe impossible) to update the kernel. To date, > I've been able to create my own user environment using Yocto > and then just 'chroot XXX'. That came to an end today wi

[yocto] Kernel too old?

2016-11-16 Thread Gary Thomas
I'm trying to run some user code on a [closed] box that it's difficult (maybe impossible) to update the kernel. To date, I've been able to create my own user environment using Yocto and then just 'chroot XXX'. That came to an end today with the latest (version 2.2) like this: DiskStation> chr

Re: [yocto] New error

2016-11-16 Thread Gary Thomas
On 2016-11-16 07:47, Khem Raj wrote: Can you test out this patch for OE-Core https://github.com/kraj/openembedded-core/commit/b2d345d0217db0c2dda3b9b40824829116599568 Yes, this removes all the errors. Thanks On 11/15/16 4:41 AM, Gary Thomas wrote: I just ran a new build for one of my Powe

[yocto] populate_sdk_ext: Unable to locate package nativesdk-buildtools-perl-dummy

2016-11-16 Thread Michel D'HOOGE
Hi, I try to produce an extensible SDK for core-image-sato with the following configuration: BB_VERSION = "1.32.0" BUILD_SYS = "x86_64-linux" NATIVELSBSTRING = "universal" TARGET_SYS = "x86_64-poky-linux" MACHINE = "vtc7200" DISTRO = "poky-systemd" DISTRO_VERSION = "2.2" TUNE_FEATURES