summaryrefslogtreecommitdiffstats
path: root/meta/classes/bootimg.bbclass
diff options
context:
space:
mode:
authorMarcin Juszkiewicz <hrw@openedhand.com>2007-06-08 18:22:19 +0000
committerMarcin Juszkiewicz <hrw@openedhand.com>2007-06-08 18:22:19 +0000
commit2b22125a85d60943c6cfe0f36a92841207b1a288 (patch)
treea53e2d28e9d9fe0d871ef7673d04a967bcb6dda9 /meta/classes/bootimg.bbclass
parent834b006eb02aa7a225ad17da4c16e00aa63448db (diff)
downloadpoky-2b22125a85d60943c6cfe0f36a92841207b1a288.tar.gz
bootimg: reformatted again
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1898 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/classes/bootimg.bbclass')
-rw-r--r--meta/classes/bootimg.bbclass11
1 files changed, 6 insertions, 5 deletions
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 \
17 mtools-native:do_populate_staging \ 17 mtools-native:do_populate_staging \
18 cdrtools-native:do_populate_staging" 18 cdrtools-native:do_populate_staging"
19 19
20BDIR="${WORKDIR}/boot" 20BDIR = "${WORKDIR}/boot"
21ISODIR="${IMAGE_ROOTFS}/isolinux/" 21ISODIR = "${IMAGE_ROOTFS}/isolinux/"
22 22
23BOOTIMG_VOLUME_ID ?= "oe" 23BOOTIMG_VOLUME_ID ?= "oe"
24BOOTIMG_EXTRA_SPACE ?= "64" 24BOOTIMG_EXTRA_SPACE ?= "64"
25 25
26# Get the build_syslinux_cfg() function from the syslinux class 26# Get the build_syslinux_cfg() function from the syslinux class
27 27
28SYSLINUXCFG="${BDIR}/syslinux.cfg" 28SYSLINUXCFG = "${BDIR}/syslinux.cfg"
29SYSLINUXMENU="${BDIR}/menu" 29SYSLINUXMENU = "${BDIR}/menu"
30
30inherit syslinux 31inherit syslinux
31 32
32build_boot_bin() { 33build_boot_bin() {