summaryrefslogtreecommitdiff
path: root/meta/packages/linux/linux-omap_2.6.22.19.bb
diff options
context:
space:
mode:
authorRichard Purdie <richard@openedhand.com>2008-08-03 11:20:11 +0000
committerRichard Purdie <richard@openedhand.com>2008-08-03 11:20:11 +0000
commit6dda6e3c3e1413e08364fdca7496435a894abe5f (patch)
tree9dd8a6f0fb8b6d33eb36c99f532e406b071ee582 /meta/packages/linux/linux-omap_2.6.22.19.bb
parentfeedc99ff99ee8386a4f552179b97ce06a617f83 (diff)
downloadopenembedded-core-6dda6e3c3e1413e08364fdca7496435a894abe5f.tar.gz
openembedded-core-6dda6e3c3e1413e08364fdca7496435a894abe5f.tar.bz2
openembedded-core-6dda6e3c3e1413e08364fdca7496435a894abe5f.tar.xz
openembedded-core-6dda6e3c3e1413e08364fdca7496435a894abe5f.zip
linux-omap-2.6.22.19: Backport rootwait feature, make some further parts of the kernel modular
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5008 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/packages/linux/linux-omap_2.6.22.19.bb')
-rw-r--r--meta/packages/linux/linux-omap_2.6.22.19.bb5
1 files changed, 3 insertions, 2 deletions
diff --git a/meta/packages/linux/linux-omap_2.6.22.19.bb b/meta/packages/linux/linux-omap_2.6.22.19.bb
index 7f25bd267..f6777bcc5 100644
--- a/meta/packages/linux/linux-omap_2.6.22.19.bb
+++ b/meta/packages/linux/linux-omap_2.6.22.19.bb
@@ -1,9 +1,10 @@
require linux-omap.inc
-PR = "r5"
+PR = "r6"
COMPATIBLE_MACHINE = "omap-3430ldp"
SRC_URI="http://www.kernel.org/pub/linux/kernel/v2.6/linux-2.6.22.19.tar.bz2 \
file://defconfig-omap-3430ldp \
file://linux-2.6.22.19-ldp-v1.3.patch.gz;patch=1 \
- file://fixes.patch;patch=1"
+ file://fixes.patch;patch=1 \
+ file://add_rootwait.patch;patch=1"
S = "${WORKDIR}/linux-2.6.22.19"