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
This commit is contained in:
Richard Purdie
2008-08-03 11:20:11 +00:00
parent feedc99ff9
commit 6dda6e3c3e
3 changed files with 59 additions and 11 deletions

View File

@@ -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"