Openembedded Core Discussions
 help / color / mirror / Atom feed
From: Saul Wold <sgw@linux.intel.com>
To: Cristiana Voicu <cristiana.voicu@intel.com>
Cc: openembedded-core@lists.openembedded.org
Subject: Re: [PATCH 5/5] kmod: upgrade to 14
Date: Thu, 08 Aug 2013 17:44:15 -0700	[thread overview]
Message-ID: <52043B5F.4020401@linux.intel.com> (raw)
In-Reply-To: <734a8edf2a73e000207f7e11cfb28bb864a12c72.1375969277.git.cristiana.voicu@intel.com>

On 08/08/2013 06:46 AM, Cristiana Voicu wrote:
> Made some changes on patches to apply correctly.
>

Seems to be an issue with building the kmod-native_git  Autobuilder 
failed to build this, one example:

http://autobuilder.yoctoproject.org:8011/builders/build-appliance/builds/245/steps/Building%20Images_1/logs/stdio

I have removed it for now.

Thanks
	Sau!

> Signed-off-by: Cristiana Voicu <cristiana.voicu@intel.com>
> ---
>   meta/recipes-kernel/kmod/kmod-native_git.bb        |    1 -
>   meta/recipes-kernel/kmod/kmod.inc                  |    5 ++---
>   ...-man-page-generation-because-we-don-t-hav.patch |   21 ++++++++++----------
>   .../kmod/kmod/fix-undefined-O_CLOEXEC.patch        |    5 ++---
>   meta/recipes-kernel/kmod/kmod_git.bb               |    3 +--
>   5 files changed, 16 insertions(+), 19 deletions(-)
>
> diff --git a/meta/recipes-kernel/kmod/kmod-native_git.bb b/meta/recipes-kernel/kmod/kmod-native_git.bb
> index 8cbcdf8..afa3ad0 100644
> --- a/meta/recipes-kernel/kmod/kmod-native_git.bb
> +++ b/meta/recipes-kernel/kmod/kmod-native_git.bb
> @@ -4,7 +4,6 @@
>   require kmod.inc
>   inherit native
>
> -PR = "${INC_PR}.1"
>   SRC_URI += "file://fix-undefined-O_CLOEXEC.patch"
>
>   do_install_append (){
> diff --git a/meta/recipes-kernel/kmod/kmod.inc b/meta/recipes-kernel/kmod/kmod.inc
> index a780b6c..b07fc58 100644
> --- a/meta/recipes-kernel/kmod/kmod.inc
> +++ b/meta/recipes-kernel/kmod/kmod.inc
> @@ -7,8 +7,7 @@ HOMEPAGE = "http://packages.profusion.mobi/kmod/"
>   LICENSE = "GPL-2.0+ & LGPL-2.1+"
>   LICENSE_libkmod = "LGPL-2.1+"
>   SECTION = "base"
> -PV = "9"
> -INC_PR = "r0"
> +PV = "14"
>
>   DEPENDS += "pkgconfig-native"
>
> @@ -24,7 +23,7 @@ SRC_URI = "git://git.kernel.org/pub/scm/utils/kernel/kmod/kmod.git \
>              file://ptest.patch \
>             "
>
> -SRCREV = "62081c0f68905b22f375156d4532fd37fa5c8d33"
> +SRCREV = "3b38c7fcb58be4ddc34f90454c5f5dc3693d2d85"
>
>   S = "${WORKDIR}/git"
>
> diff --git a/meta/recipes-kernel/kmod/kmod/0001-man-disable-man-page-generation-because-we-don-t-hav.patch b/meta/recipes-kernel/kmod/kmod/0001-man-disable-man-page-generation-because-we-don-t-hav.patch
> index 5361b84..b5a8e08 100644
> --- a/meta/recipes-kernel/kmod/kmod/0001-man-disable-man-page-generation-because-we-don-t-hav.patch
> +++ b/meta/recipes-kernel/kmod/kmod/0001-man-disable-man-page-generation-because-we-don-t-hav.patch
> @@ -11,16 +11,17 @@ Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
>    Makefile.am |    2 +-
>    1 files changed, 1 insertions(+), 1 deletions(-)
>
> -diff --git a/Makefile.am b/Makefile.am
> -index 141c102..a8bdfd1 100644
> ---- a/Makefile.am
> -+++ b/Makefile.am
> -@@ -1,4 +1,4 @@
> --SUBDIRS = . libkmod/docs man
> -+SUBDIRS = . libkmod/docs
> +Index: git/Makefile.am
> +===================================================================
> +--- git.orig/Makefile.am
> ++++ git/Makefile.am
> +@@ -1,9 +1,5 @@
> + SUBDIRS = . libkmod/docs
>
> +-if BUILD_MANPAGES
> +-SUBDIRS += man
> +-endif
> +-
>    DISTCLEAN_LOCAL_HOOKS =
>    EXTRA_DIST =
> ---
> -1.7.8.4
> -
> + CLEANFILES =
> diff --git a/meta/recipes-kernel/kmod/kmod/fix-undefined-O_CLOEXEC.patch b/meta/recipes-kernel/kmod/kmod/fix-undefined-O_CLOEXEC.patch
> index 3177e9a..49728c2 100644
> --- a/meta/recipes-kernel/kmod/kmod/fix-undefined-O_CLOEXEC.patch
> +++ b/meta/recipes-kernel/kmod/kmod/fix-undefined-O_CLOEXEC.patch
> @@ -4,9 +4,8 @@ Index: git/libkmod/libkmod-private.h
>   ===================================================================
>   --- git.orig/libkmod/libkmod-private.h
>   +++ git/libkmod/libkmod-private.h
> -@@ -1,6 +1,10 @@
> - #ifndef _LIBKMOD_PRIVATE_H_
> - #define _LIBKMOD_PRIVATE_H_
> +@@ -1,5 +1,9 @@
> + #pragma once
>
>   +#ifndef O_CLOEXEC
>   +# define O_CLOEXEC 0
> diff --git a/meta/recipes-kernel/kmod/kmod_git.bb b/meta/recipes-kernel/kmod/kmod_git.bb
> index f92ff72..28ce194 100644
> --- a/meta/recipes-kernel/kmod/kmod_git.bb
> +++ b/meta/recipes-kernel/kmod/kmod_git.bb
> @@ -3,8 +3,7 @@
>
>   require kmod.inc
>
> -PR = "${INC_PR}.0"
> -PV = "9+git${SRCPV}"
> +PV = "14+git${SRCPV}"
>
>   PROVIDES += "module-init-tools-insmod-static module-init-tools-depmod module-init-tools"
>   RPROVIDES_${PN} += "module-init-tools-insmod-static module-init-tools-depmod module-init-tools"
>


      reply	other threads:[~2013-08-09  0:44 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-08-08 13:46 [PATCH 0/5] Package upgrades Cristiana Voicu
2013-08-08 13:46 ` [PATCH 1/5] ed: upgrade to 1.9 Cristiana Voicu
2013-08-08 13:46 ` [PATCH 2/5] mkfontscale: upgrade to 1.1.1 Cristiana Voicu
2013-08-08 13:46 ` [PATCH 3/5] atk: upgrade to 2.9.3 Cristiana Voicu
2013-08-08 15:36   ` Burton, Ross
2013-08-08 13:46 ` [PATCH 4/5] systemtap: upgrade to 2.3 Cristiana Voicu
2013-08-09 16:23   ` Saul Wold
2013-08-13  7:10   ` [PATCH_V2] " Cristiana Voicu
2013-08-13  7:29     ` Voicu, Cristiana
2013-08-13  7:39   ` [PATCH_V3] " Cristiana Voicu
2013-08-08 13:46 ` [PATCH 5/5] kmod: upgrade to 14 Cristiana Voicu
2013-08-09  0:44   ` Saul Wold [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=52043B5F.4020401@linux.intel.com \
    --to=sgw@linux.intel.com \
    --cc=cristiana.voicu@intel.com \
    --cc=openembedded-core@lists.openembedded.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox