[prev in list] [next in list] [prev in thread] [next in thread] 

List:       openembedded-commits
Subject:    [oe-commits] [openembedded-core] 04/04: image-vm.bbclass: remove invalid code
From:       git () git ! openembedded ! org (git at git ! openembedded ! org)
Date:       2016-03-31 12:23:35
Message-ID: 20160331122333.2356250299 () opal ! openembedded ! org
[Download RAW message or body]

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.

[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic