diff options
author | Robert Yang <liezhi.yang@windriver.com> | 2016-03-30 00:23:12 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-03-31 23:01:38 +0100 |
commit | 88ea0b9613be73605dcbfb1666cde9b927d9e8b5 (patch) | |
tree | 7543effbad28b3ae84bac0be3cae109589f5cd5d /meta/classes/image-vm.bbclass | |
parent | 4d1df2cfe84fe4ad061cee01cddea4e7ae627fe4 (diff) | |
download | poky-88ea0b9613be73605dcbfb1666cde9b927d9e8b5.tar.gz |
image-vm.bbclass: remove invalid code
It has been done in syslinux.bbclass.
(From OE-Core rev: 4bbd512c4eef6c449d99dbe35271dafc6e7bfe03)
Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/classes/image-vm.bbclass')
-rw-r--r-- | meta/classes/image-vm.bbclass | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/meta/classes/image-vm.bbclass b/meta/classes/image-vm.bbclass index 66712a62ff..326dc04e62 100644 --- a/meta/classes/image-vm.bbclass +++ b/meta/classes/image-vm.bbclass | |||
@@ -61,13 +61,6 @@ build_boot_dd() { | |||
61 | efi_hddimg_populate $HDDDIR | 61 | efi_hddimg_populate $HDDDIR |
62 | fi | 62 | fi |
63 | 63 | ||
64 | if [ "x${AUTO_SYSLINUXMENU}" = "x1" ] ; then | ||
65 | install -m 0644 ${STAGING_DIR}/${MACHINE}/usr/share/syslinux/vesamenu.c32 $HDDDIR/${SYSLINUXDIR}/ | ||
66 | if [ "x${SYSLINUX_SPLASH}" != "x" ] ; then | ||
67 | install -m 0644 ${SYSLINUX_SPLASH} $HDDDIR/${SYSLINUXDIR}/splash.lss | ||
68 | fi | ||
69 | fi | ||
70 | |||
71 | BLOCKS=`du -bks $HDDDIR | cut -f 1` | 64 | BLOCKS=`du -bks $HDDDIR | cut -f 1` |
72 | BLOCKS=`expr $BLOCKS + ${BOOTDD_EXTRA_SPACE}` | 65 | BLOCKS=`expr $BLOCKS + ${BOOTDD_EXTRA_SPACE}` |
73 | 66 | ||