Author: agrundman
Date: Fri Jul 16 10:35:40 2010
New Revision: 8956
URL: http://svn.slimdevices.com/jive?rev=8956&view=rev
Log:
Add some comments about how to build a profileable fab4 kernel
Modified:
7.6/trunk/squeezeos/poky/meta-squeezeos/packages/linux/linux-fab4_svn.bb
Modified:
7.6/trunk/squeezeos/poky/meta-squeezeos/packages/linux/linux-fab4_svn.bb
URL:
http://svn.slimdevices.com/jive/7.6/trunk/squeezeos/poky/meta-squeezeos/packages/linux/linux-fab4_svn.bb?rev=8956&r1=8955&r2=8956&view=diff
==============================================================================
--- 7.6/trunk/squeezeos/poky/meta-squeezeos/packages/linux/linux-fab4_svn.bb
(original)
+++ 7.6/trunk/squeezeos/poky/meta-squeezeos/packages/linux/linux-fab4_svn.bb
Fri Jul 16 10:35:40 2010
@@ -22,8 +22,16 @@
# the kernel patches are managed by quilt, and checked into svn. modify patch
# to simply apply the patchset using quilt.
do_patch() {
+# For a normal release build:
cp -r ${WORKDIR}/${LINUX_ARCH}/patches ${S}
cd ${S}
+
+# Uncomment these 4 lines for oprofile-able image, and comment above 2 lines
+# cp -r ${WORKDIR}/${LINUX_ARCH}/patches-no-preempt ${S}
+# cd ${S}
+# rm -rf patches
+# mv patches-no-preempt patches
+
quilt push -a
}
_______________________________________________
Jive-checkins mailing list
[email protected]
http://lists.slimdevices.com/mailman/listinfo/jive-checkins