diff options
Diffstat (limited to 'recipes/linux/logicpd-pxa270_2.6.17-rc5.bb')
-rw-r--r-- | recipes/linux/logicpd-pxa270_2.6.17-rc5.bb | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/recipes/linux/logicpd-pxa270_2.6.17-rc5.bb b/recipes/linux/logicpd-pxa270_2.6.17-rc5.bb index 33521aef9b..9d8ccdc4be 100644 --- a/recipes/linux/logicpd-pxa270_2.6.17-rc5.bb +++ b/recipes/linux/logicpd-pxa270_2.6.17-rc5.bb @@ -3,7 +3,7 @@ DESCRIPTION = "Linux kernel for the LogicPD Zoom(PXA270 ref design)" LICENSE = "GPLv2" PR = "r3" -SRC_URI = "${KERNELORG_MIRROR}/pub/linux/kernel/v2.6/testing/linux-2.6.17-rc5.tar.bz2 \ +SRC_URI = "${KERNELORG_MIRROR}/pub/linux/kernel/v2.6/testing/v2.6.17/linux-2.6.17-rc5.tar.bz2 \ file://linux-2.6.17-rc5.patch;pnum=0;patch=1 \ file://ucb1400-ac97-audio.patch;pnum=1;patch=1 \ file://ucb1400-touchscreen.patch;pnum=1;patch=1 \ @@ -27,3 +27,6 @@ do_configure_prepend() { } COMPATIBLE_MACHINE = "logicpd-pxa270" + +SRC_URI[md5sum] = "ab96dd67e9d459d8b09aa300319a1107" +SRC_URI[sha256sum] = "10c17d1d77b5b2496c4da8b42f3ea3d738c766e634e5e46f0f5070bcba0876f2" |