From: Jackie Huang Date: Fri, 29 May 2020 09:16:00 +0000 (+0800) Subject: pxe-network-installer: remove gpxelinux.0 X-Git-Tag: bronze~28 X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=commitdiff_plain;h=22312672ddd5c092b4f6c5d4b217dbe486bfc76b;p=pti%2Frtp.git pxe-network-installer: remove gpxelinux.0 gpxe has been removed from syslinux 4 years ago: ================================================== commit f2f897a1762fab84d2905f32b1c15dd7b42abb56 Author: H. Peter Anvin 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 ================================================== 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 Change-Id: I7dcf6d1de1496a470130a4b43aef50159947c6f3 --- diff --git a/meta-stx/recipes-core/stx-metal/pxe-network-installer.inc b/meta-stx/recipes-core/stx-metal/pxe-network-installer.inc index 881c4d6..d7227f3 100644 --- a/meta-stx/recipes-core/stx-metal/pxe-network-installer.inc +++ b/meta-stx/recipes-core/stx-metal/pxe-network-installer.inc @@ -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 = " \