mirror of
git://git.yoctoproject.org/meta-virtualization.git
synced 2025-07-19 12:50:22 +02:00
ipxe: add the same COMPATIBLE_HOST restriction as syslinux
* this depends on syslinux Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
This commit is contained in:
parent
32267ea487
commit
4c07340275
|
@ -4,6 +4,9 @@ LICENSE = "GPLv2"
|
|||
DEPENDS = "binutils-native perl-native syslinux mtools-native cdrtools-native xz"
|
||||
LIC_FILES_CHKSUM = "file://../COPYING.GPLv2;md5=b234ee4d69f5fce4486a80fdaf4a4263"
|
||||
|
||||
# syslinux has this restriction
|
||||
COMPATIBLE_HOST_class-target = '(x86_64|i.86).*-(linux|freebsd.*)'
|
||||
|
||||
SRCREV = "18dc73d27edb55ebe9cb13c58d59af3da3bd374b"
|
||||
PV = "gitr${SRCPV}"
|
||||
PR = "r0"
|
||||
|
|
Loading…
Reference in New Issue
Block a user