From 22312672ddd5c092b4f6c5d4b217dbe486bfc76b Mon Sep 17 00:00:00 2001 From: Jackie Huang Date: Fri, 29 May 2020 17:16:00 +0800 Subject: [PATCH] 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 --- meta-stx/recipes-core/stx-metal/pxe-network-installer.inc | 1 - 1 file changed, 1 deletion(-) 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 = " \ -- 2.16.6