1
0
mirror of https://git.yoctoproject.org/poky synced 2026-05-07 16:59:22 +00:00

bootimg: reformatted again

git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1898 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
Marcin Juszkiewicz
2007-06-08 18:22:19 +00:00
parent 834b006eb0
commit 2b22125a85
+6 -5
View File
@@ -17,16 +17,17 @@ do_rootfs[depends] += "dosfstools-native:do_populate_staging \
mtools-native:do_populate_staging \
cdrtools-native:do_populate_staging"
BDIR="${WORKDIR}/boot"
ISODIR="${IMAGE_ROOTFS}/isolinux/"
BDIR = "${WORKDIR}/boot"
ISODIR = "${IMAGE_ROOTFS}/isolinux/"
BOOTIMG_VOLUME_ID ?= "oe"
BOOTIMG_VOLUME_ID ?= "oe"
BOOTIMG_EXTRA_SPACE ?= "64"
# Get the build_syslinux_cfg() function from the syslinux class
SYSLINUXCFG="${BDIR}/syslinux.cfg"
SYSLINUXMENU="${BDIR}/menu"
SYSLINUXCFG = "${BDIR}/syslinux.cfg"
SYSLINUXMENU = "${BDIR}/menu"
inherit syslinux
build_boot_bin() {