[oe-commits] [openembedded-core] 04/11: Revert "kernel: Use KERNEL_IMAGETYPE_FOR_MAKE in do_bundle_initramfs"

git at git.openembedded.org git at git.openembedded.org
Tue Jan 30 12:48:07 UTC 2018


This is an automated email from the git hooks/post-receive script.

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

commit 3b310aa98196209c9639bf7ba0ae0a5191fb6015
Author: Ross Burton <ross.burton at intel.com>
AuthorDate: Wed Jan 24 11:10:10 2018 +0000

    Revert "kernel: Use KERNEL_IMAGETYPE_FOR_MAKE in do_bundle_initramfs"
    
    This reverts commit 2acedd56327104d76312d305bca3e5506b1d00b4.
---
 meta/classes/kernel.bbclass | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/classes/kernel.bbclass b/meta/classes/kernel.bbclass
index 943938d..d181e2b 100644
--- a/meta/classes/kernel.bbclass
+++ b/meta/classes/kernel.bbclass
@@ -231,7 +231,7 @@ do_bundle_initramfs () {
 		copy_initramfs
 		# Backing up kernel image relies on its type(regular file or symbolic link)
 		tmp_path=""
-		for type in ${KERNEL_IMAGETYPE_FOR_MAKE} ; do
+		for type in ${KERNEL_IMAGETYPES} ; do
 			if [ -h ${KERNEL_OUTPUT_DIR}/$type ] ; then
 				linkpath=`readlink -n ${KERNEL_OUTPUT_DIR}/$type`
 				realpath=`readlink -fn ${KERNEL_OUTPUT_DIR}/$type`

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


More information about the Openembedded-commits mailing list