summaryrefslogtreecommitdiff
path: root/packages/linux/linux-openmoko_2.6.24+git.bb
diff options
context:
space:
mode:
authorMichael Lauer <mickey@vanille-media.de>2008-07-17 18:07:12 +0000
committerMichael Lauer <mickey@vanille-media.de>2008-07-17 18:07:12 +0000
commit12f8a39939c28003a39b84713d9a51305511650d (patch)
tree2235c3d2a30eac66c0319b7cff55928990c89bbd /packages/linux/linux-openmoko_2.6.24+git.bb
parent058132b8be45ac2041a574782b8800c1956e44d3 (diff)
parentfcbe107913b10643d1ba8ac137de273e12e8854a (diff)
merge of '470ca3fe64c9411d3a7d992db39d5efbed869839'
and '912f388483a3e1703ca89d7b2309723fd3407420'
Diffstat (limited to 'packages/linux/linux-openmoko_2.6.24+git.bb')
-rw-r--r--packages/linux/linux-openmoko_2.6.24+git.bb11
1 files changed, 8 insertions, 3 deletions
diff --git a/packages/linux/linux-openmoko_2.6.24+git.bb b/packages/linux/linux-openmoko_2.6.24+git.bb
index 88ea00a56c..b1faefbd20 100644
--- a/packages/linux/linux-openmoko_2.6.24+git.bb
+++ b/packages/linux/linux-openmoko_2.6.24+git.bb
@@ -3,16 +3,21 @@ require linux-openmoko.inc
DESCRIPTION = "Linux 2.6.x (development) kernel for FIC SmartPhones shipping w/ Openmoko"
-PE = "1"
-PV = "${KERNEL_RELEASE}+git${SRCREV}"
+PV = "${KERNEL_RELEASE}+gitr${SRCREV}"
PR = "r0"
-SRC_URI = "git://git.openmoko.org/git/kernel.git;protocol=git;branch=stable"
+SRC_URI = "git://git.openmoko.org/git/kernel.git;protocol=git;branch=stable \
+ file://0001-squashfs-with-lzma.patch;patch=1 \
+ file://0002-squashfs-initrd.patch;patch=1 \
+ file://0003-squashfs-force-O2.patch;patch=1 \
+ file://0004-squashfs-Kconfig.patch;patch=1 \
+ file://0005-squashfs-Makefile.patch;patch=1"
S = "${WORKDIR}/git"
do_configure_prepend() {
cp -f ${S}/defconfig-${CONFIG_NAME} ${WORKDIR}/defconfig
+ echo CONFIG_SQUASHFS=m >>${WORKDIR}/defconfig
}
##############################################################