diff options
author | Paul Sokolovsky <pmiscml@gmail.com> | 2007-01-09 00:32:40 +0000 |
---|---|---|
committer | Paul Sokolovsky <pmiscml@gmail.com> | 2007-01-09 00:32:40 +0000 |
commit | de1a32fcc55f28778f10dd87045f86ff6353e223 (patch) | |
tree | 9402475290800824fd6ba533528e34298c626d31 | |
parent | e7c4a1d377ec300d8d22a9ed27b287a59d5e3fe8 (diff) |
linux-handhelds-2.6 2.6.16-hh9: New subrelease. Changes since -hh8 are:
1. UDC and BT fixes for h5000.
2. mq11xx_base unloading fixed.
3. "[ARM] 4078/1: Fix ARM copypage cache coherency problems" backported from
git-head.
4. More ide/wifi PCMCIA card IDs added (merged OE patches).
-rw-r--r-- | packages/linux/linux-handhelds-2.6_2.6.16-hh9.bb | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/packages/linux/linux-handhelds-2.6_2.6.16-hh9.bb b/packages/linux/linux-handhelds-2.6_2.6.16-hh9.bb new file mode 100644 index 0000000000..8b1f153f11 --- /dev/null +++ b/packages/linux/linux-handhelds-2.6_2.6.16-hh9.bb @@ -0,0 +1,13 @@ +SECTION = "kernel" +DESCRIPTION = "handhelds.org Linux kernel 2.6 for PocketPCs and other consumer handheld devices." +LICENSE = "GPL" +PR = "r0" + +# Override where to look for defconfigs and patches, +# we have per-kernel-release sets. +FILESPATH = "${FILE_DIRNAME}/linux-handhelds-2.6-2.6.16/${MACHINE}:${FILE_DIRNAME}/linux-handhelds-2.6-2.6.16" + +SRC_URI = "${HANDHELDS_CVS};module=linux/kernel26;tag=${@'K' + bb.data.getVar('PV',d,1).replace('.', '-')} \ + file://defconfig" + +require linux-handhelds-2.6.inc |