diff options
-rw-r--r-- | meta/classes/bootimg.bbclass | 11 |
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 | ||
20 | BDIR="${WORKDIR}/boot" | 20 | BDIR = "${WORKDIR}/boot" |
21 | ISODIR="${IMAGE_ROOTFS}/isolinux/" | 21 | ISODIR = "${IMAGE_ROOTFS}/isolinux/" |
22 | 22 | ||
23 | BOOTIMG_VOLUME_ID ?= "oe" | 23 | BOOTIMG_VOLUME_ID ?= "oe" |
24 | BOOTIMG_EXTRA_SPACE ?= "64" | 24 | BOOTIMG_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 | ||
28 | SYSLINUXCFG="${BDIR}/syslinux.cfg" | 28 | SYSLINUXCFG = "${BDIR}/syslinux.cfg" |
29 | SYSLINUXMENU="${BDIR}/menu" | 29 | SYSLINUXMENU = "${BDIR}/menu" |
30 | |||
30 | inherit syslinux | 31 | inherit syslinux |
31 | 32 | ||
32 | build_boot_bin() { | 33 | build_boot_bin() { |