[meta-intel] [PATCH 07/10] crownbay: specify graphics driver as a kernel feature

Kamble, Nitin A nitin.a.kamble at intel.com
Wed Jan 16 10:24:55 PST 2013



> -----Original Message-----
> From: Hart, Darren
> Sent: Wednesday, January 16, 2013 10:22 AM
> To: Kamble, Nitin A
> Cc: meta-intel at yoctoproject.org; Zanussi, Tom
> Subject: Re: [PATCH 07/10] crownbay: specify graphics driver as a kernel
> feature
> 
> On 01/16/2013 10:19 AM, Kamble, Nitin A wrote:
> >
> >
> >> -----Original Message-----
> >> From: Hart, Darren
> >> Sent: Wednesday, January 16, 2013 10:16 AM
> >> To: Kamble, Nitin A
> >> Cc: meta-intel at yoctoproject.org; Zanussi, Tom
> >> Subject: Re: [PATCH 07/10] crownbay: specify graphics driver as a
> >> kernel feature
> >>
> >> This is to address [YOCTO 2268] correct?
> > Yes, there are many commits to address that bug, some in meta-intel and
> some in kernel repo.
> >
> 
> Seems to me we should include the tag in all those commits. Otherwise
> someone searching the git repository will find only a subset of those required
> to actually fix the bug.

Ok, I will incorporate that in the next (v3) pull request.
Thanks for the feedback.
Nitin


> 
> --
> Darren
> 
> > Nitin
> >
> >
> >>
> >> On 01/15/2013 09:08 PM, nitin.a.kamble at intel.com wrote:
> >>> From: Nitin A Kamble <nitin.a.kamble at intel.com>
> >>>
> >>> This change avoids addition of emgd source code in the noemgd bsp
> >> kernels.
> >>>
> >>> This configures the crownbay BSP kernel with EMGD graphics driver
> >>> and crownbay-noemgd BSP kernel with VESA graphics driver.
> >>>
> >>> Signed-off-by: Nitin A Kamble <nitin.a.kamble at intel.com>
> >>> ---
> >>>  .../recipes-kernel/linux/linux-yocto_3.4.bbappend  |    2 ++
> >>>  1 files changed, 2 insertions(+), 0 deletions(-)
> >>>
> >>> diff --git
> >>> a/meta-crownbay/recipes-kernel/linux/linux-yocto_3.4.bbappend
> >>> b/meta-crownbay/recipes-kernel/linux/linux-yocto_3.4.bbappend
> >>> index f653a4d..600f47b 100644
> >>> --- a/meta-crownbay/recipes-kernel/linux/linux-yocto_3.4.bbappend
> >>> +++ b/meta-crownbay/recipes-kernel/linux/linux-yocto_3.4.bbappend
> >>> @@ -3,10 +3,12 @@ FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
> >>>  COMPATIBLE_MACHINE_crownbay = "crownbay"
> >>>  KMACHINE_crownbay  = "crownbay"
> >>>  KBRANCH_crownbay  = "standard/crownbay"
> >>> +KERNEL_FEATURES_crownbay_append = " features/drm-emgd"
> >>>
> >>>  COMPATIBLE_MACHINE_crownbay-noemgd = "crownbay-noemgd"
> >>>  KMACHINE_crownbay-noemgd  = "crownbay"
> >>>  KBRANCH_crownbay-noemgd  = "standard/crownbay"
> >>> +KERNEL_FEATURES_crownbay-noemgd_append = " cfg/vesafb"
> >>>
> >>>  SRCREV_machine_pn-linux-yocto_crownbay ?= "${AUTOREV}"
> >>>  SRCREV_meta_pn-linux-yocto_crownbay ?= "${AUTOREV}"
> >>>
> >>
> >> --
> >> Darren Hart
> >> Intel Open Source Technology Center
> >> Yocto Project - Linux Kernel
> 
> --
> Darren Hart
> Intel Open Source Technology Center
> Yocto Project - Linux Kernel



More information about the meta-intel mailing list