pxe-network-installer: remove gpxelinux.0 29/3929/1
authorJackie Huang <jackie.huang@windriver.com>
Fri, 29 May 2020 09:16:00 +0000 (17:16 +0800)
committerJackie Huang <jackie.huang@windriver.com>
Mon, 1 Jun 2020 05:07:52 +0000 (13:07 +0800)
gpxe has been removed from syslinux 4 years ago:
==================================================
commit f2f897a1762fab84d2905f32b1c15dd7b42abb56
Author: H. Peter Anvin <hpa@zytor.com>
Date:   Tue Feb 9 18:08:47 2016 -0800

    gpxe: delete long since obsolete snapshot of gPXE

    gPXE has been deprecated in favor of iPXE for many, many years now.
    It is much better than users get it directly from the iPXE project,
    since we should no longer need any special modifications for Syslinux
    use.

Signed-off-by: H. Peter Anvin <hpa@zytor.com>
==================================================

Remove it for now since it doesn't seem to be mandatory and
we can use pxelinux.0 for now.

Issue-ID: INF-140
Signed-off-by: Jackie Huang <jackie.huang@windriver.com>
Change-Id: I7dcf6d1de1496a470130a4b43aef50159947c6f3

meta-stx/recipes-core/stx-metal/pxe-network-installer.inc

index 881c4d6..d7227f3 100644 (file)
@@ -85,7 +85,6 @@ pkg_postinst_pxe-network-installer() {
        install -m 0644 $D${datadir}/syslinux/reboot.c32 $D/pxeboot
        install -m 0644 $D${datadir}/syslinux/pxechn.c32 $D/pxeboot
        install -m 0644 $D${datadir}/syslinux/pxelinux.0 $D/pxeboot
-       install -m 0644 $D${datadir}/syslinux/gpxelinux.0 $D/pxeboot
 }
 
 FILES_pxe-network-installer = " \