[oe-commits] [openembedded-core] 04/04: image-vm.bbclass: remove invalid code

git at git.openembedded.org git at git.openembedded.org
Thu Mar 31 12:23:35 UTC 2016


rpurdie pushed a commit to branch master-next
in repository openembedded-core.

commit 4bbd512c4eef6c449d99dbe35271dafc6e7bfe03
Author: Robert Yang <liezhi.yang at windriver.com>
AuthorDate: Wed Mar 30 00:23:12 2016 -0700

    image-vm.bbclass: remove invalid code
    
    It has been done in syslinux.bbclass.
    
    Signed-off-by: Robert Yang <liezhi.yang at windriver.com>
    Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
---
 meta/classes/image-vm.bbclass | 7 -------
 1 file changed, 7 deletions(-)

diff --git a/meta/classes/image-vm.bbclass b/meta/classes/image-vm.bbclass
index 66712a6..326dc04 100644
--- a/meta/classes/image-vm.bbclass
+++ b/meta/classes/image-vm.bbclass
@@ -61,13 +61,6 @@ build_boot_dd() {
 		efi_hddimg_populate $HDDDIR
 	fi
 
-	if [ "x${AUTO_SYSLINUXMENU}" = "x1" ] ; then
-		install -m 0644 ${STAGING_DIR}/${MACHINE}/usr/share/syslinux/vesamenu.c32 $HDDDIR/${SYSLINUXDIR}/
-		if [ "x${SYSLINUX_SPLASH}" != "x" ] ; then
-			install -m 0644 ${SYSLINUX_SPLASH} $HDDDIR/${SYSLINUXDIR}/splash.lss
-		fi
-	fi
-
 	BLOCKS=`du -bks $HDDDIR | cut -f 1`
 	BLOCKS=`expr $BLOCKS + ${BOOTDD_EXTRA_SPACE}`
 

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list