diff options
author | Kristoffer Ericson <kristoffer_e1@hotmail.com> | 2006-06-28 22:51:04 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2006-06-28 22:51:04 +0000 |
commit | 121b90021e9e876dc582f448781211e938869651 (patch) | |
tree | fe4f0b57d7a0954ef87f9cd5c864c36a2d31034e /packages/linux | |
parent | 974deb6c039b0ea81a026e905d83d5c7243b9966 (diff) |
/conf/distro/jlime-donkey.conf: Addition of seperate kernel compile
* Sets 3.4.3 as the default kernel compiler
/linux/linux-jlime-sh3_2.6.16.20 : Addition of seperate kernel compile
* Adds CC suffix to -3.4.3 so that gcc-3.4.3 will handle it
Note currently, broken due to bitbake but change until working
Diffstat (limited to 'packages/linux')
-rw-r--r-- | packages/linux/linux-jlime-sh3_2.6.16.20.bb | 12 |
1 files changed, 5 insertions, 7 deletions
diff --git a/packages/linux/linux-jlime-sh3_2.6.16.20.bb b/packages/linux/linux-jlime-sh3_2.6.16.20.bb index a8c40e4969..de49ea3f26 100644 --- a/packages/linux/linux-jlime-sh3_2.6.16.20.bb +++ b/packages/linux/linux-jlime-sh3_2.6.16.20.bb @@ -7,17 +7,15 @@ COMPATIBLE_HOST = "sh.*-linux" COMPATIBLE_MACHINE = 'jornada6xx' SRC_URI = "http://www.jlime.com/downloads/Releases/donkey/kernels/6xx/sources/jlime-2.6.16.20-patched.tar.gz \ - file://defconfig_jlime \ - file://volatile-traps.c.patch;patch=1 \ - file://volatile-signal.c.patch;patch=1 \ - file://volatile-sys_sh.c.patch;patch=1 \ - file://volatile-setup.c.patch;patch=1 \ - file://Optimize-O1.patch;patch=1" - + file://defconfig_jlime" + S = "${WORKDIR}/linux-${PV}" inherit kernel +#Lets let 3.4.x handle the compilation of this one +KERNEL_CCSUFFIX = "-3.4.3" + ARCH = "sh" KERNEL_IMAGETYPE = "zImage" FILES_kernel-image = "/boot/${KERNEL_IMAGETYPE}*" |