diff options
author | Matthias Hentges <oe@hentges.net> | 2007-06-30 15:04:16 +0000 |
---|---|---|
committer | Matthias Hentges <oe@hentges.net> | 2007-06-30 15:04:16 +0000 |
commit | 82a28216be6b768237beeaed7e997c8632f96049 (patch) | |
tree | e57b80bfb9b67ea69030dd3d4c8793dda9ef3219 /packages/linux/compulab-pxa270_2.6.16.bb | |
parent | f37cf32fdd68ac074c7d960d770d4e76b729caa0 (diff) | |
parent | f39d03b866c12872d98be8028a8e314c756002e1 (diff) |
merge of 'a716072bb40b66870ec9797e151cda776beacf6c'
and 'b3615d69f6416b196ef0183e2864d4289292a007'
Diffstat (limited to 'packages/linux/compulab-pxa270_2.6.16.bb')
-rw-r--r-- | packages/linux/compulab-pxa270_2.6.16.bb | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/packages/linux/compulab-pxa270_2.6.16.bb b/packages/linux/compulab-pxa270_2.6.16.bb index 6064224d80..52b87d0ef6 100644 --- a/packages/linux/compulab-pxa270_2.6.16.bb +++ b/packages/linux/compulab-pxa270_2.6.16.bb @@ -1,15 +1,19 @@ SECTION = "kernel" DESCRIPTION = "Linux kernel for the Compulab PXA270 system" LICENSE = "GPL" -PR = "r5" +PR = "r6" # Note, the compulab package contains a binary NAND driver that is not # EABI compatible +# if you get a md5 sum error on x270-linux-drv.zip, compulab has probably +# changed the binary. Remove it and the md5 file from your tmp directory, +# and rebuild the kernel. If you still get md5 failures, contact cbrake +# on the #oe IRC channel -- this recipe probably needs updated. 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;md5sum=6b8c1bda1dd066674b7a9f614976a715" + http://www.compulab.co.il/x270/download/x270-linux-drv.zip;md5sum=05989295a5f99055c2f60f8b6f7abb6b" S = "${WORKDIR}/linux-2.6.16" |