diff options
author | Kristoffer Ericson <kristoffer_e1@hotmail.com> | 2006-07-06 13:14:57 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2006-07-06 13:14:57 +0000 |
commit | 29056fb863e861328697ebe1f1f63e5d9d6b563d (patch) | |
tree | bf229c40d3c31223245301128dcc691519ebf60c /packages/linux/linux-jlime-sh3_2.6.17.bb | |
parent | 536d14e5749ab489c018f30abad07ac93dadc4b6 (diff) |
linux/linux-jlime-sh3-2.6.17/LinuxSH-2.6.17.patch: Updated patch
* Updated patch from CVS to fix build problems.
linux/linux-jlime-sh3-2.6.17/defconfig_jlime: Updated .config
* Updated .config to reflect kernel changes.
linux/linux-jlime-sh3_2.6.17.bb: Changes to reflect updates
Diffstat (limited to 'packages/linux/linux-jlime-sh3_2.6.17.bb')
-rw-r--r-- | packages/linux/linux-jlime-sh3_2.6.17.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/linux/linux-jlime-sh3_2.6.17.bb b/packages/linux/linux-jlime-sh3_2.6.17.bb index 185f1185c2..df400cdb35 100644 --- a/packages/linux/linux-jlime-sh3_2.6.17.bb +++ b/packages/linux/linux-jlime-sh3_2.6.17.bb @@ -6,7 +6,7 @@ PR = "r0" COMPATIBLE_HOST = "sh.*-linux" #COMPATIBLE_MACHINE = "jornada6xx" -SRC_URI = "http://www.kernel.orgm/pub/linux/kernel/v2.6/linux-2.6.17.tar.gz \ +SRC_URI = "http://www.kernel.org/pub/linux/kernel/v2.6/linux-2.6.17.tar.gz \ file://defconfig_jlime \ file://LinuxSH-2.6.17.patch;patch=0" @@ -17,7 +17,7 @@ inherit kernel #Lets let 3.4.x handle the compilation of this one KERNEL_CCSUFFIX = "-3.4.4" -ARCH = "arm" +ARCH = "sh" KERNEL_IMAGETYPE = "zImage" FILES_kernel-image = "/boot/${KERNEL_IMAGETYPE}*" |