Re: [OE-core] [PATCH 1/2] grub_git: extend recipe for proper target deployment

2016-12-14 Thread Belal, Awais
Tuesday, December 13, 2016 7:17 PM To: Belal, Awais Cc: OE-core Subject: Re: [OE-core] [PATCH 1/2] grub_git: extend recipe for proper target deployment On 13 December 2016 at 11:19, Awais Belal mailto:awais_be...@mentor.com>> wrote: +DEPENDS_class-target += "grub-native" The nati

Re: [OE-core] [PATCH 1/2] grub_git: extend recipe for proper target deployment

2016-12-13 Thread Burton, Ross
On 13 December 2016 at 11:19, Awais Belal wrote: > +DEPENDS_class-target += "grub-native" > The native magic won't generate dependencies on itself, so this can just be DEPENDS. > +RDEPENDS_${PN}_class-target = "diffutils freetype" > Does this really need to be class-target-specific? Ross --

[OE-core] [PATCH 1/2] grub_git: extend recipe for proper target deployment

2016-12-13 Thread Awais Belal
This extends the grub_git recipe so it can deploy grub on the target boot disk just like grub-efi. Mainly this copies stuff from the grub-efi recipe and then adjusts some bits accordingly. This would allow using the latest and greatest versions of grub on the target. Signed-off-by: Awais Belal --