linux/compulab-pxa270: add md5sum check and note about binary NAND driver
authorCliff Brake <cbrake@bec-systems.com>
Wed, 3 Jan 2007 15:53:45 +0000 (15:53 +0000)
committerCliff Brake <cbrake@bec-systems.com>
Wed, 3 Jan 2007 15:53:45 +0000 (15:53 +0000)
  - md5sum check added because compulab does not version their downloads

packages/linux/compulab-pxa270_2.6.16.bb

index 5e6f664..0e9a43d 100644 (file)
@@ -3,10 +3,13 @@ DESCRIPTION = "Linux kernel for the Compulab PXA270 system"
 LICENSE = "GPL"
 PR = "r2"
 
+# Note, the compulab package contains a binary NAND driver that is not
+# EABI compatible
+
 SRC_URI = "${KERNELORG_MIRROR}/pub/linux/kernel/v2.6/linux-2.6.16.tar.bz2 \
            file://linux-2.6.16.patch;patch=1 \
            file://defconfig \
-          http://www.compulab.co.il/x270/download/x270-linux-drv.zip"
+          http://www.compulab.co.il/x270/download/x270-linux-drv.zip;md5sum=ac57536294406223e527367af5aefce2"
 
 S = "${WORKDIR}/linux-2.6.16"