diff options
author | Marcin Juszkiewicz <hrw@openedhand.com> | 2008-01-25 12:12:13 +0000 |
---|---|---|
committer | Marcin Juszkiewicz <hrw@openedhand.com> | 2008-01-25 12:12:13 +0000 |
commit | 81b3dcf9a012e8d44cc513e1c5c9be3d4fd4fba6 (patch) | |
tree | 52cbf94cdeb2949de8ec1efb20fcfbe0f0735331 /meta/packages | |
parent | 3a66dc977a9866cca787ff44a79035ec5ac4037d (diff) | |
download | poky-81b3dcf9a012e8d44cc513e1c5c9be3d4fd4fba6.tar.gz |
linux-nokia800: use proper GCC
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3599 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/packages')
-rw-r--r-- | meta/packages/linux/linux-nokia800.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/packages/linux/linux-nokia800.inc b/meta/packages/linux/linux-nokia800.inc index 851843c8ac..132bbfcc66 100644 --- a/meta/packages/linux/linux-nokia800.inc +++ b/meta/packages/linux/linux-nokia800.inc | |||
@@ -3,7 +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 | KERNEL_CCSUFFIX = "-3.4.4+csl-arm-2005q3-2" |
7 | 7 | ||
8 | inherit kernel | 8 | inherit kernel |
9 | 9 | ||