From 2b22125a85d60943c6cfe0f36a92841207b1a288 Mon Sep 17 00:00:00 2001 From: Marcin Juszkiewicz Date: Fri, 8 Jun 2007 18:22:19 +0000 Subject: bootimg: reformatted again git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1898 311d38ba-8fff-0310-9ca6-ca027cbcb966 --- meta/classes/bootimg.bbclass | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) (limited to 'meta/classes/bootimg.bbclass') diff --git a/meta/classes/bootimg.bbclass b/meta/classes/bootimg.bbclass index 18d393cca0..9df8e9e27c 100644 --- a/meta/classes/bootimg.bbclass +++ b/meta/classes/bootimg.bbclass @@ -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() { -- cgit v1.2.3-54-g00ecf