[OE-core] [PATCH 1/1] create-pull-request: fix failure with git version 1.8.1.4

2015-02-24 Thread nitin . a . kamble
From: Nitin A Kamble nitin.a.kam...@intel.com As seen below, this script fails with git versions having more than 3 digit. $ ../poky.git/scripts/create-pull-request -b nitin/misc -u contrib -r master.origin fatal: No such ref: :nitin/misc fatal: Needed a single revision ERROR: git request-pull

[OE-core] [PATCH 0/1] Fix a runtime issue with the create-pull-request script

2015-02-24 Thread nitin . a . kamble
From: Nitin A Kamble nitin.a.kam...@intel.com This commit fixes the create-pull-request script failure with certain versions of the git. Thanks, Nitin The following changes since commit 4d83a90bfb5a41deb81ca8878363a89fccf95d89: gst-plugins-package.inc: Avoid dependency on ${PN} from ${PN

[OE-core] [PATCH 0/2] commits for machine setup tool

2014-12-15 Thread nitin . a . kamble
From: Nitin A Kamble nitin.a.kam...@intel.com This pull request introduces a new feature called machine-setup-tool, which can be used by the BSP. With the use of the tool, BSPs for different boards which mainly differ in the text configuration for the target board, can be consolidated to use

[OE-core] [PATCH 1/2] alsa-plugins: a new recipe

2014-12-15 Thread nitin . a . kamble
From: Nitin A Kamble nitin.a.kam...@intel.com Provides the pulseaudio to ALSA connector, which is needed for ALSA apps when using the pulseaudio sound server on the target, Signed-off-by: Nitin A Kamble nitin.a.kam...@intel.com --- .../recipes-multimedia/alsa/alsa-plugins_1.0.28.bb | 49

[OE-core] [PATCH 2/2] machinesetuptool: a new recipe for setup of a machine

2014-12-15 Thread nitin . a . kamble
From: Nitin A Kamble nitin.a.kam...@intel.com a new recipe which recipe provides the ability to setup a BSP image for a specific machine or platform at the boot time. The base recipe does not provide any machine configuration files, those are provided by individual BSP layer. Signed-off

[OE-core] [PATCH 1/1] kernel.bbclass: enable a link for external module building

2014-09-30 Thread nitin . a . kamble
From: Nitin A Kamble nitin.a.kam...@intel.com To build external modules, the link /lib/modules/kernel-version/build must exist, and point to the proper kernel source area. The kernel-dev package already provides the needed source files. Now putting a link in place to unblock the external module

[OE-core] [PATCH 0/1] A bugfix to enable external module building on target

2014-09-30 Thread nitin . a . kamble
From: Nitin A Kamble nitin.a.kam...@intel.com The path /lib/modules/kernel-version/build was missing on the target. It is required to build external modules on the target. The kernel-dev package provides all the needed support files for building the external kernel modules. This commit creates

[OE-core] [Patch v2 0/1] updated fix external kernel module building on target

2014-09-30 Thread nitin . a . kamble
From: Nitin A Kamble nitin.a.kam...@intel.com The commit message is changed as per the feedback received from Bruce. The following changes since commit c34775f8864f9bf9a2b32af1e3a803f7d84e11ba: deb_packaging: Added support for multilib (2014-09-30 14:33:31 +0100) are available in the git

[OE-core] [Patch v2 1/1] kernel.bbclass: enable a link for external module building

2014-09-30 Thread nitin . a . kamble
From: Nitin A Kamble nitin.a.kam...@intel.com Even though the kernel-dev package provides the required support for building external kernel modules on the target, some commonly used scripts and utilities fail as they are not finding the kernel module build support files at the desired location

[OE-core] [PATCH 1/1] lttng-modules: fix build issues with the v3.17 kernel

2014-09-25 Thread nitin . a . kamble
From: Nitin A Kamble nitin.a.kam...@intel.com The lttng-modules recipe was failing for meta-intel BSPs with the v3.17 kernel. These BSP kernels were enabling some of the audio codec drivers, whose structures are changed recently, causing mismatch with lttng-modules code expectations. The qemu

[OE-core] [PATCH 0/1] A fix for the lttng-modules

2014-09-25 Thread nitin . a . kamble
From: Nitin A Kamble nitin.a.kam...@intel.com The lttng-modules recipe was failing with meta-intel BSPs with the v3.17 kernel. The qemu machines from the poky layers did not get hit by this issue. The accompanying commit fixes the issue observed in the lttng-modules recipe. The fix is made

[OE-core] [PATCH 1/1] imageconfigurator: a new recipe for boottime image configuration

2014-08-28 Thread nitin . a . kamble
From: Nitin A Kamble nitin.a.kam...@intel.com This recipe adds ability to configure a BSP image for a specific machine or platform at the boot time. The machine configurations are not provided here, and are to be provided in the BSP layers. Signed-off-by: Nitin A Kamble nitin.a.kam...@intel.com

[OE-core] [PATCH 0/1] A tool for boottime image configuration

2014-08-28 Thread nitin . a . kamble
From: Nitin A Kamble nitin.a.kam...@intel.com This pull request provides the base recipe for the Image Configurator tool, which provides ability to configure the BSP images for a particular hardware at boot time. The recipe needs machine configuration files, which are to be provided

[OE-core] [PATCH 1/1] grub_2.00: strip the sparc64 files from building

2014-08-15 Thread nitin . a . kamble
From: Nitin A Kamble nitin.a.kam...@intel.com Avoid building and packaging of sparc64 specific files in the x86 builds. Fixes Bug: [YOCTO #6427] Signed-off-by: Nitin A Kamble nitin.a.kam...@intel.com --- ...rub2-remove-sparc64-setup-from-x86-builds.patch | 104 + meta

[OE-core] [PATCH 0/1] A bugfix for grub recipe

2014-08-15 Thread nitin . a . kamble
From: Nitin A Kamble nitin.a.kam...@intel.com One of the bug reported for the grub-2 recipe is fixed in the following commit. Thanks, Nitin The following changes since commit 093149d22461a3a76980635bc46cdba1c7c0b181: avahi: unset FILES_avahi to avoid packaging files there (2014-08-15 18:21

Re: [OE-core] [PATCH 1/1] grub_2.00: strip the sparc64 files from building

2014-08-15 Thread Nitin A Kamble
On 8/15/2014 1:38 PM, Saul Wold wrote: -PR = r1 +PR = r2 You don't need the PR bump anymore, just leave it set to r1 Sau! OK, I have update the commit in the contrib branch with PR = r1. Nitin -- ___ Openembedded-core mailing list

Re: [OE-core] [PATCH 1/1] INITRD var: make it a list of filesystem images

2014-08-05 Thread Nitin A Kamble
On 8/5/2014 9:45 AM, Hart, Darren wrote: On 8/4/14, 21:33, Kamble, Nitin A nitin.a.kam...@intel.com wrote: On 8/4/2014 9:38 AM, Hart, Darren wrote: On 7/29/14, 11:34, Kamble, Nitin A nitin.a.kam...@intel.com wrote: ... + if [ -n ${INITRD} ]; then + rm -f $dest/initrd

[OE-core] [PATCH 0/2] INITRD commit feedback changes

2014-08-05 Thread nitin . a . kamble
From: Nitin A Kamble nitin.a.kam...@intel.com Here are couple of commits which enhances the code and documentation referring the recently changed INITRD variable. It is based on the feedback received from Darren Hart. Thanks, Nitin The following changes since commit

[OE-core] [PATCH 1/2] INITRD var: documentation changes

2014-08-05 Thread nitin . a . kamble
From: Nitin A Kamble nitin.a.kam...@intel.com The use of the INITRD variable is changed in a recent commit. Instead of specifying a single filesystem image, it specifies a list of file system images. Reflecting this change in the documentation. Signed-off-by: Nitin A Kamble nitin.a.kam

[OE-core] [PATCH 2/2] code cleanup for INITRD variable handing

2014-08-05 Thread nitin . a . kamble
From: Nitin A Kamble nitin.a.kam...@intel.com * Remove an unnecessary check * Instead of ignoring, report the errors Signed-off-by: Nitin A Kamble nitin.a.kam...@intel.com --- meta/classes/boot-directdisk.bbclass | 4 +++- meta/classes/bootimg.bbclass | 2 ++ 2 files changed, 5

Re: [OE-core] [PATCH 1/1] INITRD var: make it a list of filesystem images

2014-08-04 Thread Nitin A Kamble
On 8/4/2014 9:38 AM, Hart, Darren wrote: On 7/29/14, 11:34, Kamble, Nitin A nitin.a.kam...@intel.com wrote: From: Nitin A Kamble nitin.a.kam...@intel.com Hi Nitin, Generally speaking this looks like a good improvement. I don't have any major technical concerns, but we do need to address

[OE-core] [PATCH 1/1] INITRD var: make it a list of filesystem images

2014-07-29 Thread nitin . a . kamble
From: Nitin A Kamble nitin.a.kam...@intel.com The initrd image used by the Linux kernel is list of file system images concatenated together and presented as a single initrd file at boot time. So far the initrd is a single filesystem image. But in cases like to support early microcode loading

[OE-core] [PATCH 0/1] A commit to extend the INITRD variable

2014-07-29 Thread nitin . a . kamble
From: Nitin A Kamble nitin.a.kam...@intel.com This commit extends the INITRD variable, so that it can accommodate multiple filesystems as expected by the Linux kernel. Thanks to Ross Burton for this suggestion to simplify the early microcode loading support in the meta-intel Layer. Thanks

[OE-core] [PATCH 0/1] A fix for kernel-module-split.bbclass

2014-06-18 Thread nitin . a . kamble
From: Nitin A Kamble nitin.a.kam...@intel.com Here is a build fix for the build breakage of a meta-intel BSP. Thanks, Nitin The following changes since commit f3394914fd209ac186ef6806794dcbd915ef4fed: linux-yocto/3.10: update to v3.10.43 (2014-06-17 17:56:57 +0100) are available in the git

[OE-core] [PATCH 1/1] kernel-module-split.bbclass: fix a typo in var name

2014-06-18 Thread nitin . a . kamble
From: Nitin A Kamble nitin.a.kam...@intel.com The recently added kernel-module-split.bbclass had a bug in processing of the KERNEL_MODULE_AUTOLOAD variable. It was using the older autload variable in place of the newer autoloadlist variable, which was causing build failure as seen below

[OE-core] [PATCH 1/1] meta-skeleton: linux-yocto-custom.bb: use machine overrides

2014-04-11 Thread nitin . a . kamble
From: Nitin A Kamble nitin.a.kam...@intel.com Use machine overrides for variables for this skeleton recipe so that people following skeleton do it right at the beginning. The machine overrides for the variables reduces pollution of name space and avoid unintentional influences on other layers

[OE-core] [PATCH 0/1] A kernel recipe fix for meta-skeleton layer

2014-04-11 Thread nitin . a . kamble
From: Nitin A Kamble nitin.a.kam...@intel.com The kernel variables in kernel bbappend recipes such as LINUX_VERSION should always use machine overrides to unintentionally influencing kernel variables in other layers. Adding missing overrides to the kernel recipe in the meta-skeleton layer, so

[OE-core] [Patch v2 1/1] meta-skeleton: linux-yocto-custom.bb: use machine overrides

2014-04-11 Thread nitin . a . kamble
From: Nitin A Kamble nitin.a.kam...@intel.com Use machine overrides for variables for this skeleton kernel recipe so that people following skeleton do it right at the beginning. The machine overrides for the variables reduces variable name-space pollution and avoids unintentional influences

[OE-core] [Patch v2 0/1] Enhance Skeleton Linux Yocto Kernel Recipe

2014-04-11 Thread nitin . a . kamble
From: Nitin A Kamble nitin.a.kam...@intel.com In this v2 pull request, the commit is updated as per feedback received from Darren. Thanks, Nitin The following changes since commit 863cc7483f5ee43189537940de8ee5c0964d24cc: poky.conf: Post release version bump (2014-04-10 18:03:07 +0100

[OE-core] [PATCH 0/1] A QA_check fix for x32 kernel module packages

2014-03-04 Thread nitin . a . kamble
From: Nitin A Kamble nitin.a.kam...@intel.com The kernel modules for x32 target are 64bit, but the QA_check was expecting them to be 32bit. The QA_check is fixed in this commit to avoid false errors. Thanks, Nitin The following changes since commit 83b3e3e8e34a2512bcb1fe298715ece58c83dca3

[OE-core] [PATCH 1/1] QA_check: special case kernel modules for x32 targets

2014-03-04 Thread nitin . a . kamble
From: Nitin A Kamble nitin.a.kam...@intel.com The Kernel module packages for x32 target have 64 bit binaries, which breaks the QA_check expecting all the packages to be 32bit. Make a special case for kernel module packages for x32 targets, to avoid this false error. Fixes Bug: [YOCTO #5903

[OE-core] [Patch v2 0/1] A fix for QA_check

2014-03-04 Thread nitin . a . kamble
From: Nitin A Kamble nitin.a.kam...@intel.com This v2 fix is improved as per feedback from Phil Blundell p...@pbcl.net Thanks, Nitin The following changes since commit 83b3e3e8e34a2512bcb1fe298715ece58c83dca3: package_manager.py: RpmPM: don't add smart channel if already added (2014-03-03

[OE-core] [Patch v2 1/1] QA_check: special case kernel modules for x32 targets

2014-03-04 Thread nitin . a . kamble
From: Nitin A Kamble nitin.a.kam...@intel.com The Kernel module packages for x32 target have 64 bit binaries, which breaks the QA_check expecting all the packages to be 32bit. Make a special case for kernel module packages for x32 targets, to avoid this false error. Fixes Bug: [YOCTO #5903

[OE-core] [PATCH 0/1] a fix for disabling pointing devices

2013-09-13 Thread nitin . a . kamble
From: Nitin A Kamble nitin.a.kam...@intel.com This was believed to be a kernel issue earlier. With further debugging and discussions the issue was identified as a faulty rule in the udev package. Disabling the faulty udev rule solved the issue. With further digging we found another fix

[OE-core] [PATCH 1/1] udev: avoid autosuspend of USB input devices

2013-09-13 Thread nitin . a . kamble
From: Nitin A Kamble nitin.a.kam...@intel.com Some of the external USB devices has internal USB hub, which make them look like fixed rather than removable. And USB autosuspend does not work with some of these devices resulting in inoperable pointing device. Now the code detect these false fixed

[OE-core] [PATCH 1/1] sanity.bbclass: a new check for required distro features

2013-08-19 Thread nitin . a . kamble
From: Nitin A Kamble nitin.a.kam...@intel.com Some BSPs need to have some specific distro_features enabled. These BSPs fail to build when these required DISTRO features are not enabled. And the issue is, there is no clue in the build error, about why the build is failing. This commit addresses

[OE-core] [PATCH 0/1] a sanity check fix for a better error

2013-08-19 Thread nitin . a . kamble
From: Nitin A Kamble nitin.a.kam...@intel.com Here is a commit to give a better error regarding missing required distro features. Thanks, Nitin The following changes since commit 6382979cca1d1c57467f983ba9611f91555b20a9: cronie: fix out of tree build (2013-08-19 11:25:23 +0100

[OE-core] [PATCH 1/3] v4l-utils: a new recipe

2013-08-08 Thread nitin . a . kamble
From: Nitin A Kamble nitin.a.kam...@intel.com The v4l-utils recipe provides v4l2-ctl and other tools, which help in understanding the configuration needed by v4l2 devices like a camera. This recipe is imported from meta-oe layer, and then updated and modified to work with the newest version

[OE-core] [PATCH 0/3] RFC: few commits for a new machine feature: v4l2

2013-08-08 Thread nitin . a . kamble
From: Nitin A Kamble nitin.a.kam...@intel.com Here are few commits to add a new machine feature, v4l2. These commits provide: * A new recipe which provides tools to poke v4l2 config on the target * a new machine feature: v4l2 which brings a set of related packages. * modification to gst-meta

[OE-core] [PATCH 2/3] packagegroup-base.bb: add a new machine feature: v4l2

2013-08-08 Thread nitin . a . kamble
From: Nitin A Kamble nitin.a.kam...@intel.com This new machine feature gives a choice to add the video for linux 2 drivers and related utilities to BSPs. Signed-off-by: Nitin A Kamble nitin.a.kam...@intel.com --- meta/recipes-core/packagegroups/packagegroup-base.bb | 8 1 file changed

[OE-core] [PATCH 3/3] gst-meta-base: bring in the v4l2 related gst plugin

2013-08-08 Thread nitin . a . kamble
From: Nitin A Kamble nitin.a.kam...@intel.com If the v4l2 machine feature is enabled, then the v4l2 gstreamer plugin is also pulled in the gst-meta-base packages. Signed-off-by: Nitin A Kamble nitin.a.kam...@intel.com --- meta/recipes-multimedia/gstreamer/gst-meta-base_0.10.bb | 4 +++- 1 file

[OE-core] [PATCH 0/1] a bugfix for lsb image builds

2013-06-05 Thread nitin . a . kamble
From: Nitin A Kamble nitin.a.kam...@intel.com This fixes a bug which affects any lsb (or non-X) image which includes the tools-testapp package group. Thanks, Nitin The following changes since commit a62aed41f2d8f874f7ae24d0e5be5dbc66ea2199: lrzsz: check locale.h in configure (2013-06-04 15

[OE-core] [PATCH 1/1] tools-testapps: add xserver in dependency

2013-06-05 Thread nitin . a . kamble
From: Nitin A Kamble nitin.a.kam...@intel.com This package group adds packages needing Xserver, These packages demand X drivers such as EMGD driver. And if the image does not include Xserver then it causes a build error about Xserver like this: Error: no package provides xorg-abi-video-8 Fix

[OE-core] [PATCH 0/1] a x32 fix for dropbear hang

2013-05-23 Thread nitin . a . kamble
From: Nitin A Kamble nitin.a.kam...@intel.com Here is a single fix for a hang noticed in the dropbear, built for x32 abi target. Thanks, Nitin The following changes since commit e8197722de1f6006ceae0d4266de91c1db7278e3: buildhistory: Sync with bitbake changes (2013-05-23 11:51:53 +0100

[OE-core] [PATCH 1/1] dropbear: a fix for hang in dropbearkey, built for x32

2013-05-23 Thread nitin . a . kamble
From: Nitin A Kamble nitin.a.kam...@intel.com This commit fixes runtime hang of 'dropbearkey' utility, built for a x32 target abi system. The hang was observed while generating ssh keys, with this command: dropbearkey -t dss -f private The issue is fixed by changing the code, where 'long

[OE-core] [PATCH 0/1] a bugfix for oecore layer

2013-04-15 Thread nitin . a . kamble
From: Nitin A Kamble nitin.a.kam...@intel.com Information on the bugfix is in the commit's header. Thanks, Nitin The following changes since commit 45c8cc1a58e7868f4603be08a86fef178edfc926: poky.conf: add Poky 1.4 and CentOS 6.4 to SANITY_TESTED_DISTROS (2013-04-15 17:21:28 +0100

[OE-core] [PATCH 1/1] initramfs-live-install*: fix the install boot option

2013-04-15 Thread nitin . a . kamble
From: Nitin A Kamble nitin.a.kam...@intel.com The install boot option was giving the following error when one tried to install the live image on a permanent storage of a BSP. cat: write error Invalid argument Installation image failed sh: can't access tty: job control turned off Further

[OE-core] [PATCH 0/1] A single commit to fix grub-efi-native build

2013-03-26 Thread nitin . a . kamble
From: Nitin A Kamble nitin.a.kam...@intel.com Due to recent changes in the oecore layer to use separate builddir, the grub-efi-native recipe need to change to avoid build errors. Thanks, Nitin The following changes since commit c376f1f49cea182a2887945840ab97a20970a373: package.bbclass

[OE-core] [PATCH 1/1] grub-efi-native_2.00.bb: fix a build issue

2013-03-26 Thread nitin . a . kamble
From: Nitin A Kamble nitin.a.kam...@intel.com Due to recent change in the oecore layer grub-efi recipe uses separate builddir and the paths used in the do_deply need to change accordingly. This change avoids this build issue: install: cannot stat `/build-fri2/tmp/work/x86_64-linux/grub-efi-i586

[OE-core] [PATCH 0/1] fix a build issue for psplash recipe

2013-03-26 Thread nitin . a . kamble
From: Nitin A Kamble nitin.a.kam...@intel.com This was detected on the autobuilder. More details are in the commit. Thanks, Nitin The following changes since commit bdca49274173153b1b0a72887de6321b4756b684: classes/rm_work: rename RM_WORK_WHITELIST to RM_WORK_EXCLUDE (2013-03-26 21:19:51

[OE-core] [PATCH 1/1] psplash_git.bb: fix do_compile by correcting the script path

2013-03-26 Thread nitin . a . kamble
From: Nitin A Kamble nitin.a.kam...@intel.com The recent change in the builddir location is breaking this recipe as it is trying to run a script (make-image-header.sh) located in sourcedir from builddir. As the script does not gets to run, the resulting file is not generated causing error as seen

[OE-core] [RFC 0/3] infrastructure changes in oecore hw codecs

2013-01-23 Thread nitin . a . kamble
From: Nitin A Kamble nitin.a.kam...@intel.com Here are commits for getting feedback from the community on the work happening in the oecore for supporting hwcodecs for H/W BSPs properly. The current requirements: we need a mechanism to 1. Add accelerated codecs to the images 2. Exclude the X

[OE-core] [RFC 1/3] packagegroup-core-x11-xserver: Add XSERVERCODECS variable

2013-01-23 Thread nitin . a . kamble
From: Richard Purdie richard.pur...@linuxfoundation.org At present its hard for the system to provide extra x11 hardware codecs. We could lump them in with the XSERVER variable but this is suboptimal as in some use cases the user might not want to include them in some images. With this patch we

[OE-core] [RFC 3/3] core-image: Add hwcodecs IMAGE_FEATURE

2013-01-23 Thread nitin . a . kamble
From: Richard Purdie richard.pur...@linuxfoundation.org Currently hardware codecs are being injected in rather ugly ways and end up either in no or all images. This adds a dedicated IMAGE_FEATURE for them based on the MACHINE_HWCODECS variable. We may need to refine this in due course but this

[OE-core] [RFC 2/3] core-image-lsb-sdk/dev: Inherit the base image instead of duplicating

2013-01-23 Thread nitin . a . kamble
From: Richard Purdie richard.pur...@linuxfoundation.org Signed-off-by: Richard Purdie richard.pur...@linuxfoundation.org --- meta/recipes-extended/images/core-image-lsb-dev.bb | 12 +++- meta/recipes-extended/images/core-image-lsb-sdk.bb | 14 -- 2 files changed, 7

[OE-core] [PATCH 0/1] one commit to make kernel repo change easy

2013-01-16 Thread nitin . a . kamble
From: Nitin A Kamble nitin.a.kam...@intel.com Here is a commit to make changing of the the linux-yocto v3.4 kernel repository easy. Thanks, Nitin The following changes since commit 9f263a60e3521b800121a6f527a7b30dc9b62432: oprofile: add AArch64 support (2013-01-16 16:10:39 +

[OE-core] [PATCH 1/1] linux-yocto_3.4: use ${KSRC_linux_yocto_3_4_repo} based SRC_URI

2013-01-16 Thread nitin . a . kamble
From: Nitin A Kamble nitin.a.kam...@intel.com This makes replacing kernel git repository easy. For example you can add the following line in your local.conf to use your own local kernel repository: KSRC_linux_yocto_3_4_repo = /home/nitin/linux-yocto-3.4.git/;protocol=file Signed-off-by: Nitin

[OE-core] [PATCH 0/1] misc oecore layer commits

2013-01-15 Thread nitin . a . kamble
From: Nitin A Kamble nitin.a.kam...@intel.com This pull request adds this new recipe to oecore layer: xf85-video-modesetting Thanks, Nitin The following changes since commit 53cc748b93e8af584557d6db5309c3e955182c5c: linux-libc-headers: fix headers install in long path name environments

[OE-core] [PATCH 1/1] xf86-video-modesetting: new recipe for gma500

2013-01-15 Thread nitin . a . kamble
From: Nitin A Kamble nitin.a.kam...@intel.com I am trying to use gma500 driver for the noemgd BSPs. The current best xf86 driver for it is modesetting. This recipe provides that driver. Signed-off-by: Nitin A Kamble nitin.a.kam...@intel.com --- .../xorg-driver/xf86-video-modesetting_0.6.0.bb

[OE-core] [Patch v2 1/2] xf86-video-modesetting: new recipe for gma500

2013-01-15 Thread nitin . a . kamble
From: Nitin A Kamble nitin.a.kam...@intel.com I am trying to use gma500 driver for the noemgd BSPs. The current best xf86 driver for it is modesetting. This recipe provides that driver. Signed-off-by: Nitin A Kamble nitin.a.kam...@intel.com --- .../xorg-driver/xf86-video-modesetting_0.6.0.bb

[OE-core] [Patch v2 2/2] ia32-base.inc: Add more macros for xf86 drivers

2013-01-15 Thread nitin . a . kamble
From: Nitin A Kamble nitin.a.kam...@intel.com This commit adds macros for fbdev modesetting X driver packages. Signed-off-by: Nitin A Kamble nitin.a.kam...@intel.com --- meta/conf/machine/include/ia32-base.inc |4 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/meta

[OE-core] [Patch v2 0/2] Misc commits for xorg driver packages

2013-01-15 Thread nitin . a . kamble
From: Nitin A Kamble nitin.a.kam...@intel.com This v2 fixes the license MD5SUM in the xf86-video-modesetting recipe. And it also adds a commit which provides macros for specifying additional xorg drivers in the BSP configurations. Thanks, Nitin The following changes since commit

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

2012-12-11 Thread nitin . a . kamble
From: Nitin A Kamble nitin.a.kam...@intel.com Add logic in the create-pull-request to detect and warn about the trailing white space inserted by patches. Signed-off-by: Nitin A Kamble nitin.a.kam...@intel.com --- scripts/create-pull-request |8 1 files changed, 8 insertions(+), 0

[OE-core] [Patch v2 0/1] a commit for detecting trailing whitespace

2012-12-11 Thread nitin . a . kamble
From: Nitin A Kamble nitin.a.kam...@intel.com This v2 commit makes the egrep's output colorful with the --color option, and output is made silent when the patches are clean wrt trailing white space. Detecting of the mixed white space was discussed on the mailing list, but the discussion did

[OE-core] [PATCH 0/1] Misc: detect trailing space in the patches

2012-12-05 Thread nitin . a . kamble
From: Nitin A Kamble nitin.a.kam...@intel.com 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

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

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

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

2012-12-05 Thread nitin . a . kamble
From: Nitin A Kamble nitin.a.kam...@intel.com 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

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

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

[OE-core] [meta-intel patch 0/3] Fixes for rescent X breakages in meta-intel layer

2012-11-28 Thread nitin . a . kamble
From: Nitin A Kamble nitin.a.kam...@intel.com This commits are for meta-intel layer. And Ross'es patch tries to achieve the same from the oecore layer. Thanks, Nitin The following changes since commit 154156a4db56f7b33fb1765cf6b87e683d027af9: emgd-driver-bin: add further needed soft links

[OE-core] [meta-intel patch 2/3] xserver-psb: fix packaging issues

2012-11-28 Thread nitin . a . kamble
From: Nitin A Kamble nitin.a.kam...@intel.com Because of the xserver recipe upgrade in the oecore layer, the xserver packaging defined in the .inc file is changed. And this change breaks the packaging of this older xserver recipe. This commit fixes the issue by using the meta-intel specific

[OE-core] [meta-intel patch 3/3] xserver-xorg-video-psb: fix packaging issues

2012-11-28 Thread nitin . a . kamble
From: Nitin A Kamble nitin.a.kam...@intel.com This commit takes care of these packaging warnings. WARNING: QA Issue: xserver-xorg-video-psb: Files/directories were installed but not shipped /usr/lib/xorg/modules/drivers/psb_drv.la /usr/lib/xorg/modules/drivers/libmm.la /usr/lib/xorg

[OE-core] [meta-intel patch 1/3] xserver-xorg-1.9.3: fix packaging issues

2012-11-28 Thread nitin . a . kamble
From: Nitin A Kamble nitin.a.kam...@intel.com This was affecting crownbay BSP. And it may also be affecting fri2, sys940x BSPs. And this commit will fix the issues for all these EMGD based BSPs. Because of the xserver recipe upgrade in the oecore layer, the xserver packaging defined in the .inc

[OE-core] [PATCH 1/1] libxcb: Ensure nativesdk package extension is handled correctly

2012-07-30 Thread nitin . a . kamble
From: Nitin A Kamble nitin.a.kam...@intel.com This avoids the warning: NOTE: multiple providers are available for runtime libxcb-dri2 (libxcb-nativesdk, libxcb) NOTE: consider defining a PREFERRED_PROVIDER entry to match libxcb-dri2 until such times as we convert nativesdk to use a prefix like

[OE-core] [PATCH 0/1] Misc: avoid QA warnings for libxcb

2012-07-30 Thread nitin . a . kamble
From: Nitin A Kamble nitin.a.kam...@intel.com The following changes since commit bd726660a3b365b8f0f702771afef30dcd05b6d7: libxcb: Update for python-native changes (2012-07-30 16:54:34 +0100) are available in the git repository at: git://git.pokylinux.org/poky-contrib nitin/work http

[OE-core] [PATCH 1/1] bitbake wget fetcher: add parameter: downloadfilename

2012-07-19 Thread nitin . a . kamble
From: Nitin A Kamble nitin.a.kam...@intel.com this allows wget fetcher to store the downloaded file in a specified custom filename in ${DL_DIR} Exmaple: SRC_URI = https://edc.intel.com/Download.aspx?id=6190;downloadfilename=LIN_IEMGD_1_14_GOLD_2443.tgz; This fixes bug: [YOCTO #2570] Signed

[OE-core] [PATCH 0/1] add downloadfilename parameter to bitbake wget fetcher

2012-07-19 Thread nitin . a . kamble
From: Nitin A Kamble nitin.a.kam...@intel.com The following changes since commit 5b014eae151a1584df4e3d3b96d18f9df3e55665: fix my typos in patch headers (2012-07-16 21:45:01 -0700) are available in the git repository at: git://git.pokylinux.org/poky-contrib nitin/misc http

[OE-core] [PATCH 0/1] V2 add downloadfilename to wget fetcher

2012-07-19 Thread nitin . a . kamble
From: Nitin A Kamble nitin.a.kam...@intel.com In this V2 commit, not required changes from __init__.py are removed. Thanks, Nitin The following changes since commit 5b014eae151a1584df4e3d3b96d18f9df3e55665: fix my typos in patch headers (2012-07-16 21:45:01 -0700) are available in the git

[OE-core] [PATCH 1/1] bitbake wget fetcher: add parameter: downloadfilename

2012-07-19 Thread nitin . a . kamble
From: Nitin A Kamble nitin.a.kam...@intel.com this allows wget fetcher to store the downloaded file in a specified custom filename in ${DL_DIR} Exmaple: SRC_URI = https://edc.intel.com/Download.aspx?id=6190;downloadfilename=LIN_IEMGD_1_14_GOLD_2443.tgz; This fixes bug: [YOCTO #2570] Signed

[OE-core] [PATCH 1/1] fix my typos in patch headers

2012-07-17 Thread nitin . a . kamble
From: Nitin A Kamble nitin.a.kam...@intel.com Signed-off-by: Nitin A Kamble nitin.a.kam...@intel.com --- ..._MKDIR_P_warning_error_with_automake_1.12.patch | 10 +- ..._MKDIR_P_warning_error_with_automake_1.12.patch | 10 +- .../gnutls/gnutls_fix_for_automake_1.12.1.patch

[OE-core] [PATCH 0/1] some typo fixes in patch headers

2012-07-17 Thread nitin . a . kamble
From: Nitin A Kamble nitin.a.kam...@intel.com The following changes since commit 5ed19a40f407efa1e6a2043bd8e36d729968c446: toolchain-scripts: Sync the SDK/ADT values to the build system (2012-07-17 18:02:55 +0100) are available in the git repository at: git://git.pokylinux.org/poky-contrib

[OE-core] [PATCH 1/3] gawk-3.1.5: fix build with automake 1.12.x

2012-07-13 Thread nitin . a . kamble
From: Nitin A Kamble nitin.a.kam...@intel.com Add the gawk-3.1.5_fix_for_automake-1.12.patch in SRC_URI. Signed-off-by: Nitin A Kamble nitin.a.kam...@intel.com --- ...atch = gawk-3.1.5_fix_for_automake-1.12.patch} |0 meta/recipes-extended/gawk/gawk_3.1.5.bb |5 +++-- 2 files

[OE-core] [PATCH 0/3] more automake 1.12.x related fixes

2012-07-13 Thread nitin . a . kamble
From: Nitin A Kamble nitin.a.kam...@intel.com nongplv3 commercial licence recipe testing revelaed more issue, and the fixes for these are here. Thanks, Nitin The following changes since commit 581d9dc2d148b67332a255cc1e7ce0679ff82c23: tar: fix build with automake 1.12.x (2012-07-12 21:13:42

[OE-core] [PATCH 2/3] sed-4.1.2: fix build with automake 1.12.x

2012-07-13 Thread nitin . a . kamble
From: Nitin A Kamble nitin.a.kam...@intel.com automake has depricated use of @mkdir_p@, Fix the issue by using @MKDIR_P@ instead. added a new patch: sed-4.1.2_fix_for_automake-1.12.patch Signed-off-by: Nitin A Kamble nitin.a.kam...@intel.com --- .../sed-4.1.2_fix_for_automake-1.12.patch

[OE-core] [PATCH 3/3] lame: fix build with automake 1.12.x

2012-07-13 Thread nitin . a . kamble
From: Nitin A Kamble nitin.a.kam...@intel.com automake 1.12.x has deprecated automatic de-ANSI-fication support. Fix sources to work with automake 1.12.x Added a new patch: lame-3.99.5_fix_for_automake-1.12.x.patch Signed-off-by: Nitin A Kamble nitin.a.kam...@intel.com --- .../lame/lame

[OE-core] [PATCH 0/4] more commits related to automake update

2012-07-10 Thread nitin . a . kamble
From: Nitin A Kamble nitin.a.kam...@intel.com With the world build, found out that more recipes are failing due to automake 1.12.x All these remainling recipes are fixed and the world build succeeds with automake 1.12.1 now. Thanks, Nitin The following changes since commit

[OE-core] [PATCH 1/4] libunistring: fix build with automake 1.12

2012-07-10 Thread nitin . a . kamble
From: Nitin A Kamble nitin.a.kam...@intel.com Added a new patch: libunistring/libunistring_fix_for_automake_1.12.patch More comments in the patch header. Signed-off-by: Nitin A Kamble nitin.a.kam...@intel.com --- .../libunistring_fix_for_automake_1.12.patch | 81

[OE-core] [PATCH 2/4] telepathy-python: fix build with automake 1.12

2012-07-10 Thread nitin . a . kamble
From: Nitin A Kamble nitin.a.kam...@intel.com Added a new patch: telepathy-python_fix_for_automake_1.12.patch More comments in the patch header. Signed-off-by: Nitin A Kamble nitin.a.kam...@intel.com --- .../telepathy-python_fix_for_automake_1.12.patch | 26

[OE-core] [PATCH 3/4] libidn: fix build with automake 1.12

2012-07-10 Thread nitin . a . kamble
From: Nitin A Kamble nitin.a.kam...@intel.com Added a new patch avoid_AM_PROG_MKDIR_P_warning_error_with_automake_1.12.patch More details in the patch headers. Signed-off-by: Nitin A Kamble nitin.a.kam...@intel.com --- ..._MKDIR_P_warning_error_with_automake_1.12.patch | 25

[OE-core] [PATCH 4/4] webgit-gtk: fix build with automake 1.12.1

2012-07-10 Thread nitin . a . kamble
From: Nitin A Kamble nitin.a.kam...@intel.com Added a new patch: webgit-gtk_fix_build_with_automake_1.12.patch More comments in the patch header. Signed-off-by: Nitin A Kamble nitin.a.kam...@intel.com --- .../webgit-gtk_fix_build_with_automake_1.12.patch | 62 meta

[OE-core] [PATCH 00/19] automake update related commits on master

2012-07-10 Thread nitin . a . kamble
From: Nitin A Kamble nitin.a.kam...@intel.com These are same commits which I made for M1 branch, now rebased to the current master. Thanks, Nitin The following changes since commit 029e3cea52f86438a1d6868020bb5c93d623: bitbake: fetch2/wget: Use FETCHCMD_wget to provide the commandline

[OE-core] [PATCH 08/19] evolution-data-server: fix build with automake 1.12.x

2012-07-10 Thread nitin . a . kamble
From: Nitin A Kamble nitin.a.kam...@intel.com Added 2 patches: avoid_automake_errors.patch fix_for_automake-1.12.x.patch More information in the patch headers. Signed-off-by: Nitin A Kamble nitin.a.kam...@intel.com --- .../avoid_automake_errors.patch| 83

[OE-core] [PATCH 02/19] jpeg: fix configure with automake 1.12.1

2012-07-10 Thread nitin . a . kamble
From: Nitin A Kamble nitin.a.kam...@intel.com Bring back earlier jpeg fix. upstream has removed the fix from earlier release. The support for automatic de-ANSI-fication has been deprecated in automake 1.11.2, and will be removed altogether in automake 1.12 This avoids this error: | configure.ac

[OE-core] [PATCH 01/19] automake: upgrade from 1.11.3 to 1.12.1

2012-07-10 Thread nitin . a . kamble
From: Nitin A Kamble nitin.a.kam...@intel.com Signed-off-by: Nitin A Kamble nitin.a.kam...@intel.com --- .../automake/automake/path_prog_fixes.patch| 40 +++- .../{automake_1.11.3.bb = automake_1.12.1.bb} |5 +- 2 files changed, 8 insertions(+), 37 deletions

[OE-core] [PATCH 09/19] tar: fix build with automake 1.12.x

2012-07-10 Thread nitin . a . kamble
From: Nitin A Kamble nitin.a.kam...@intel.com automake 1.12.x automatically deletes empty directories, so the additional rmdir from the do_install_append fails. cleanup the do_install_append for automake 1.12.x Avoid this error: | rmdir: failed to remove `/srv/home/nitin/builds/build-gcc47/tmp

[OE-core] [PATCH 03/19] gnutls: Fix build with automake 1.12.1

2012-07-10 Thread nitin . a . kamble
From: Nitin A Kamble nitin.a.kam...@intel.com Added new patches: avoid_AM_PROG_MKDIR_P_warning_error_with_automake_1.12.patch gnutls_fix_for_automake_1.12.1.patch more details in patch headers. Signed-off-by: Nitin A Kamble nitin.a.kam...@intel.com

[OE-core] [PATCH 10/19] libgcrypt: fix build with automake 1.12.x

2012-07-10 Thread nitin . a . kamble
From: Nitin A Kamble nitin.a.kam...@intel.com automake 1.12.x automatically deletes empty directories, so the additional rmdir from the do_install_append fails. cleanup the do_install_append for automake 1.12.x avoid this issue: | rmdir: failed to remove `/srv/home/nitin/builds/build-gcc47/tmp

[OE-core] [PATCH 05/19] avahi: fix build with automake 1.12.1

2012-07-10 Thread nitin . a . kamble
From: Nitin A Kamble nitin.a.kam...@intel.com added a new patch : fix_for_automake_1.12.x.patch More information in the patch header. Signed-off-by: Nitin A Kamble nitin.a.kam...@intel.com --- meta/recipes-connectivity/avahi/avahi.inc |3 +- .../avahi/files/fix_for_automake_1.12

[OE-core] [PATCH 11/19] telepathy-glib: fix build with automake 1.12.x

2012-07-10 Thread nitin . a . kamble
From: Nitin A Kamble nitin.a.kam...@intel.com automake 1.12.x automatically deletes empty directories, so the additional rmdir from the do_install_append fails. cleanup the do_install_append for automake 1.12.x avoid this issue: | rmdir: failed to remove `/srv/home/nitin/builds/build-gcc47/tmp

[OE-core] [PATCH 07/19] librsvg: fix build with automake 1.12.x

2012-07-10 Thread nitin . a . kamble
From: Nitin A Kamble nitin.a.kam...@intel.com automake 1.12.x automatically deletes empty directories, so the additional rmdir from the do_install_append fails. cleanup the do_install_append for automake 1.12.x Signed-off-by: Nitin A Kamble nitin.a.kam...@intel.com --- meta/recipes-gnome

[OE-core] [PATCH 04/19] pcmanfm: fix build with automake 1.12.x

2012-07-10 Thread nitin . a . kamble
From: Nitin A Kamble nitin.a.kam...@intel.com Added a patch: pcmanfm_fix_for_automake_1.12.patch More information in the patch header. Signed-off-by: Nitin A Kamble nitin.a.kam...@intel.com --- .../files/pcmanfm_fix_for_automake_1.12.patch | 35 meta/recipes-sato

  1   2   3   4   5   6   >