[yocto] Clarification regarding GCC tool version supported on - Krogoth 2.1.1

2016-10-10 Thread Vijayakumar Badiger
Hello All,

Please can some one tell me the tool chain versions supported on the latest
YPCore-Krogoth.
I know the it uses default GCC5.3, just wanted to know if older tool chain
like 4.9XX is supported or not.

I don't see the feature list like the one listed below for Krogoth 2.1.1.
which clearly states the tool chain versions supported.

https://www.yoctoproject.org/downloads/core/jethro20

Please let me know. Thanks.


Cheers,
Vijay
-- 
___
yocto mailing list
yocto@yoctoproject.org
https://lists.yoctoproject.org/listinfo/yocto


Re: [yocto] Need inputs on integrating YP-Core Krogoth to Brilliant Blow-fish AGL release.

2016-10-05 Thread Vijayakumar Badiger
Hello All,

Can anyone help me out on this issue. Thanks.

Cheers,
Vijay


On Mon, Oct 3, 2016 at 6:19 PM, Vijayakumar Badiger <vijayakuma...@gmail.com
> wrote:

> Hello All,
>
> I am trying to integrate the YP Core - Krogoth 2.1.1 to the AGL Blowfish
> release. I am getting the below error when I try to build the image.
> Can you pls let me know how to fix this issue.
>
> I see that in the earlier YP release the IMAGE_CMD was actually referenced
> in the poky/meta/lib/oe/image.py. Now I don't see this file in that
> location.
> Please let me know if any one has faced this issue. Thanks.
>
> /poky/meta-qti-internal/recipes/images/qt5-image.bb: No IMAGE_CMD defined
> for IMAGE_FSTYPES entry 'fastboot' - possibly invalid type name or missing
> support class:  --:--:--
> ERROR: Failed to parse recipe: /local/mnt/workspace/Oct-3/
> poky/meta-qti-internal/recipes/images/qt5-image.bb
>
>
> Cheers,
> Vijay
>
-- 
___
yocto mailing list
yocto@yoctoproject.org
https://lists.yoctoproject.org/listinfo/yocto


[yocto] Need inputs on integrating YP-Core Krogoth to Brilliant Blow-fish AGL release.

2016-10-03 Thread Vijayakumar Badiger
Hello All,

I am trying to integrate the YP Core - Krogoth 2.1.1 to the AGL Blowfish
release. I am getting the below error when I try to build the image.
Can you pls let me know how to fix this issue.

I see that in the earlier YP release the IMAGE_CMD was actually referenced
in the poky/meta/lib/oe/image.py. Now I don't see this file in that
location.
Please let me know if any one has faced this issue. Thanks.

/poky/meta-qti-internal/recipes/images/qt5-image.bb: No IMAGE_CMD defined
for IMAGE_FSTYPES entry 'fastboot' - possibly invalid type name or missing
support class:  --:--:--
ERROR: Failed to parse recipe:
/local/mnt/workspace/Oct-3/poky/meta-qti-internal/recipes/images/
qt5-image.bb


Cheers,
Vijay
-- 
___
yocto mailing list
yocto@yoctoproject.org
https://lists.yoctoproject.org/listinfo/yocto


[yocto] Compilation error

2016-09-12 Thread Vijayakumar Badiger
Hello All,

I am getting an compilation error like below. Can you pls let me know how
to fix this one. Thanks in advance.



 error: implicit declaration of function 'close'
[-Werror=implicit-function-declaration]
| close(fd);

Cheers,
Vijay
-- 
___
yocto mailing list
yocto@yoctoproject.org
https://lists.yoctoproject.org/listinfo/yocto


Re: [yocto] how to cached source code in yocto platform?

2016-09-02 Thread Vijayakumar Badiger
As far as I know first time build will take time as it fetches many of the
projects from the external server which adds to the increase in build time.
I have seen subsequent incremental builds are faster.

Cheers
Vijay

On Fri, Sep 2, 2016 at 3:36 AM, 윤영석  wrote:

> hi,
>
> Yocto build system is so slow, in my thought, source code downloading is
> too spend time.
>
>
>
> So i want to find better way to make build more speedy.
>
>
>
> could you give me advice?
>
>
>
> thanks
>
> --
> ___
> yocto mailing list
> yocto@yoctoproject.org
> https://lists.yoctoproject.org/listinfo/yocto
>
>
-- 
___
yocto mailing list
yocto@yoctoproject.org
https://lists.yoctoproject.org/listinfo/yocto


Re: [yocto] Compilation error while adding perf tool to the rootfs

2016-07-28 Thread Vijayakumar Badiger
Hello Ross,

I am using my own kernel [3.18] + oe-core's perf recipe to build the perf
utility. Thanks.

Cheers
Vijay


On Thu, Jul 28, 2016 at 2:17 AM, Burton, Ross <ross.bur...@intel.com> wrote:

>
> On 27 July 2016 at 22:53, Vijayakumar Badiger <vijayakuma...@gmail.com>
> wrote:
>
>> We have a requirement here to set up the perf tool through our Yocto
>> frame work.
>> As Perf source comes with linux kernel under tools/perf ,so I added this
>> perf tool to be installed
>> as part of my rootfs image.
>>
>> But when I build the image I am getting error related to headerfile
>> missing.
>>
>> *fatal error: asm/preempt.h: No such file or directory*
>>
>
> Perf builds for me fine using oe-core's perf recipe and meta-intel's
> kernel, so are you using your own recipe for perf or the kernel?
>
> Ross
>
-- 
___
yocto mailing list
yocto@yoctoproject.org
https://lists.yoctoproject.org/listinfo/yocto


Re: [yocto] Compilation error while adding perf tool to the rootfs

2016-07-27 Thread Vijayakumar Badiger
Please let me know if anyone is aware of this.. I am currently blocked,
appreciate your help on this.Thanks.

On Wed, Jul 27, 2016 at 11:49 AM, Vijayakumar Badiger <
vijayakuma...@gmail.com> wrote:

> Hello All
>
> We have a requirement here to set up the perf tool through our Yocto frame
> work.
> As Perf source comes with linux kernel under tools/perf ,so I added this
> perf tool to be installed
> as part of my rootfs image.
>
> But when I build the image I am getting error related to headerfile
> missing.
>
> *fatal error: asm/preempt.h: No such file or directory*
>
> I checked for this header file I dont have this header file in my kernel
> arch/arm64/include/asm/
> Please can you let me know how to fix this issue. Thanks.
>
> Cheers,
> Vijay
>
>
> On Tue, Jul 26, 2016 at 7:17 PM, Vijayakumar Badiger <
> vijayakuma...@gmail.com> wrote:
>
>> Hello All,
>>
>> I am trying to integrate perf tool to my custom rootfs image, while
>> bitbaking the perf I am getting below error.
>>
>>  *fatal error: asm/preempt.h: No such file or directory*
>>
>>
>> Can you pls let me know how to fix this issue. Thanks.
>>
>> Cheers,
>> Vijay
>>
>>
>
-- 
___
yocto mailing list
yocto@yoctoproject.org
https://lists.yoctoproject.org/listinfo/yocto


Re: [yocto] Compilation error while adding perf tool to the rootfs

2016-07-27 Thread Vijayakumar Badiger
Hello All

We have a requirement here to set up the perf tool through our Yocto frame
work.
As Perf source comes with linux kernel under tools/perf ,so I added this
perf tool to be installed
as part of my rootfs image.

But when I build the image I am getting error related to headerfile missing.

*fatal error: asm/preempt.h: No such file or directory*

I checked for this header file I dont have this header file in my kernel
arch/arm64/include/asm/
Please can you let me know how to fix this issue. Thanks.

Cheers,
Vijay


On Tue, Jul 26, 2016 at 7:17 PM, Vijayakumar Badiger <
vijayakuma...@gmail.com> wrote:

> Hello All,
>
> I am trying to integrate perf tool to my custom rootfs image, while
> bitbaking the perf I am getting below error.
>
>  *fatal error: asm/preempt.h: No such file or directory*
>
>
> Can you pls let me know how to fix this issue. Thanks.
>
> Cheers,
> Vijay
>
>
-- 
___
yocto mailing list
yocto@yoctoproject.org
https://lists.yoctoproject.org/listinfo/yocto


[yocto] Compilation error while adding perf tool to the rootfs

2016-07-26 Thread Vijayakumar Badiger
Hello All,

I am trying to integrate perf tool to my custom rootfs image, while
bitbaking the perf I am getting below error.

 *fatal error: asm/preempt.h: No such file or directory*


Can you pls let me know how to fix this issue. Thanks.

Cheers,
Vijay
-- 
___
yocto mailing list
yocto@yoctoproject.org
https://lists.yoctoproject.org/listinfo/yocto


Re: [yocto] Error during adding a new recipe.

2016-07-21 Thread Vijayakumar Badiger
The sync driver is already ported in the kernel.  I just need to get this
compilation error fixed. I tried adding below change to kernel bb file but
still I get that same error.

PACKAGES =+ "kernel-headers"
FILES_kernel-headers = "${KDIR}/usr/include"


Cheers
Vijay


On Thu, Jul 21, 2016 at 4:11 PM, Khem Raj <raj.k...@gmail.com> wrote:

>
> On Jul 21, 2016, at 3:34 PM, Vijayakumar Badiger <vijayakuma...@gmail.com>
> wrote:
>
> I am trying to integrate the adb daemon by pulling in the userspace
> project from the android system/core.
> http://androidxref.com/6.0.1_r10/xref/system/core/
> When we try to compile libsync I am getting this error. Can you pls let me
> know how to overcome this. Thanks.
>
>
>
> you need to port the sync driver to kernel you are using and also it
> should be patching the kernel-headers package since it seems they are also
> exposing
> some APIs to userspace.
>
>
> On Thu, Jul 21, 2016 at 3:08 PM, Khem Raj <raj.k...@gmail.com> wrote:
>
>>
>> On Jul 21, 2016, at 2:59 PM, Burton, Ross <ross.bur...@intel.com> wrote:
>>
>>
>> On 21 July 2016 at 22:51, Vijayakumar Badiger <vijayakuma...@gmail.com>
>> wrote:
>>
>>> /local/mnt/workspace/c_vbadig/LV/poky/build/tmp-glibc/work/aarch64-poky-linux/system-core/git-r17/system/core/libsync/sync.c:24:24:
>>> fatal error: linux/sync.h: No such file or directory
>>> compilation terminated.
>>> make[2]: *** [libsync_la-sync.lo] Error 1
>>>
>>
>> That's not a standard user-space kernel header and doesn't appear to be a
>> standard header at all, so the question is where do you expect that header
>> to come from?
>>
>>
>> Its from android sync driver for kernel, which is not upstreamed yet.
>>
>> Ross
>> --
>> ___
>> yocto mailing list
>> yocto@yoctoproject.org
>> https://lists.yoctoproject.org/listinfo/yocto
>>
>>
>>
>
>
-- 
___
yocto mailing list
yocto@yoctoproject.org
https://lists.yoctoproject.org/listinfo/yocto


Re: [yocto] Error during adding a new recipe.

2016-07-21 Thread Vijayakumar Badiger
I am trying to integrate the adb daemon by pulling in the userspace project
from the android system/core.
http://androidxref.com/6.0.1_r10/xref/system/core/
When we try to compile libsync I am getting this error. Can you pls let me
know how to overcome this. Thanks.



On Thu, Jul 21, 2016 at 3:08 PM, Khem Raj <raj.k...@gmail.com> wrote:

>
> On Jul 21, 2016, at 2:59 PM, Burton, Ross <ross.bur...@intel.com> wrote:
>
>
> On 21 July 2016 at 22:51, Vijayakumar Badiger <vijayakuma...@gmail.com>
> wrote:
>
>> /local/mnt/workspace/c_vbadig/LV/poky/build/tmp-glibc/work/aarch64-poky-linux/system-core/git-r17/system/core/libsync/sync.c:24:24:
>> fatal error: linux/sync.h: No such file or directory
>> compilation terminated.
>> make[2]: *** [libsync_la-sync.lo] Error 1
>>
>
> That's not a standard user-space kernel header and doesn't appear to be a
> standard header at all, so the question is where do you expect that header
> to come from?
>
>
> Its from android sync driver for kernel, which is not upstreamed yet.
>
> Ross
> --
> ___
> yocto mailing list
> yocto@yoctoproject.org
> https://lists.yoctoproject.org/listinfo/yocto
>
>
>
-- 
___
yocto mailing list
yocto@yoctoproject.org
https://lists.yoctoproject.org/listinfo/yocto


[yocto] Error during adding a new recipe.

2016-07-21 Thread Vijayakumar Badiger
Hello all,

I am facing error while integrating a new recipe in to my Yacto project.


/local/mnt/workspace/c_vbadig/LV/poky/build/tmp-glibc/work/aarch64-poky-linux/system-core/git-r17/system/core/libsync/sync.c:24:24:
fatal error: linux/sync.h: No such file or directory
compilation terminated.
make[2]: *** [libsync_la-sync.lo] Error 1

Not sure why its complaining about this missing header file. I am trying to
integrate the system/core in to the Yacto baseline . Please can some one
help as I am blocked because of this. Thanks.

Cheers,
Vijay
-- 
___
yocto mailing list
yocto@yoctoproject.org
https://lists.yoctoproject.org/listinfo/yocto