diff options
author | Robert Bradford <rob@openedhand.com> | 2008-05-28 14:33:17 +0000 |
---|---|---|
committer | Robert Bradford <rob@openedhand.com> | 2008-05-28 14:33:17 +0000 |
commit | 6a86b13028b8aaf8a9d6f68f9ee683658fe42fa2 (patch) | |
tree | 574493b362645640ee372d60521966f7ed23ee94 /meta/packages/linux/linux-omap_2.6.25.bb | |
parent | 6bb1c616ada00ef92a421410ac01ca6db4c82f85 (diff) | |
download | openembedded-core-6a86b13028b8aaf8a9d6f68f9ee683658fe42fa2.tar.gz openembedded-core-6a86b13028b8aaf8a9d6f68f9ee683658fe42fa2.tar.bz2 openembedded-core-6a86b13028b8aaf8a9d6f68f9ee683658fe42fa2.zip |
Add TI OMAP 3430SDP Kernel and machine file.
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4562 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/packages/linux/linux-omap_2.6.25.bb')
-rw-r--r-- | meta/packages/linux/linux-omap_2.6.25.bb | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/meta/packages/linux/linux-omap_2.6.25.bb b/meta/packages/linux/linux-omap_2.6.25.bb new file mode 100644 index 0000000000..4f67c1811c --- /dev/null +++ b/meta/packages/linux/linux-omap_2.6.25.bb @@ -0,0 +1,7 @@ +require linux-omap.inc +PR = "r1" +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" +S = "${WORKDIR}/git" + |