[yocto] Installing linux image with two separate flash partitions

2018-10-10 Thread A
I'm currently using petalinux to build a image.ub that works fine for me so far (petalinux hides many things from me, but is bitbake under the hood). However, this image will get stored into a flash device which I intend to configure with three partitions 1) uboot 2) linux 3) an extra jffs2

[yocto] Question about temporary directories

2018-12-18 Thread A
I'd like multiple "helper" recipes to contribute files to a temporary directory on my build host, and then a final recipe to combine them into a compressed file. But I DON'T want the helper recipe's files to get installed on the target system. My goal is to have th

Re: [yocto] Question about temporary directories

2018-12-20 Thread A
In the absence of any wise counsel, I am currently having all of my recipes install into a temporary directory I created on the build host's filesystem. Then, I have one of my recipes create the filesystem image with the contents of that location. I'm not sure how portable this is g

[yocto] Basic Yocto+CMake Usage question

2019-03-28 Thread A
I'm having issues with a yocto build that is combining recipes that should depend on each other, and I need a sanity check. Is this an ok forum for stupid user questions? The main idea is to have one recipe install some prebuilt libraries, and have another cmake-based recipe use those libr

Re: [yocto] Basic Yocto+CMake Usage question

2019-03-28 Thread A
r 28, 2019 at 12:30 PM Patrick Boettcher < patrick.boettc...@posteo.de> wrote: > Hi > > On Thu, 28 Mar 2019 12:20:43 -0400 > A wrote: > > > I'm having issues with a yocto build that is combining recipes that > > should depend on each other, and I need a sanity ch

[yocto] Creating a special file as a dependency., .. how do I cause a recipe to execute

2019-05-29 Thread A
I would like to create a directory structure under TMPDIR as part of the installation of my bitbake environment... I later create a jffs2 image from ${TMPDIR}/myapptmp/*. (If it matters, I'm doing this because I want all my proprietary software installed in a separate partition in the QSPI

[yocto] Qemu Launch Issue:

2019-01-15 Thread sadu A
Hi Team, I'm new to yocto environment, I need clarification on this: Launching Qemu default and launching by using "-nographic" option makes any difference. Please clarify this. Regards, Kumar -- ___ yocto mailing list yocto@yoctoproject.org https:/

[yocto] Doubt regarding python-elementtree rpm

2019-11-20 Thread Varun A
Hi Had a doubt. While building python3 rpms using python 3.4.3 bit bake file, I am noticing that python-elementtree rpm is missing. It used to be available in package feeds in python 2.7 case. Has it been merged with another RPM? If so which one. Regards Varun

Re: [yocto] [PATCH 0/4] misc fixes for 1.3 meta-intel release

2012-11-01 Thread Kamble, Nitin A
> -Original Message- > From: Zanussi, Tom > Sent: Wednesday, October 31, 2012 1:58 PM > To: Burton, Ross > Cc: Kamble, Nitin A; Hart, Darren; yocto@yoctoproject.org > Subject: Re: [PATCH 0/4] misc fixes for 1.3 meta-intel release > > On Wed, 2012-10-31 at 20:53 +

Re: [yocto] [Patch v2 0/4] Misc Fixes for meta-intel 1.3 release

2012-11-01 Thread Kamble, Nitin A
> -Original Message- > From: Zanussi, Tom > Sent: Thursday, November 01, 2012 6:33 AM > To: Hart, Darren > Cc: Kamble, Nitin A; yocto@yoctoproject.org; Burton, Ross > Subject: Re: [Patch v2 0/4] Misc Fixes for meta-intel 1.3 release > > On Wed, 2012-10-31 at

Re: [yocto] [PATCH 4/4] mesa-dri.bbappend: avoid conflict with emgd-driver-bin

2012-11-01 Thread Kamble, Nitin A
> -Original Message- > From: Burton, Ross [mailto:ross.bur...@intel.com] > Sent: Wednesday, October 31, 2012 10:14 AM > To: Kamble, Nitin A > Cc: Zanussi, Tom; Hart, Darren; yocto@yoctoproject.org > Subject: Re: [yocto] [PATCH 4/4] mesa-dri.bbappend: avoid conflict with

[yocto] Ada layer for Yocto

2012-11-22 Thread Luke A. Guest
Hi, I managed to get my Ada layer going for the official gumstix repo. I had the code in the wrong bbappend file, should be the gcc-cross, not the gcc one. The repo is here: https://github.com/Lucretia/meta-ada This is currently very basic support and I will be adding more. Please see the README

[yocto] [PATCH 0/1] Misc: detect trailing space in the patches

2012-12-05 Thread nitin . a . kamble
From: Nitin A Kamble This commit is for detecting trailing white space in the create-pull-request script. Thanks, Nitin The following changes since commit 381c4b69c7e8b452f4d3de2f8214e6e5f6a9abe7: sstate.bbclass: fix detection of owners matching sstate files (2012-12-05 15:34:07 +

[yocto] [PATCH 1/1] create-pull-request: detect trailing white space

2012-12-05 Thread nitin . a . kamble
From: Nitin A Kamble Add logic in the create-pull-request to detect the trailing white space inserted by patches. Signed-off-by: Nitin A Kamble --- scripts/create-pull-request | 13 - 1 files changed, 12 insertions(+), 1 deletions(-) diff --git a/scripts/create-pull-request b

[yocto] [Patch v2 0/1] Misc: check trailing white space in the patches

2012-12-05 Thread nitin . a . kamble
From: Nitin A Kamble The earlier (v1) patch was checking trailing white space only for added empty lines. This v2 patch checks for all the lines added by patches. Thanks, Nitin The following changes since commit 381c4b69c7e8b452f4d3de2f8214e6e5f6a9abe7: sstate.bbclass: fix detection of

[yocto] [Patch v2 1/1] create-pull-request: detect trailing white space

2012-12-05 Thread nitin . a . kamble
From: Nitin A Kamble Add logic in the create-pull-request to detect the trailing white space inserted by patches. Signed-off-by: Nitin A Kamble --- scripts/create-pull-request | 13 - 1 files changed, 12 insertions(+), 1 deletions(-) diff --git a/scripts/create-pull-request b

Re: [yocto] [PATCH 0/1] Misc: detect trailing space in the patches

2012-12-06 Thread Kamble, Nitin A
From: Daniel Stone [mailto:dan...@fooishbar.org] Sent: Wednesday, December 05, 2012 9:48 PM To: Martin Jansa Cc: Kamble, Nitin A; yocto@yoctoproject.org Subject: Re: [yocto] [PATCH 0/1] Misc: detect trailing space in the patches Hi, On 6 December 2012 15:23, Martin Jansa mailto:martin.ja

[yocto] Host authenticity failures

2013-01-02 Thread Thornburg, Christopher A
I've started getting the following error from bitbake when it's trying to access my git server: The authenticity of host '[]:([]:)' can't be established. DSA key fingerprint is I understand this error means that the server's key has probably changed, and I understand in general how to deal wi

[yocto] Host authenticity failures

2013-01-02 Thread Thornburg, Christopher A
I've started getting the following error from bitbake when it's trying to access my git server: The authenticity of host '[]:([]:)' can't be established. DSA key fingerprint is I understand this error means that the server's key has probably changed, and I understand in general how to deal wi

Re: [yocto] Host authenticity failures

2013-01-07 Thread Thornburg, Christopher A
Yes...this is still happening. :( From: Stewart, David C Sent: Friday, January 04, 2013 7:50 PM To: Thornburg, Christopher A; yocto@yoctoproject.org Subject: Re: [yocto] Host authenticity failures Is this still a problem? From: , Christopher A mailto:christopher.a.thornb...@intel.com>>

[yocto] Enabling shared state mirrors

2013-01-11 Thread Thornburg, Christopher A
Struggling to get shared state mirrors to work. I can see files with the same file name (and therefore the same hash) in my mirror and, after a build, in my local sstate cache direcotry. Ala: /storage/yocto-cache/sstate-toolchain/Ubuntu-10.04/95/sstate-bzip2-native-i686-linux-1.0.6-r5-i686-2

[linux-yocto] a new kernel repo branch for emgd 1.16 driver

2013-01-21 Thread Kamble, Nitin A
Hi Bruce, I have created a branch for emgd-1.16 kernel driver for the v3.4 kernel repo over here. http://git.yoctoproject.org/cgit/cgit.cgi/linux-yocto-2.6.37-contrib/log/?h=nitin/emgd-1.16 It consists of mainly following 2 commits on top of the standard/base branch. Can you pull this branch

[linux-yocto] [PATCH 0/1] meta: add emgd-1.16 driver support

2013-01-22 Thread nitin . a . kamble
From: Nitin A Kamble Here is a commit which adds an scc file for emgd-1.16 feature. It depends on the emgd-1.16 branch in the kernel repo, for which a pull request is already sent. This commit keeps the emgd-1.14 driver support in the repo intact. Thanks, Nitin The following changes since

[linux-yocto] [PATCH 1/1] meta: add a kernel feature for drm-emgd-1.16 driver

2013-01-22 Thread nitin . a . kamble
From: Nitin A Kamble Use the newly created emgd-1.16 branch to get the emgd-1.16 kernel driver sources. Signed-off-by: Nitin A Kamble --- .../features/drm-emgd/drm-emgd-1.16.scc|2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) create mode 100644 meta/cfg/kernel-cache

Re: [linux-yocto] [PATCH 0/1] meta: add emgd-1.16 driver support

2013-01-22 Thread Kamble, Nitin A
> -Original Message- > From: Bruce Ashfield [mailto:bruce.ashfi...@windriver.com] > Sent: Tuesday, January 22, 2013 1:04 PM > To: Kamble, Nitin A > Cc: linux-yo...@yoctoproject.org > Subject: Re: [PATCH 0/1] meta: add emgd-1.16 driver support > > On 13-01-

[linux-yocto] [PATCH 0/1] meta: add emgd-1.16 feature

2013-02-26 Thread nitin . a . kamble
From: Nitin A Kamble This is a commit picked from the v3.4 repo, to support the emgd-1.16 driver in the linux-yocto-dev repo. Nitin The following changes since commit 5ee0a634c97c44228c14177cb8c3088138e47f2f: meta: sync with yocto-3.4 config changes (2013-01-18 23:18:01 -0500) are

[linux-yocto] [PATCH 1/1] meta: add a kernel feature for drm-emgd-1.16 driver

2013-02-26 Thread nitin . a . kamble
From: Nitin A Kamble Use the newly created emgd-1.16 branch to get the emgd-1.16 kernel driver sources. Signed-off-by: Nitin A Kamble --- .../features/drm-emgd/drm-emgd-1.16.scc|2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) create mode 100644 meta/cfg/kernel-cache

Re: [linux-yocto] [PATCH 2/2] new feature for I/OAT DMA driver

2013-03-04 Thread Kamble, Nitin A
inux-yocto] [PATCH 2/2] new feature for I/OAT DMA driver > > On Fri, 2013-03-01 at 17:05 -0800, nitin.a.kam...@intel.com wrote: > > From: Nitin A Kamble > > > > This commit implements a new ioatdma feature by providing a config > > fragment to enable Crystal Forest

Re: [linux-yocto] [PATCH 0/2] NTB & IOATDMA features for v3.8 kernel repo

2013-03-04 Thread Kamble, Nitin A
> -Original Message- > From: Bruce Ashfield [mailto:bruce.ashfi...@windriver.com] > Sent: Friday, March 01, 2013 9:07 PM > To: Kamble, Nitin A > Cc: linux-yo...@yoctoproject.org > Subject: Re: [PATCH 0/2] NTB & IOATDMA features for v3.8 kernel repo > > On 1

Re: [linux-yocto] v3.8 kernel recipes in meta-intel

2013-03-05 Thread Kamble, Nitin A
't be present in the repository at all (it > isn't in mine). The emgd branches are off master, same repo and can't bring > in something like this. Right. I think it got placed there after merge with the emgd branch done by the kernel-tools. > > So something is gettin

Re: [linux-yocto] v3.8 kernel recipes in meta-intel

2013-03-05 Thread Kamble, Nitin A
> -Original Message- > From: Bruce Ashfield [mailto:bruce.ashfi...@windriver.com] > Sent: Tuesday, March 05, 2013 9:50 AM > To: Kamble, Nitin A > Cc: linux-yo...@yoctoproject.org > Subject: Re: v3.8 kernel recipes in meta-intel > > On 13-03-05 12:35 P

Re: [linux-yocto] v3.8 kernel recipes in meta-intel

2013-03-05 Thread Kamble, Nitin A
> Not exactly, I must not be understanding what you are describing. > There's no way for the kern-tools to create a commit ID. They can only work > with what's present in the tree. > > If you see the SRCREV to "foo", and validate_branches is telling you that &

[yocto] dpatch files in Yocto tree

2011-05-12 Thread Kamble, Nitin A
I find following dpatch files in the Yocto tree. Dpatch files have a small shell script at the beginning of the patch. Out of all these, all gcc patches are for all gcc-4.3.3 only, which is kind of outdated stuff now. And will be going out of the tree soon. Binutils & tslib patches ar

[yocto] [PATCH 0/1] add a btrfs feature in linux-yocto-3.0

2011-09-06 Thread nitin . a . kamble
From: Nitin A Kamble The following changes since commit 3c9ebeed2598b74798a0c9247ef7c385e0cd96a7: meta: re-enable utrace feature for linux-yocto (2011-09-05 15:40:08 -0400) are available in the git repository at: git://git.yoctoproject.org/linux-yocto-2.6.37-contrib nitin/linux-yocto-3.0

[yocto] [PATCH 1/1] btrfs: Add a new kernel feature to enable the btrfs support

2011-09-06 Thread nitin . a . kamble
From: Nitin A Kamble Signed-off-by: Nitin A Kamble --- meta/cfg/kernel-cache/features/btrfs/btrfs.cfg |1 + meta/cfg/kernel-cache/features/btrfs/btrfs.scc |1 + 2 files changed, 2 insertions(+), 0 deletions(-) create mode 100644 meta/cfg/kernel-cache/features/btrfs/btrfs.cfg create

Re: [yocto] [PATCH 1/1] btrfs: Add a new kernel feature to enable the btrfs support

2011-09-09 Thread Kamble, Nitin A
Thanks Bruce, BTW we should enable this btrfs feature for linux-yocto-3 kernel. What is the right way to do it? Shall I send a patch for the Linux-yocot-3.0 recipe in the oe-core repository? Thanks, Nitin > -Original Message- > From: Bruce Ashfield [mailto:bruce

Re: [yocto] [PATCH 1/1] btrfs: Add a new kernel feature to enable the btrfs support

2011-09-14 Thread Kamble, Nitin A
; To: Kamble, Nitin A > Cc: yocto@yoctoproject.org > Subject: Re: [yocto] [PATCH 1/1] btrfs: Add a new kernel feature to > enable the btrfs support > > On 11-09-06 03:56 PM, nitin.a.kam...@intel.com wrote: > > From: Nitin A Kamble > > Looks good. If we are merging this as c

Re: [yocto] [PATCH 1/1] btrfs: Add a new kernel feature to enable the btrfs support

2011-09-14 Thread Kamble, Nitin A
Yes, I found it. Thank you ! Nitin > -Original Message- > From: Ashfield, Bruce [mailto:bruce.ashfi...@windriver.com] > Sent: Tuesday, September 13, 2011 1:18 PM > To: Kamble, Nitin A > Cc: 'yocto@yoctoproject.org' > Subject: Re: [yocto] [PATCH 1/1] btrfs:

[yocto] [bernard 0/1] fix for bernard

2011-12-20 Thread nitin . a . kamble
From: Nitin A Kamble This commit fixes the binutils build issue on a perticular suse host. Thanks, Nitin The following changes since commit 4f5622fb01bef25b121f293533cbfdd0067329ae: poky.conf: DISTRO bump (2011-12-19 14:35:40 -0800) are available in the git repository at: git

[yocto] [bernard 1/1] binutils-2.21: fix building on suse 11.4

2011-12-20 Thread nitin . a . kamble
(CC_FOR_BUILD) This Fixes bug: [YOCTO #1833] Signed-off-by: Nitin A Kamble --- .../binutils/binutils-cross-canadian_2.21.bb |2 +- .../binutils/binutils-crosssdk_2.21.bb |2 +- meta/recipes-devtools/binutils/binutils.inc|2 +- meta/recipes-devtools/binutils

Re: [yocto] [bernard 1/1] binutils-2.21: fix building on suse 11.4

2011-12-21 Thread Kamble, Nitin A
> -Original Message- > From: Martin Jansa [mailto:martin.ja...@gmail.com] > Sent: Tuesday, December 20, 2011 11:56 PM > To: Kamble, Nitin A > Cc: yocto@yoctoproject.org > Subject: Re: [yocto] [bernard 1/1] binutils-2.21: fix building on suse > 11.4 > > On Tue,

Re: [yocto] qemu EFI build failure

2012-01-12 Thread Kamble, Nitin A
I just sent a patch to oecore mailing list to fix the grub issue with automake 1.11.2. Thanks, Nitin > -Original Message- > From: Hart, Darren > Sent: Thursday, January 12, 2012 1:39 PM > To: Bodke, Kishore K > Cc: Ahmad, Josef; yocto@yoctoproject.org; Kamble, Nitin

Re: [yocto] qemu EFI build failure

2012-01-12 Thread Kamble, Nitin A
Here is the commit: http://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=nitin/misc Nitin > -Original Message- > From: yocto-boun...@yoctoproject.org [mailto:yocto- > boun...@yoctoproject.org] On Behalf Of Kamble, Nitin A > Sent: Thursday, January 12, 2012 2:32 PM > T

Re: [yocto] qemu EFI build failure

2012-01-16 Thread Kamble, Nitin A
> -Original Message- > From: Kamble, Nitin A > Sent: Thursday, January 12, 2012 2:33 PM > To: Kamble, Nitin A; Hart, Darren; Bodke, Kishore K > Cc: Ahmad, Josef; yocto@yoctoproject.org > Subject: RE: [yocto] qemu EFI build failure > > Here is the commit: htt

Re: [yocto] meta-x32: disagreement between ref manual and README.TXT

2012-03-26 Thread Kamble, Nitin A
ore-image-sato" > > while the README.TXT file that comes with the experimental/meta-x32 > layer reads: > > "build > bitbake core-image-minimal-x32 > > 4. boot the image > runqemu qemux86-64 core-image-minimal-x32" > > thoughts? >

[yocto] yassl recipe in the yocto project

2012-03-27 Thread Kamble, Nitin A
Hi Chris, Here is the recipe we have in yocto-project for openssl projects to be incorporated into embedded Linux distributions. http://git.yoctoproject.org/cgit/cgit.cgi/poky/tree/meta/recipes-connectivity/openssl Please visit www.yoctoproject.org for more informat

[yocto] [PATCH 0/3] Misc Fixes

2012-03-30 Thread nitin . a . kamble
From: Nitin A Kamble The following changes since commit 06fc2d2ec8e72f063f2c67601b2f027f76971e05: documentation/dev-manual/dev-manual-common-tasks.xml: Title change (2012-03-30 17:20:51 +0100) are available in the git repository at: git://git.pokylinux.org/poky-contrib nitin/misc http

[yocto] [PATCH 1/3] nasm: fix issue with repeat configure

2012-03-30 Thread nitin . a . kamble
From: Nitin A Kamble This Fixes bug: [YOCTO #2176] This fixes the following issue as mentioned in the bug: If nasm-native has to be rebuilt (due to a signature change) it will fail: | checking for a BSD-compatible install... /usr/bin/install -c | /media/large/tmp/work/x86_64-linux/nasm-native

[yocto] [PATCH 2/3] cross-canadian.bbclass: fix rpath for sdk executables

2012-03-30 Thread nitin . a . kamble
From: Nitin A Kamble This makes the libraries located in places like this findable: /usr/local/oecore-x86_64/sysroots/x86_64-oesdk-linux/usr/lib Which avoids linking cross canadian sdk executables with host libraries like this: $ ldd /usr/local/oecore-x86_64/sysroots/x86_64-oesdk-linux/usr

[yocto] [PATCH 3/3] poky-tiny: avoid eglibc locale packaging

2012-03-30 Thread nitin . a . kamble
From: Nitin A Kamble This fixes bug: [YOCTO #2089] This avoids these errors NOTE: package eglibc-locale-2.13-r19: task do_populate_sysroot: Started ERROR: Error executing a python function in /opt/poky.git/meta/recipes-core/eglibc/eglibc-locale_2.13.bb: OSError: [Errno 2] No such file or

Re: [yocto] [PATCH 3/3] poky-tiny: avoid eglibc locale packaging

2012-03-31 Thread Kamble, Nitin A
> -Original Message- > From: Darren Hart [mailto:dvh...@linux.intel.com] > > Thanks for looking into this Nitin! I'm fine with this fix if it gets > things going. I wonder though, I presume omitting something from > DISTRO_FEATURES_LIBC is what triggers this bug... could that same > omis

[yocto] [PATCH 0/2] Misc bugfixes

2012-04-09 Thread nitin . a . kamble
From: Nitin A Kamble The following changes since commit 190f6d791d51aaa4cfb9f1cf932bc205ff674fb5: runqemu-internal: Add console=tty for qemuppc and NFS (2012-04-06 01:12:47 +0100) are available in the git repository at: git://git.pokylinux.org/poky-contrib nitin/bugfixes http

[yocto] [PATCH 1/2] tclibc-eglibc.inc: make locale packages dependency conditional

2012-04-09 Thread nitin . a . kamble
From: Nitin A Kamble Only add locale package dependencies if the eglibc is configured with locale support. This avoids dependencies issues for distros such as poky-tiny Signed-off-by: Nitin A Kamble --- meta/conf/distro/include/tclibc-eglibc.inc | 23 --- 1 files

[yocto] [PATCH 2/2] poky-tiny.conf: adjust eglibc options for poky-tiny

2012-04-09 Thread nitin . a . kamble
From: Nitin A Kamble Avoid errors for building meta-toolchain for poky-tiny This Fixes Bug: [YOCTO #2259] Signed-off-by: Nitin A Kamble --- meta-yocto/conf/distro/poky-tiny.conf |6 ++ 1 files changed, 6 insertions(+), 0 deletions(-) diff --git a/meta-yocto/conf/distro/poky

Re: [yocto] Is there a OE core based mgetty?

2013-08-28 Thread Peter A. Bigot
rate some OE classic work to OE core based distros. Regards, Brian Ping! I'll take that as a "No" then. :) So I'm working on adding this to OE Core based distros ... should it go in meta/recipes-connectivity? The ppp stuff is in meta/recipes-connectivity so

[linux-yocto] [Patch v2 1/1] common-pc-wifi.cfg: add support for broadcom wifi drivers

2013-09-24 Thread nitin . a . kamble
From: Nitin A Kamble This enables broadcom wifi driver modules for the common-pc(-64) machines. Fixes Bug: [YOCTO #5238] Signed-off-by: Nitin A Kamble --- meta/cfg/kernel-cache/bsp/common-pc/common-pc-wifi.cfg | 6 ++ 1 file changed, 6 insertions(+) diff --git a/meta/cfg/kernel-cache

[linux-yocto] [Patch v2 0/1] update commit message for a commit

2013-09-24 Thread nitin . a . kamble
From: Nitin A Kamble Adding more information to the commit adding broadcom wifi drivers. Thanks, Nitin The following changes since commit ba7add39d0c088bc5fc4acbbcdd9a3b4f79d1958: common-pc-64: add kernel CONFIG options for sugarbay platform (2013-09-24 18:15:39 +) are available in

[linux-yocto] [PATCH 08/16] media/pci-capture : A feature for PCI media capture devices

2013-11-22 Thread nitin . a . kamble
From: Nitin A Kamble This enables kernel configuration for bunch of PCI media capture devices. Signed-off-by: Nitin A Kamble --- .../kernel-cache/features/media/pci-capture.cfg| 80 ++ .../kernel-cache/features/media/pci-capture.scc| 8 +++ 2 files changed, 88

[linux-yocto] [PATCH 14/16] media/dvb-frontends : A feature for Digital Video Broadcast Devices

2013-11-22 Thread nitin . a . kamble
From: Nitin A Kamble This enables configuration for bunch of Digital Video Broadcast devices. Signed-off-by: Nitin A Kamble --- .../kernel-cache/features/media/dvb_frontends.cfg | 116 + .../kernel-cache/features/media/dvb_frontends.scc | 6 ++ 2 files changed, 122

[linux-yocto] [PATCH 15/16] minnow.scc: enable media & firmware features

2013-11-22 Thread nitin . a . kamble
From: Nitin A Kamble This takes out the need of the media.cfg from the kernel recipe. Signed-off-by: Nitin A Kamble --- meta/cfg/kernel-cache/bsp/minnow/minnow.scc | 9 + 1 file changed, 9 insertions(+) diff --git a/meta/cfg/kernel-cache/bsp/minnow/minnow.scc b/meta/cfg/kernel-cache

[linux-yocto] [PATCH 03/16] remove old MEDIA config fragments

2013-11-22 Thread nitin . a . kamble
From: Nitin A Kamble These are getting replaced with newer extensive MEDIA config fragments. Signed-off-by: Nitin A Kamble --- .../kernel-cache/features/media/media-camera.cfg| 4 .../kernel-cache/features/media/media-camera.scc| 4 meta/cfg/kernel-cache/features/media

[linux-yocto] [PATCH 07/16] media/i2c: A feature for i2c media devices

2013-11-22 Thread nitin . a . kamble
From: Nitin A Kamble This enables kernel configuration for bunch of i2c media devices. Signed-off-by: Nitin A Kamble --- meta/cfg/kernel-cache/features/media/i2c.cfg | 74 meta/cfg/kernel-cache/features/media/i2c.scc | 7 +++ 2 files changed, 81 insertions

[linux-yocto] [PATCH 05/16] media/common : A feature for common media support

2013-11-22 Thread nitin . a . kamble
From: Nitin A Kamble This enables the kernel configuration for media support common to some PCI and USB media devices. Signed-off-by: Nitin A Kamble --- meta/cfg/kernel-cache/features/media/common.cfg | 15 +++ meta/cfg/kernel-cache/features/media/common.scc | 6 ++ 2 files

[linux-yocto] [PATCH 06/16] media/usb: A feature for USB media devices.

2013-11-22 Thread nitin . a . kamble
From: Nitin A Kamble This enables various USB media devices. Many of the USB webcams drivers are enabled here. Signed-off-by: Nitin A Kamble --- meta/cfg/kernel-cache/features/media/usb.cfg | 76 meta/cfg/kernel-cache/features/media/usb.scc | 7 +++ 2 files

[linux-yocto] [PATCH 01/16] minnow.cfg: Enable TEA575X sound driver

2013-11-22 Thread nitin . a . kamble
From: Nitin A Kamble The TEA575X sound driver configuration is relocated from the kernel recipe's media.cfg to here. Signed-off-by: Nitin A Kamble --- meta/cfg/kernel-cache/bsp/minnow/minnow.cfg | 1 + 1 file changed, 1 insertion(+) diff --git a/meta/cfg/kernel-cache/bsp/minnow/minnow.c

[linux-yocto] [PATCH 10/16] media/radio : A feature for AM/FM radio devices

2013-11-22 Thread nitin . a . kamble
From: Nitin A Kamble This enables kernel configuration for various AM/FM radio devices. Signed-off-by: Nitin A Kamble --- meta/cfg/kernel-cache/features/media/radio.cfg | 24 meta/cfg/kernel-cache/features/media/radio.scc | 6 ++ 2 files changed, 30 insertions

[linux-yocto] [PATCH 04/16] media.scc : A feature for Media infrastructure

2013-11-22 Thread nitin . a . kamble
From: Nitin A Kamble This replaces the previous limited media config fragments. Other hardware media features depends on this feature. Signed-off-by: Nitin A Kamble --- meta/cfg/kernel-cache/features/media/media.cfg | 54 ++ meta/cfg/kernel-cache/features/media

[linux-yocto] [PATCH 11/16] media/rc : A feature for remote control media devices

2013-11-22 Thread nitin . a . kamble
From: Nitin A Kamble This enables kernel configuration for bunch of remote control media devices. Signed-off-by: Nitin A Kamble --- meta/cfg/kernel-cache/features/media/rc.cfg | 18 ++ meta/cfg/kernel-cache/features/media/rc.scc | 6 ++ 2 files changed, 24 insertions

[linux-yocto] [PATCH 12/16] media/tuners: A feature for tuner media devices

2013-11-22 Thread nitin . a . kamble
From: Nitin A Kamble This enables kernel configuration for tuner media devices Signed-off-by: Nitin A Kamble --- meta/cfg/kernel-cache/features/media/tuners.cfg | 30 + meta/cfg/kernel-cache/features/media/tuners.scc | 7 ++ 2 files changed, 37 insertions

[linux-yocto] [PATCH 13/16] media/usb_tv: A feature for usb tv media adapters

2013-11-22 Thread nitin . a . kamble
From: Nitin A Kamble This enables kernel configuration fo bunch of USB TV adapters. Signed-off-by: Nitin A Kamble --- meta/cfg/kernel-cache/features/media/usb_tv.cfg | 82 + meta/cfg/kernel-cache/features/media/usb_tv.scc | 8 +++ 2 files changed, 90 insertions

[linux-yocto] [PATCH 02/16] firmware.scc/cfg : Feature for firmware loading

2013-11-22 Thread nitin . a . kamble
From: Nitin A Kamble This enables the kernel configuration for firmware loading. Signed-off-by: Nitin A Kamble --- meta/cfg/kernel-cache/features/firmware/firmware.cfg | 8 meta/cfg/kernel-cache/features/firmware/firmware.scc | 4 2 files changed, 12 insertions(+) create mode

[linux-yocto] [PATCH 09/16] media/platform : A feature for platform media devices

2013-11-22 Thread nitin . a . kamble
From: Nitin A Kamble This enables kernel configuration for bunch of media devices which are generally part of some platforms. Many of these devices are webcam devices built into platforms. Signed-off-by: Nitin A Kamble --- meta/cfg/kernel-cache/features/media/platform.cfg | 15

[linux-yocto] [PATCH 16/16] common-pc-64.scc: update as per changes in the media config fragments

2013-11-22 Thread nitin . a . kamble
From: Nitin A Kamble Some of the media config fragments are replaced by more extensive media fragments. Changes this BSP config accordingly. Signed-off-by: Nitin A Kamble --- meta/cfg/kernel-cache/bsp/common-pc-64/common-pc-64.scc | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff

[linux-yocto] [PATCH 00/16] linux-yocto-3.10: config fragments for minnow BSP

2013-11-22 Thread nitin . a . kamble
From: Nitin A Kamble This patch series imports the 500 line media.cfg from the kernel recipe in to the linux-yocto-3.10 meta branch, by splitting it into many fragments. It replaces some of the existing webcam media fragments, and hence BSPs configs using the old media fragments is changed

Re: [linux-yocto] [PATCH 00/16] linux-yocto-3.10: config fragments for minnow BSP

2013-11-22 Thread Kamble, Nitin A
> -Original Message- > From: Hart, Darren > Sent: Friday, November 22, 2013 12:48 PM > To: Kamble, Nitin A > Cc: linux-yo...@yoctoproject.org; bruce.ashfi...@windriver.com > Subject: Re: [PATCH 00/16] linux-yocto-3.10: config fragments for minnow > BSP > >

Re: [linux-yocto] [PATCH 01/16] minnow.cfg: Enable TEA575X sound driver

2013-11-22 Thread Kamble, Nitin A
> -Original Message- > From: Darren Hart [mailto:dvh...@linux.intel.com] > Sent: Friday, November 22, 2013 12:50 PM > To: Kamble, Nitin A > Cc: linux-yo...@yoctoproject.org; bruce.ashfi...@windriver.com > Subject: Re: [PATCH 01/16] minnow.cfg: Enable TEA575X sound

Re: [linux-yocto] [PATCH 03/16] remove old MEDIA config fragments

2013-11-22 Thread Kamble, Nitin A
> -Original Message- > From: Darren Hart [mailto:dvh...@linux.intel.com] > Sent: Friday, November 22, 2013 12:53 PM > To: Kamble, Nitin A > Cc: linux-yo...@yoctoproject.org; bruce.ashfi...@windriver.com > Subject: Re: [PATCH 03/16] remove old MEDIA config fragments &g

Re: [linux-yocto] [PATCH 04/16] media.scc : A feature for Media infrastructure

2013-11-22 Thread Kamble, Nitin A
> -Original Message- > From: Hart, Darren > Sent: Friday, November 22, 2013 12:56 PM > To: Kamble, Nitin A > Cc: linux-yo...@yoctoproject.org; bruce.ashfi...@windriver.com > Subject: Re: [PATCH 04/16] media.scc : A feature for Media infrastructure > > On Fri, 2

[yocto] How to use pre-built external Yocto toolchain

2013-11-27 Thread Thornburg, Christopher A
I must be missing something obvious. It's easy for me to build and install a toolchain package using bitbake meta-toolchain The resulting toolchain package shows up at... ./tmp/deploy/sdk/poky-eglibc-i686-meta-toolchain-core2-toolchain-1.5.sh ...which is easy to install. It seems the prope

Re: [yocto] [meta-intel] [common][dora][PATCH] emgd-driver-bin: limit build to x86*

2014-02-14 Thread Kamble, Nitin A
t; Subject: Re: [meta-intel] [common][dora][PATCH] emgd-driver-bin: limit > build to x86* > > On 2/14/14, 7:21, "Koen Kooi" wrote: > > >When building GL apps for non-x86 machines (e.g. raspberrypi) > >emgd-driver-bin is being dragged in as a valid provider. To a

Re: [yocto] [meta-intel][common][dora][PATCHv2] emgd-driver-bin: limit build to x86

2014-02-14 Thread Kamble, Nitin A
On 2/14/2014 10:24 AM, Koen Kooi wrote: When building GL apps for non-x86 machines (e.g. raspberrypi) emgd-driver-bin is being dragged in as a valid provider. To avoid build breakage fix it at the source by limiting emgd-driver-bin to x86 architectures. Signed-off-by: Koen Kooi Acked-By

Re: [yocto] [meta-intel][common][dora][PATCHv2] emgd-driver-bin: limit build to x86

2014-02-14 Thread Kamble, Nitin A
On 2/14/2014 1:13 PM, Khem Raj wrote: -Khem On Feb 14, 2014 10:25 AM, "Koen Kooi" <mailto:k...@dominion.thruhere.net>> wrote: > > When building GL apps for non-x86 machines (e.g. raspberrypi) emgd-driver-bin is being > dragged in as a valid provider. To avoid

[yocto] [PATCH 0/1] Misc Fixes

2012-04-16 Thread nitin . a . kamble
From: Nitin A Kamble The following changes since commit a5afc58319d3c7e082a090f5fad7f89bd6e588c9: connman-gnome: fix segfault on connect (2012-04-16 22:53:00 +0100) are available in the git repository at: git://git.pokylinux.org/poky-contrib nitin/bugfixes http://git.pokylinux.org

[yocto] [PATCH 1/1] poky-tiny: fix eglibc configuration

2012-04-16 Thread nitin . a . kamble
From: Nitin A Kamble eglibc needs libc-posix-regexp-glibc & libc-libm-big enabled in it's configuration to avoid following eglibc build issue. ... | In file included from xregex.c:634:0: | xregex.c: In function 'byte_regex_compile': | xregex.c:3395:8: error: too few ar

[yocto] [PATCH 0/1] a fix for poky-tiny

2012-06-08 Thread nitin . a . kamble
From: Nitin A Kamble The following changes since commit 0612cf3fcb3365e7721a2d5c331f8cd2647ae60b: hob2: create a standalone deploy image tool (2012-06-08 12:13:43 +0100) are available in the git repository at: git://git.pokylinux.org/poky-contrib master+work http://git.pokylinux.org

[yocto] [PATCH 1/1] eglibc: remove runtime dependency of perl from eglibc-mtrace

2012-06-08 Thread nitin . a . kamble
From: Nitin A Kamble perl needs eglibc to build. The presence of runtime dependency of perl for eglibc-mtrace caused bitbake to build perl before eglibc, which causes build failure of perl with poky-tiny distro This fixes bug: [YOCTO #2523] Signed-off-by: Nitin A Kamble --- meta/recipes

[yocto] [PATCH 0/1] a fix for poky-tiny

2012-06-08 Thread nitin . a . kamble
From: Nitin A Kamble resending with corrected contrib branch. The following changes since commit 0612cf3fcb3365e7721a2d5c331f8cd2647ae60b: hob2: create a standalone deploy image tool (2012-06-08 12:13:43 +0100) are available in the git repository at: git://git.pokylinux.org/poky-contrib

[yocto] [PATCH 1/1] eglibc: remove runtime dependency of perl from eglibc-mtrace

2012-06-08 Thread nitin . a . kamble
From: Nitin A Kamble perl needs eglibc to build. The presence of runtime dependency of perl for eglibc-mtrace caused bitbake to build perl before eglibc, which causes build failure of perl with poky-tiny distro This fixes bug: [YOCTO #2523] Signed-off-by: Nitin A Kamble --- meta/recipes

[yocto] [PATCH 0/1] remove snb rc6 patches from v3.4 kernel repository

2012-06-11 Thread nitin . a . kamble
From: Nitin A Kamble These patches are already part of v3.4 kernel sources. So there is no need to maintain them in the yocto linux 3.4 repository. Thanks, Nitin The following changes since commit 3fd089debe624c642d7b4d9363f853021d1675b2: checkpoint dir: meta (2012-06-06 16:24:42 -0400

[yocto] [PATCH 1/1] rc6: remove rc6 patches for snb

2012-06-11 Thread nitin . a . kamble
From: Nitin A Kamble The sandybridge rc6 patches are part of the released v3.4 kernel. Hence there is no need to keep these patches in the 3.4 linux yocto kernel repository. Signed-off-by: Nitin A Kamble --- .../features/tmp/rc6/rc6-kernel-params.patch | 81 meta

[yocto] [KERNEL 0/1] remove rc6 patches from meta branch

2012-06-11 Thread nitin . a . kamble
From: Nitin A Kamble These patches are already part of v3.4 kernel sources. So there is no need to maintain them in the yocto linux 3.4 repository. Thanks, Nitin PS: this is resend of earlier pull request with proper email formats. The following changes since commit

[yocto] [KERNEL 1/1] meta: remove rc6 patches for snb

2012-06-11 Thread nitin . a . kamble
From: Nitin A Kamble The sandybridge rc6 patches are part of the released v3.4 kernel. Hence there is no need to keep these patches in the 3.4 linux yocto kernel repository. Signed-off-by: Nitin A Kamble --- .../features/tmp/rc6/rc6-kernel-params.patch | 81 meta

Re: [yocto] [PATCH 0/1] remove snb rc6 patches from v3.4 kernel repository

2012-06-11 Thread Kamble, Nitin A
> -Original Message- > From: Bruce Ashfield [mailto:bruce.ashfi...@windriver.com] > Sent: Monday, June 11, 2012 1:20 PM > To: Kamble, Nitin A > Cc: yocto@yoctoproject.org > Subject: Re: [yocto] [PATCH 0/1] remove snb rc6 patches from v3.4 kernel > repository >

Re: [yocto] [PATCH 0/1] remove snb rc6 patches from v3.4 kernel repository

2012-06-12 Thread Kamble, Nitin A
> > Bruce, > > I think these rc6 patches are still needed for linux-yocto_3.2.bbappend. > And they are referenced in the sugarbay bsp 3.2 Yocto kernel as you note > above. The commit I sent is for for v3.4 yocto kernel tree. > > Yes, of course it's for 3.4 .. that's where I merged it :) > > http:

Re: [yocto] [PATCH x32 Edison 0/2] Fixes for meta-x32 edison branch

2012-06-12 Thread Kamble, Nitin A
> -Original Message- > From: Joshua Lock [mailto:joshua.l...@intel.com] > Sent: Tuesday, June 05, 2012 5:46 PM > To: yocto@yoctoproject.org > Cc: Joshua Lock; Kamble, Nitin A > Subject: [PATCH x32 Edison 0/2] Fixes for meta-x32 edison branch > > The following pat

[yocto] [PATCH 0/7] move intel bsps to v3.4 kernel

2012-07-06 Thread nitin . a . kamble
From: Nitin A Kamble These commits move Intel BSPs to v3.4 kernel. The crownbay v3.4 kernel is not quet ready yet, so for crown bay the default kerenl is still v3.2 The following changes since commit f5dcebe57832551219da048945237a7cf7bda369: linux-firmware: Fix FILESEXTRAPATHS typo (2012-06

[yocto] [PATCH 1/7] FishRiver: add recipe extention for linux-yocto_3.4

2012-07-06 Thread nitin . a . kamble
From: Nitin A Kamble Tested this on FishRiver hardware, and it works as expected. Signed-off-by: Nitin A Kamble --- .../recipes-kernel/linux/linux-yocto_3.4.bbappend |8 1 files changed, 8 insertions(+), 0 deletions(-) create mode 100644 meta-fishriver/recipes-kernel/linux

[yocto] [PATCH 2/7] FishRiver: set v3.4 as the default kernel recipe version

2012-07-06 Thread nitin . a . kamble
From: Nitin A Kamble Signed-off-by: Nitin A Kamble --- meta-fishriver/conf/machine/fishriver.conf |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/meta-fishriver/conf/machine/fishriver.conf b/meta-fishriver/conf/machine/fishriver.conf index 289e41d..ec2e87f 100644

[yocto] [PATCH 3/7] emenlow: add recipe extention for linux-yocto_3.4

2012-07-06 Thread nitin . a . kamble
From: Nitin A Kamble This is tested on the emenlow hardware, and it works as expected. Signed-off-by: Nitin A Kamble --- .../recipes-kernel/linux/linux-yocto_3.4.bbappend |8 1 files changed, 8 insertions(+), 0 deletions(-) create mode 100644 meta-emenlow/recipes-kernel/linux

[yocto] [PATCH 4/7] emenlow: set v3.4 as the default kernel recipe version

2012-07-06 Thread nitin . a . kamble
From: Nitin A Kamble Signed-off-by: Nitin A Kamble --- meta-emenlow/conf/machine/emenlow.conf |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/meta-emenlow/conf/machine/emenlow.conf b/meta-emenlow/conf/machine/emenlow.conf index 26ca43b..afb3866 100644 --- a/meta

  1   2   3   4   >