org.openembedded.dev: 5e882379581ef1c98dcefe18574deaaaffd59a0a

oe at monotone.openmoko.org oe at monotone.openmoko.org
Fri May 2 20:57:24 CEST 2008


revision:            5e882379581ef1c98dcefe18574deaaaffd59a0a
date:                2008-04-28T11:22:01
author:              xora at openembedded.org
branch:              org.openembedded.dev
changelog:
classes/kernel.bbclass : fix for situation in which we generate no modules.


manifest:
format_version "1"

new_manifest [dcd602698eda02777ee69f22fc9ab6af52ef4fc7]

old_revision [9b3d426ae32a0bade35b557ee13e722b30601648]

patch "classes/kernel.bbclass"
 from [0e7bc22f0cbc8ab0efe1c7ffb69e9171f99a8b21]
   to [8d92c5a7b6420490dd6b3115e8146b3fc0a0f854]
-------------- next part --------------
#
#
# patch "classes/kernel.bbclass"
#  from [0e7bc22f0cbc8ab0efe1c7ffb69e9171f99a8b21]
#    to [8d92c5a7b6420490dd6b3115e8146b3fc0a0f854]
#
============================================================
--- classes/kernel.bbclass	0e7bc22f0cbc8ab0efe1c7ffb69e9171f99a8b21
+++ classes/kernel.bbclass	8d92c5a7b6420490dd6b3115e8146b3fc0a0f854
@@ -470,7 +470,10 @@ do_deploy() {
 	install -d ${DEPLOY_DIR_IMAGE}
 	install -m 0644 arch/${ARCH}/boot/${KERNEL_IMAGETYPE} ${DEPLOY_DIR_IMAGE}/${KERNEL_IMAGE_BASE_NAME}.bin
 	package_stagefile_shell ${DEPLOY_DIR_IMAGE}/${KERNEL_IMAGE_BASE_NAME}.bin
+
+	if [ -d "${D}lib" ]; then
 	tar -cvzf ${DEPLOY_DIR_IMAGE}/modules-${PV}-${PR}-${MACHINE}.tgz -C ${D} lib
+	fi
 
 	if test "x${KERNEL_IMAGETYPE}" = "xuImage" ; then 
 		if test -e arch/${ARCH}/boot/compressed/vmlinux ; then
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.openmoko.org/pipermail/commitlog/attachments/20080502/744ece9d/attachment.htm 


More information about the commitlog mailing list