[oe-commits] org.oe.dev linux/compulab-pxa270: add md5sum check and note about binary NAND driver

cbrake commit openembedded-commits at lists.openembedded.org
Wed Jan 3 15:54:37 UTC 2007


linux/compulab-pxa270: add md5sum check and note about binary NAND driver
  - md5sum check added because compulab does not version their downloads

Author: cbrake at openembedded.org
Branch: org.openembedded.dev
Revision: 93bfcac1c3ee5a796d083a02f33e177e4a0502f4
ViewMTN: http://monotone.openembedded.org/revision.psp?id=93bfcac1c3ee5a796d083a02f33e177e4a0502f4
Files:
1
packages/linux/compulab-pxa270_2.6.16.bb
Diffs:

#
# mt diff -rf53f1f02de98f4d412c3c0bce166e7a68007e65b -r93bfcac1c3ee5a796d083a02f33e177e4a0502f4
#
# 
# 
# patch "packages/linux/compulab-pxa270_2.6.16.bb"
#  from [c496ca0305729d663433841b10522278c93f02ad]
#    to [d268421056b198fb758ded460b656e5d008bba28]
# 
============================================================
--- packages/linux/compulab-pxa270_2.6.16.bb	c496ca0305729d663433841b10522278c93f02ad
+++ packages/linux/compulab-pxa270_2.6.16.bb	d268421056b198fb758ded460b656e5d008bba28
@@ -1,12 +1,15 @@ PR = "r2"
 SECTION = "kernel"
 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"
 






More information about the Openembedded-commits mailing list