[meta-ti] [PATCH] Revert "linux: Inherit new machine_kernel_pr class"

Cooper Jr., Franklin fcooper at ti.com
Fri Sep 27 09:48:35 PDT 2013


> -----Original Message-----
> From: meta-ti-bounces at yoctoproject.org [mailto:meta-ti-
> bounces at yoctoproject.org] On Behalf Of Cooper Jr., Franklin
> Sent: Thursday, September 26, 2013 11:54 AM
> To: Denys Dmytriyenko; meta-ti at yoctoproject.org
> Subject: Re: [meta-ti] [PATCH] Revert "linux: Inherit new machine_kernel_pr
> class"
> 
> Acked-by: Franklin Cooper Jr. <fcooper at ti.com>
> > -----Original Message-----
> > From: meta-ti-bounces at yoctoproject.org [mailto:meta-ti-
> > bounces at yoctoproject.org] On Behalf Of Denys Dmytriyenko
> > Sent: Thursday, September 26, 2013 11:37 AM
> > To: meta-ti at yoctoproject.org
> > Subject: [meta-ti] [PATCH] Revert "linux: Inherit new machine_kernel_pr
> class"
> >
> > From: Denys Dmytriyenko <denys at ti.com>
> >
> > This adds a new mandatory dependency on meta-openembedded layer. While
> > we are still trying to resolve an existing optional dependency, not
> > bring a new one.
> > The MACHINE_KERNEL_PR requirement will need to be handled differently.
[Franklin] What about "including" that class instead of "inheriting" it? That way we can benefit from that class but not force a hard dependency.
> >
> > This reverts commit 6c1ab34c88edc127ff2835d87b48f4b10fe8ba0b.
> > ---
> >  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 cf1b2dd..eaf788f 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 machine_kernel_pr
> > +inherit kernel
> >  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 d7aebea..5fd17f8
> > 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 machine_kernel_pr
> > +inherit kernel
> >
> >  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 8e6d198..833fb48 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 machine_kernel_pr
> > +inherit kernel
> >
> >  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 b75e650..778ea7f 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 machine_kernel_pr
> > +inherit kernel
> >
> >  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 e0d414c..ac51dae 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 machine_kernel_pr
> > +inherit kernel siteinfo
> >
> >  # Enable OABI compat for people stuck with obsolete userspace
> > ARM_KEEP_OABI ?= "1"
> > --
> > 1.8.3.2
> >
> > _______________________________________________
> > meta-ti mailing list
> > meta-ti at yoctoproject.org
> > https://lists.yoctoproject.org/listinfo/meta-ti
> _______________________________________________
> meta-ti mailing list
> meta-ti at yoctoproject.org
> https://lists.yoctoproject.org/listinfo/meta-ti



More information about the meta-ti mailing list