summaryrefslogtreecommitdiff
path: root/packages/linux/linux-openmoko_2.6.24+git.bb
diff options
context:
space:
mode:
authorGraeme Gregory <dp@xora.org.uk>2008-07-17 15:59:18 +0000
committerGraeme Gregory <dp@xora.org.uk>2008-07-17 15:59:18 +0000
commitfcbe107913b10643d1ba8ac137de273e12e8854a (patch)
tree2235c3d2a30eac66c0319b7cff55928990c89bbd /packages/linux/linux-openmoko_2.6.24+git.bb
parent19b9576325acb8162f5fb1c03bbbc054eeaaeeef (diff)
linux-openmoko_2.6.24+git.bb : add squashfs to the build #4437
Diffstat (limited to 'packages/linux/linux-openmoko_2.6.24+git.bb')
-rw-r--r--packages/linux/linux-openmoko_2.6.24+git.bb8
1 files changed, 7 insertions, 1 deletions
diff --git a/packages/linux/linux-openmoko_2.6.24+git.bb b/packages/linux/linux-openmoko_2.6.24+git.bb
index 46f80898bf..b1faefbd20 100644
--- a/packages/linux/linux-openmoko_2.6.24+git.bb
+++ b/packages/linux/linux-openmoko_2.6.24+git.bb
@@ -6,12 +6,18 @@ DESCRIPTION = "Linux 2.6.x (development) kernel for FIC SmartPhones shipping w/
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
}
##############################################################