ltib
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Ltib] patchmerge problems with newer Linux kernels


From: Peter Barada
Subject: [Ltib] patchmerge problems with newer Linux kernels
Date: Wed, 7 Apr 2010 09:16:09 -0500

Stuart,

Somewhere around kernel version 2.6.32, the "make distclean" command used in f_patchmerge() doesn't clean out generated files in the appropriate arch directory which requires hand editing the patch to clean them up.

In the f_patchmerge() subroutine, I've tried modifying the "make distclean" to be:

if [ "$tok->{name}" = "kernel" -a -n "$pcf->{GNUTARCH}" ]; then
	    make ARCH=$pcf->{GNUTARCH} distclean
else
	    make distclean
fi
with good results:

+ cd /home/peter/work/logic/eps_svn/software/products/linux/LTIB/trunk/ltib-20091102-omap3logic.32/rpm/BUILD/linux-2.6.32.modified
+ '[' kernel = kernel -a -n arm ']'
+ make ARCH=arm distclean

--
Peter Barada <address@hidden>
Logic Product Development, Inc.

reply via email to

[Prev in Thread] Current Thread [Next in Thread]