diff options
author | Florian Boor <florian.boor@kernelconcepts.de> | 2010-09-04 02:30:06 +0200 |
---|---|---|
committer | Florian Boor <florian.boor@kernelconcepts.de> | 2010-09-04 02:31:18 +0200 |
commit | 3c80d12dffb34aaee65f97c6df90ccfdeede5e12 (patch) | |
tree | 52e9d654ee6e3a024ef8141a6eff5a6a6b5d5269 /recipes/linux/linux_2.6.35.bb | |
parent | 9569e129ba387bc12e247ebf981deec9cb8c7c53 (diff) |
linux: Add dockstar support to 2.6.35
Diffstat (limited to 'recipes/linux/linux_2.6.35.bb')
-rw-r--r-- | recipes/linux/linux_2.6.35.bb | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/recipes/linux/linux_2.6.35.bb b/recipes/linux/linux_2.6.35.bb index fa22b5690d..6d73091ff9 100644 --- a/recipes/linux/linux_2.6.35.bb +++ b/recipes/linux/linux_2.6.35.bb @@ -4,12 +4,15 @@ PR = "r1" # Mark archs/machines that this kernel supports DEFAULT_PREFERENCE = "-1" +DEFAULT_PREFERENCE_dockstar = "1" SRC_URI = "${KERNELORG_MIRROR}/pub/linux/kernel/v2.6/${P}.tar.bz2;name=kernel \ ${KERNELORG_MIRROR}/pub/linux/kernel/v2.6/patch-${PV}.1.bz2;apply=yes;name=stablepatch \ file://fix.module.loading.16310.patch \ file://defconfig" +SRC_URI_append_dockstar = "file://dockstar.patch" + SRC_URI[kernel.md5sum] = "091abeb4684ce03d1d936851618687b6" SRC_URI[kernel.sha256sum] = "18b2e2c336032e366c942622b77302cb05fc034fb19018f086a4ebc9ed41bfcf" SRC_URI[stablepatch.md5sum] = "3b9d79bebb2e022c0906ca1cd54bd970" |