[poky] How to pull grub2

Tom Zanussi tom.zanussi at intel.com
Wed Sep 28 07:08:28 PDT 2011


On Wed, 2011-09-28 at 06:21 -0700, v sailaja wrote:
> Hi,
> 
> 
> I  have built the poky source with grub-0.97 but Now i want to pull
> grub2.
> I have grub2 recipe i.e, grub_1.98.bb.
> If grub_0.97.bb file is there, then it is building for grub-0.97 only,
> so I deleted the grub_0.97.bb file from meta/recipes-bsp/ and
> I just changed the preferred version of grub from 0.97 to 1.98
> in  fishriver.conf.
> 
> 
> -REFERRED_VERSION_grub ?= "0.97"
> +REFERRED_VERSION_grub ?= "1.98"
> 
> 
> But i am facing an error "ERROR: Nothing PROVIDES 'grub'".
> Can anyone tell me how to resolve this error and why i  am facing this
> error though the grub recipe is there in meta/recipes-bsp/.
> 

Hi,

It's because the grub 1.98 recipe is restricted to only x86.64 and the
grub 0.97 recipe to only i.86, so fishriver will only use .97 and won't
see 1.98.

There's now a grub 1.99 recipe in poky/master that does both, so I'd
recommend you upgrade to edison or master of both poky and meta-intel to
take advantage of it.

Tom

> 
> 
> 
> 
> 
> 
> 
> 
> 
> -- 
> Thanks & Regards,
> SAI
> 
> 





More information about the poky mailing list