linux-omap: Add 2.6.22.19 version

git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4616 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
Richard Purdie 2008-06-10 12:13:04 +00:00
parent d2ae519cc3
commit 8dde4c75ad
4 changed files with 1545 additions and 0 deletions

File diff suppressed because it is too large Load Diff

View File

@ -0,0 +1,8 @@
require linux-omap.inc
PR = "r2"
COMPATIBLE_MACHINE = "omap-3430sdp"
SRC_URI="http://www.kernel.org/pub/linux/kernel/v2.6/linux-2.6.22.19.tar.bz2 \
file://defconfig-omap-3430sdp \
file://linux-2.6.22.19-ldp-v1.3.patch.gz;patch=1"
S = "${WORKDIR}/linux-2.6.22.19"

View File

@ -1,5 +1,9 @@
require linux-omap.inc
PR = "r1"
DEFAULT_PREFERENCE = "-1"
COMPATIBLE_MACHINE = "omap-3430sdp"
SRC_URI="git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap-2.6.git;protocol=git;tag=3ce7ba0c3c9566f50725b0108916180db86e1641 \
file://defconfig-omap-3430sdp"