Index: common-0.9.3/setup.py =================================================================== --- common-0.9.3.orig/setup.py +++ common-0.9.3/setup.py @@ -17,9 +17,10 @@ # 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. """ Generic Setup script, takes package info from __pkginfo__.py file """ +from __future__ import nested_scopes + __revision__ = '$Id: setup.py,v 1.23 2004/05/27 12:07:23 syt Exp $' -from __future__ import nested_scopes import os import sys import shutil > index : multitech-oe.git
Multi-Tech CoreCDP 1.x OpenEmbedded TreeMulti-Tech Systems
summaryrefslogtreecommitdiff
path: root/packages/linux/linux-x86_2.6.20.bb
AgeCommit message (Expand)AuthorFiles
2008-03-27update kernel recipies to use new generic do_deploy from kernel.bbclassThomas Kunze1
2007-10-18packages/linux/linux-x86-2.6.20/i486-defconfig : Make x86 kernel "generic" by...Stelios Koroneos1
2007-08-25linux-x86: Build bzImage, some kernels grew too large for zImage.Leon Woestenberg1
2007-08-22KERNEL_IMAGETYPE cleanupMarcin Juszkiewicz1
2007-08-16linux-x86-2.6.20: Use ARCH override, not MACHINE override to bring in correct...Leon Woestenberg1
2007-07-04linux-x86: Update i486 configuration (sound, networking) to run in VMWare.Florian Boor1
2007-07-03linux-x86: Add deploying of kernel image again.Florian Boor1
2007-07-02linux-x86: bump PRFlorian Boor1
2007-05-28packages/linux/linux-x86_2.6.20.bb : Set kernel configs for i486, i586 and i6...Stelios Koroneos1
2007-04-05merge of '11fbd241114c45627e68feeedf5c8f172d22de15'Florian Boor1
2007-04-05linux-x86: Update Nevista defconf Florian Boor1
2007-04-04linux-x86: Deploy bzImageFlorian Boor1
2007-02-20packages/linux: Add kernel 2.6.20 for x86Stelios Koroneos1