From 1fe0e40d40ff003ac9464abb5b0df866a63d1c15 Mon Sep 17 00:00:00 2001 From: Jianxun Zhang Date: Wed, 27 Jan 2016 13:26:09 -0800 Subject: efilinux: update 1.0 -> 1.1 This change updates efilinux to release 1.1. 1.1 release changed license from 3-clause BSD to 2-clause BSD. License checking in new recipe is updated accordingly. Signed-off-by: Jianxun Zhang Signed-off-by: Saul Wold --- common/recipes-bsp/efilinux/efilinux_1.0.bb | 28 ---------------------------- common/recipes-bsp/efilinux/efilinux_1.1.bb | 27 +++++++++++++++++++++++++++ 2 files changed, 27 insertions(+), 28 deletions(-) delete mode 100644 common/recipes-bsp/efilinux/efilinux_1.0.bb create mode 100644 common/recipes-bsp/efilinux/efilinux_1.1.bb (limited to 'common/recipes-bsp') diff --git a/common/recipes-bsp/efilinux/efilinux_1.0.bb b/common/recipes-bsp/efilinux/efilinux_1.0.bb deleted file mode 100644 index 854fab6d..00000000 --- a/common/recipes-bsp/efilinux/efilinux_1.0.bb +++ /dev/null @@ -1,28 +0,0 @@ -DESCRIPTION = "A UEFI OS loader" -LICENSE = "BSD-2-Clause" -LIC_FILES_CHKSUM = "file://efilinux.h;beginline=5;endline=31;md5=2316abda893ef24e6cd55cef33aa0edd" - -DEPENDS = "gnu-efi" - -inherit deploy - -SRCREV = "75b62111f83dab433e901c1a7b0f05e058aa29de" -PV = "1.0+git${SRCPV}" -PR = "r0" - -SRC_URI = "git://git.kernel.org/pub/scm/boot/efilinux/efilinux.git" - -S = "${WORKDIR}/git" - -COMPATIBLE_HOST = '(x86_64|i.86).*-(linux|freebsd.*)' - -EXTRA_OEMAKE = "INCDIR=${STAGING_INCDIR} LIBDIR=${STAGING_LIBDIR}" - -# syslinux uses $LD for linking, strip `-Wl,' so it can work -export LDFLAGS = "`echo $LDFLAGS | sed 's/-Wl,//g'`" - -do_deploy () { - install ${S}/efilinux.efi ${DEPLOYDIR}/efilinux.efi -} -addtask deploy before do_build after do_compile - diff --git a/common/recipes-bsp/efilinux/efilinux_1.1.bb b/common/recipes-bsp/efilinux/efilinux_1.1.bb new file mode 100644 index 00000000..2f6e79d0 --- /dev/null +++ b/common/recipes-bsp/efilinux/efilinux_1.1.bb @@ -0,0 +1,27 @@ +DESCRIPTION = "A UEFI OS loader" +LICENSE = "BSD-2-Clause" +LIC_FILES_CHKSUM = "file://efilinux.h;beginline=5;endline=27;md5=f8d56e644672ac63fd81b55c205283ad" + +DEPENDS = "gnu-efi" + +inherit deploy + +SRCREV = "a995826f9e43f1134baea61610eafd8c173bb776" +PV = "1.1+git${SRCPV}" + +SRC_URI = "git://git.kernel.org/pub/scm/boot/efilinux/efilinux.git" + +S = "${WORKDIR}/git" + +COMPATIBLE_HOST = '(x86_64|i.86).*-(linux|freebsd.*)' + +EXTRA_OEMAKE = "INCDIR=${STAGING_INCDIR} LIBDIR=${STAGING_LIBDIR}" + +# syslinux uses $LD for linking, strip `-Wl,' so it can work +export LDFLAGS = "`echo $LDFLAGS | sed 's/-Wl,//g'`" + +do_deploy () { + install ${S}/efilinux.efi ${DEPLOYDIR}/efilinux.efi +} +addtask deploy before do_build after do_compile + -- cgit v1.2.3-54-g00ecf