mirror of
https://git.yoctoproject.org/poky
synced 2026-06-04 06:52:39 +02:00
https://svn.o-hand.com/repos/poky/trunk ........ r5309 | richard | 2008-09-29 17:06:49 +0100 (Mon, 29 Sep 2008) | 1 line linux-omap-3430ldp: Build jffs2 support in. ........ git-svn-id: https://svn.o-hand.com/repos/poky/branches/elroy@5311 311d38ba-8fff-0310-9ca6-ca027cbcb966
21 lines
539 B
BlitzBasic
21 lines
539 B
BlitzBasic
require linux-omap.inc
|
|
|
|
PR = "r2"
|
|
|
|
COMPATIBLE_MACHINE = "omap-3430ldp"
|
|
|
|
#
|
|
# Patch extracted from:
|
|
# http://omapzoom.org/gf/download/frsrelease/110/425/linux-ldp-v1.4.tar
|
|
#
|
|
|
|
SRC_URI="http://www.kernel.org/pub/linux/kernel/v2.6/linux-2.6.24.tar.bz2 \
|
|
http://kernel.org/pub/linux/kernel/v2.6/patch-2.6.24.7.bz2;patch=1 \
|
|
file://linux-2.6.24.7-ldp-v1.4.patch.gz;patch=1 \
|
|
file://fixes.patch;patch=1 \
|
|
file://module_fix.patch;patch=1 \
|
|
file://defconfig-omap-3430ldp"
|
|
|
|
S = "${WORKDIR}/linux-2.6.24"
|
|
|