Project

General

Profile

« Previous | Next » 

Revision 72e2fb75

Added by Renato Botelho over 8 years ago

Fix kernel and kernel-debug packages on 11

View differences:

tools/builder_common.sh
161 161
		ensure_kernel_exists $KERNEL_DESTDIR
162 162

  
163 163
		echo ">>> Creating pkg of $KERNEL_NAME-debug kernel to staging area..."  | tee -a ${LOGFILE}
164
		core_pkg_create kernel-debug ${KERNEL_NAME} ${CORE_PKG_VERSION} ${KERNEL_DESTDIR} \*.symbols
165
		find ${KERNEL_DESTDIR} -name '*.symbols' -type f -delete
164
		core_pkg_create kernel-debug ${KERNEL_NAME} ${CORE_PKG_VERSION} ${KERNEL_DESTDIR} \*.ko.debug
165
		rm -rf ${KERNEL_DESTDIR}/usr
166 166

  
167 167
		echo ">>> Creating pkg of $KERNEL_NAME kernel to staging area..."  | tee -a ${LOGFILE}
168 168
		core_pkg_create kernel ${KERNEL_NAME} ${CORE_PKG_VERSION} ${KERNEL_DESTDIR}

Also available in: Unified diff