mirror of
https://git.yoctoproject.org/poky
synced 2026-03-25 01:02:22 +01:00
syslinux, nasm: Move from meta-extras to meta
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2864 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
@@ -1,4 +0,0 @@
|
||||
SECTION = "unknown"
|
||||
require nasm_${PV}.bb
|
||||
S = "${WORKDIR}/nasm-${PV}"
|
||||
inherit native
|
||||
@@ -1,15 +0,0 @@
|
||||
DESCRIPTION = "General-purpose x86 assembler"
|
||||
SECTION = "devel"
|
||||
LICENSE = "GPL"
|
||||
COMPATIBLE_HOST = '(x86_64|i.86.*)-(linux|freebsd.*)'
|
||||
|
||||
SRC_URI = "${SOURCEFORGE_MIRROR}/nasm/nasm-${PV}.tar.bz2"
|
||||
|
||||
inherit autotools
|
||||
|
||||
do_install() {
|
||||
install -d ${D}${bindir}
|
||||
install -d ${D}${mandir}/man1
|
||||
|
||||
oe_runmake 'INSTALLROOT=${D}' install
|
||||
}
|
||||
@@ -1,10 +0,0 @@
|
||||
--- syslinux-2.11/ldlinux.asm.orig 2005-11-01 14:25:10.767581544 -0700
|
||||
+++ syslinux-2.11/ldlinux.asm 2005-11-01 14:25:42.175806768 -0700
|
||||
@@ -724,7 +724,6 @@
|
||||
|
||||
mov eax,[bsHidden] ; Hidden sectors
|
||||
add edx,[bxResSectors]
|
||||
- add eax,edx
|
||||
mov ecx,[bxFATsecs] ; Sectors/FAT
|
||||
fat_load_loop:
|
||||
mov ebp,ecx ; Make sure high EBP = 0
|
||||
@@ -1,10 +0,0 @@
|
||||
PR="r1"
|
||||
|
||||
SRC_URI="${KERNELORG_MIRROR}/pub/linux/utils/boot/syslinux/Old/syslinux-${PV}.tar.bz2 \
|
||||
file://edx_assume_zero.patch;patch=1"
|
||||
|
||||
require syslinux.inc
|
||||
|
||||
do_compile() {
|
||||
oe_runmake syslinux
|
||||
}
|
||||
@@ -1,5 +0,0 @@
|
||||
PR="r1"
|
||||
|
||||
SRC_URI="${KERNELORG_MIRROR}/pub/linux/utils/boot/syslinux/Old/syslinux-${PV}.tar.bz2 "
|
||||
|
||||
require syslinux3.inc
|
||||
@@ -1,3 +0,0 @@
|
||||
SRC_URI="${KERNELORG_MIRROR}/pub/linux/utils/boot/syslinux/syslinux-${PV}.tar.bz2 "
|
||||
|
||||
require syslinux3.inc
|
||||
@@ -1,3 +0,0 @@
|
||||
SRC_URI = "${KERNELORG_MIRROR}/pub/linux/utils/boot/syslinux/syslinux-${PV}.tar.bz2 "
|
||||
|
||||
require syslinux3.inc
|
||||
@@ -1,29 +0,0 @@
|
||||
# syslinux-native OE build file
|
||||
# Copyright (C) 2004-2006, Advanced Micro Devices, Inc. All Rights Reserved
|
||||
# Released under the MIT license (see packages/COPYING)
|
||||
|
||||
DESCRIPTION="A multi-purpose linux bootloader"
|
||||
HOMEPAGE="http://syslinux.zytor.com/"
|
||||
LICENSE="GPL"
|
||||
|
||||
# If you really want to run syslinux, you need mtools. We just want the
|
||||
# ldlinux.* stuff for now, so skip mtools-native
|
||||
DEPENDS="nasm-native"
|
||||
|
||||
S="${WORKDIR}/syslinux-${PV}"
|
||||
|
||||
|
||||
inherit native
|
||||
|
||||
do_stage() {
|
||||
install -d ${STAGING_BINDIR}
|
||||
install -m 755 ${S}/syslinux ${STAGING_BINDIR}
|
||||
|
||||
# When building media, the syslinux binary isn't nearly as useful
|
||||
# as the DOS data files, so we copy those into a special location
|
||||
# for usage during a image build stage
|
||||
|
||||
install -d ${STAGING_DATADIR}/syslinux
|
||||
install -m 644 ${S}/ldlinux.sys ${STAGING_DATADIR}/syslinux/ldlinux.sys
|
||||
install -m 644 ${S}/ldlinux.bss ${STAGING_DATADIR}/syslinux/ldlinux.bss
|
||||
}
|
||||
@@ -1,21 +0,0 @@
|
||||
require syslinux.inc
|
||||
|
||||
STAGE_TEMP="${WORKDIR}/stage_temp"
|
||||
|
||||
do_stage() {
|
||||
install -d ${STAGE_TEMP}
|
||||
oe_runmake install INSTALLROOT="${STAGE_TEMP}"
|
||||
|
||||
install -d ${STAGING_BINDIR}
|
||||
install -m 755 ${STAGE_TEMP}/usr/bin/syslinux ${STAGING_BINDIR}
|
||||
install -m 755 ${STAGE_TEMP}/sbin/extlinux ${STAGING_BINDIR}
|
||||
|
||||
# When building media, the syslinux binary isn't nearly as useful
|
||||
# as the DOS data files, so we copy those into a special location
|
||||
# for usage during a image build stage
|
||||
|
||||
install -d ${STAGING_DATADIR}/syslinux
|
||||
install -m 0644 ${STAGE_TEMP}/usr/lib/syslinux/isolinux.bin ${STAGING_DATADIR}/syslinux/isolinux.bin
|
||||
install -m 644 ${S}/ldlinux.sys ${STAGING_DATADIR}/syslinux/ldlinux.sys
|
||||
install -m 644 ${S}/ldlinux.bss ${STAGING_DATADIR}/syslinux/ldlinux.bss
|
||||
}
|
||||
Reference in New Issue
Block a user