]> code.ossystems Code Review - openembedded-core.git/commitdiff
bootimg: reformatted again
authorMarcin Juszkiewicz <hrw@openedhand.com>
Fri, 8 Jun 2007 18:22:19 +0000 (18:22 +0000)
committerMarcin Juszkiewicz <hrw@openedhand.com>
Fri, 8 Jun 2007 18:22:19 +0000 (18:22 +0000)
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1898 311d38ba-8fff-0310-9ca6-ca027cbcb966

meta/classes/bootimg.bbclass

index 18d393cca0a6709a70be3a3a7ea98e5cd30c2d70..9df8e9e27cbe30b6ed2e19b0549ba758bf78819b 100644 (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() {