diff options
author | Richard Purdie <richard@openedhand.com> | 2007-12-29 23:51:32 +0000 |
---|---|---|
committer | Richard Purdie <richard@openedhand.com> | 2007-12-29 23:51:32 +0000 |
commit | 13d7860d43dfec8ee784cd014ef8a49c6abb0f5a (patch) | |
tree | e15be4767a300d27383327004f3c95c7fcfeacb8 | |
parent | 925823d1d8b91362fc3dc655c62d9098e5c7ac46 (diff) | |
download | poky-13d7860d43dfec8ee784cd014ef8a49c6abb0f5a.tar.gz |
linux-nokia800: Use gcc 3.4.4+csl-arm-2005q3 for compiling kernels for initfs module compatibility
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3388 311d38ba-8fff-0310-9ca6-ca027cbcb966
-rw-r--r-- | meta/packages/linux/linux-nokia800.inc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/packages/linux/linux-nokia800.inc b/meta/packages/linux/linux-nokia800.inc index ad4d040542..851843c8ac 100644 --- a/meta/packages/linux/linux-nokia800.inc +++ b/meta/packages/linux/linux-nokia800.inc | |||
@@ -3,6 +3,7 @@ DESCRIPTION = "Linux kernel for Nokia 770/800" | |||
3 | LICENSE = "GPL" | 3 | LICENSE = "GPL" |
4 | 4 | ||
5 | KERNEL_OUTPUT = "arch/${ARCH}/boot/compressed/${KERNEL_IMAGETYPE}" | 5 | KERNEL_OUTPUT = "arch/${ARCH}/boot/compressed/${KERNEL_IMAGETYPE}" |
6 | KERNEL_CCSUFFIX = "-3.4.4+csl-arm-2005q3" | ||
6 | 7 | ||
7 | inherit kernel | 8 | inherit kernel |
8 | 9 | ||