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
1 changed files with 6 additions and 5 deletions

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() {