diff options
author | Andrea Adami <andrea.adami@gmail.com> | 2009-05-24 00:06:03 +0200 |
---|---|---|
committer | Andrea Adami <andrea.adami@gmail.com> | 2009-05-24 00:08:42 +0200 |
commit | bc8de04dc0375272fcd6ea50b1ca72e92711cb57 (patch) | |
tree | e06138aaea9ee1ea6268ef39e8d5b5e3b94ca1d8 /conf/machine/include/zaurus-kernel.inc | |
parent | 22069bb987b0076b6cae30d8f93153ef91a91657 (diff) |
zaurus-2.6.inc: reorder common include - readd collie and tosa specific bits - add MACHINE_KERNEL_PR
Diffstat (limited to 'conf/machine/include/zaurus-kernel.inc')
-rw-r--r-- | conf/machine/include/zaurus-kernel.inc | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/conf/machine/include/zaurus-kernel.inc b/conf/machine/include/zaurus-kernel.inc new file mode 100644 index 0000000000..f63af74405 --- /dev/null +++ b/conf/machine/include/zaurus-kernel.inc @@ -0,0 +1,18 @@ +# Zaurus common kernel settings + +MACHINE_KERNEL_VERSION = "2.6" + +PREFERRED_PROVIDER_virtual/kernel = "linux-rp" +PREFERRED_PROVIDER_virtual/kernel_collie = "linux" +PREFERRED_PROVIDER_virtual/kernel_tosa = "linux" + +# Increase PR everytime you change something in the kernel +MACHINE_KERNEL_PR = "r11" +MACHINE_KERNEL_PR_collie = "r8" +MACHINE_KERNEL_PR_tosa = "r4" + +KERNEL_IMAGE_MAXSIZE = "1294336" +KERNEL_IMAGE_MAXSIZE_collie = "1048576" + +ZAURUS_KERNEL_IMAGETYPE ?= "zImage" +KERNEL_IMAGETYPE = "${ZAURUS_KERNEL_IMAGETYPE}" |