All of lore.kernel.org
 help / color / mirror / Atom feed
From: Denys Dmytriyenko <denys@ti.com>
To: meta-ti@yoctoproject.org
Subject: Re: Franklin S. Cooper Jr : linux: Inherit new machine_kernel_pr class
Date: Thu, 26 Sep 2013 11:38:25 -0400	[thread overview]
Message-ID: <20130926153825.GD14100@denix.org> (raw)
In-Reply-To: <20130925225155.7476A529E7@arago-project.org>

All,

Just a heads-up - I'll be reverting this commit, since it inadvertently 
creates another unwanted dependency on meta-openembedded layer, which we'd 
like to avoid. Sorry for the inconvenience.

-- 
Denys


On Wed, Sep 25, 2013 at 10:51:55PM +0000, Arago Project git wrote:
> Module: meta-ti
> Branch: master
> Commit: 1450f1938007bede786160c501c8fd268b661c5e
> URL:    http://arago-project.org/git/meta-ti.git?a=commit;h=1450f1938007bede786160c501c8fd268b661c5e
> 
> Author: Franklin S. Cooper Jr <fcooper@ti.com>
> Date:   Tue Sep 24 09:57:01 2013 -0500
> 
> linux: Inherit new machine_kernel_pr class
> 
> * MACHINE_KERNEL_PR was originally defined in the kernel class located in
>   meta-oe which overrode the version of the class in oe-core.
> * Some time ago kernel.bbclass was removed from meta-oe and a separate class
>   machine_kernel_pr was created to add support for MACHINE_KERNEL_PR.
> * Since this variable is used significantly in both meta-ti and meta-arago make
>   sure all the kernel recipes directly or indirectly inherit this new class.
> 
> Signed-off-by: Franklin S. Cooper Jr <fcooper@ti.com>
> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
> 
> ---
> 
>  recipes-kernel/linux/linux-am335x-psp_3.2.bb |    2 +-
>  recipes-kernel/linux/linux-ti-glsdk_3.8.bb   |    2 +-
>  recipes-kernel/linux/linux-ti-staging_3.8.bb |    2 +-
>  recipes-kernel/linux/linux-ti-staging_git.bb |    2 +-
>  recipes-kernel/linux/linux.inc               |    2 +-
>  5 files changed, 5 insertions(+), 5 deletions(-)
> 
> diff --git a/recipes-kernel/linux/linux-am335x-psp_3.2.bb b/recipes-kernel/linux/linux-am335x-psp_3.2.bb
> index eaf788f..cf1b2dd 100644
> --- a/recipes-kernel/linux/linux-am335x-psp_3.2.bb
> +++ b/recipes-kernel/linux/linux-am335x-psp_3.2.bb
> @@ -6,7 +6,7 @@ COMPATIBLE_MACHINE = "ti33x"
>  
>  DEFAULT_PREFERENCE = "-1"
>  
> -inherit kernel
> +inherit kernel machine_kernel_pr
>  require setup-defconfig.inc
>  
>  # Stage the power management firmware before building the kernel
> diff --git a/recipes-kernel/linux/linux-ti-glsdk_3.8.bb b/recipes-kernel/linux/linux-ti-glsdk_3.8.bb
> index 5fd17f8..d7aebea 100644
> --- a/recipes-kernel/linux/linux-ti-glsdk_3.8.bb
> +++ b/recipes-kernel/linux/linux-ti-glsdk_3.8.bb
> @@ -4,7 +4,7 @@ LICENSE = "GPLv2"
>  LIC_FILES_CHKSUM = "file://COPYING;md5=d7810fab7487fb0aad327b76f1be7cd7"
>  KERNEL_IMAGETYPE = "uImage"
>  
> -inherit kernel
> +inherit kernel machine_kernel_pr
>  
>  require recipes-kernel/linux/linux-dtb.inc
>  require recipes-kernel/linux/setup-defconfig.inc
> diff --git a/recipes-kernel/linux/linux-ti-staging_3.8.bb b/recipes-kernel/linux/linux-ti-staging_3.8.bb
> index 833fb48..8e6d198 100644
> --- a/recipes-kernel/linux/linux-ti-staging_3.8.bb
> +++ b/recipes-kernel/linux/linux-ti-staging_3.8.bb
> @@ -4,7 +4,7 @@ LICENSE = "GPLv2"
>  LIC_FILES_CHKSUM = "file://COPYING;md5=d7810fab7487fb0aad327b76f1be7cd7"
>  KERNEL_IMAGETYPE = "uImage"
>  
> -inherit kernel
> +inherit kernel machine_kernel_pr
>  
>  require recipes-kernel/linux/linux-dtb.inc
>  require recipes-kernel/linux/setup-defconfig.inc
> diff --git a/recipes-kernel/linux/linux-ti-staging_git.bb b/recipes-kernel/linux/linux-ti-staging_git.bb
> index 778ea7f..b75e650 100644
> --- a/recipes-kernel/linux/linux-ti-staging_git.bb
> +++ b/recipes-kernel/linux/linux-ti-staging_git.bb
> @@ -3,7 +3,7 @@ DESCRIPTION = "Linux kernel for TI devices"
>  LICENSE = "GPLv2"
>  LIC_FILES_CHKSUM = "file://COPYING;md5=d7810fab7487fb0aad327b76f1be7cd7"
>  
> -inherit kernel
> +inherit kernel machine_kernel_pr
>  
>  require recipes-kernel/linux/linux-dtb.inc
>  require recipes-kernel/linux/setup-defconfig.inc
> diff --git a/recipes-kernel/linux/linux.inc b/recipes-kernel/linux/linux.inc
> index ac51dae..e0d414c 100644
> --- a/recipes-kernel/linux/linux.inc
> +++ b/recipes-kernel/linux/linux.inc
> @@ -4,7 +4,7 @@ LICENSE = "GPLv2"
>  
>  LIC_FILES_CHKSUM = "file://COPYING;md5=d7810fab7487fb0aad327b76f1be7cd7"
>  
> -inherit kernel siteinfo
> +inherit kernel siteinfo machine_kernel_pr
>  
>  # Enable OABI compat for people stuck with obsolete userspace
>  ARM_KEEP_OABI ?= "1"
> 
> _______________________________________________
> meta-ti mailing list
> meta-ti@yoctoproject.org
> https://lists.yoctoproject.org/listinfo/meta-ti
> 


  reply	other threads:[~2013-09-26 15:38 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-09-25 22:51 Franklin S. Cooper Jr : linux: Inherit new machine_kernel_pr class Arago Project git
2013-09-26 15:38 ` Denys Dmytriyenko [this message]
  -- strict thread matches above, loose matches on Subject: below --
2013-09-25 22:51 Arago Project git

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=20130926153825.GD14100@denix.org \
    --to=denys@ti.com \
    --cc=meta-ti@yoctoproject.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.