summaryrefslogtreecommitdiffstats
path: root/common/recipes-bsp/gnu-efi
AgeCommit message (Collapse)Author
2013-05-09gnu-efi: Add parallel make patch for archivesyocto-1.4.2.rc1yocto-1.4.2yocto-1.4.1yocot-1.4.2dylan-9.0.2.rc1dylan-9.0.2dylan-9.0.1.rc1dylan-9.0.11.4.1.rc1Darren Hart
The library makefiles were using the lib.a() form which compiles and ar's as a pair instead of compiling all and then ar'ing which can parallelize better. Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Darren Hart <dvhart@linux.intel.com>
2012-10-31gnu-efi: add missing sha256 checksumRoss Burton
Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
2012-07-27gnu-efi_3.0m.bb: Fix tabs with spaces in python snippetKhem Raj
This shuts up new bitbake otherwise it warns about this always. Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Darren Hart <dvhart@linux.intel.com>
2012-03-23efilinux: Add efilinux 1.0 and gnu-efiDarren Hart
efilinux is a UEFI OS loader. It was created as a reference implementation with the aim of being well documented and containing well written source code. efilinux is lightweight and convenient as a tool to debug misbehaving UEFI systems. Thanks to Paul Eggleton for is initial set of recipes from which these were based. Signed-off-by: Darren Hart <dvhart@linux.intel.com> CC: Paul Eggleton <paul.eggleton@linux.intel.com> CC: Tom Zanussi <tom.zanussi@intel.com> CC: Kishore K Bodke <kishore.k.bodke@intel.com> Signed-off-by: Darren Hart <dvhart@linux.intel.com>