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-22 12:43:18 +0000
committerMichael Lauer <mickey@vanille-media.de>2008-07-22 12:43:18 +0000
commitaf7872e9093c79ac33984e7bc6389ce9f5d85d10 (patch)
tree04d2afd73188990f7128726ccf585605e346fdd9 /packages/linux/linux-openmoko_2.6.24+git.bb
parentb6ecf118e3a541c4a6ab2abcf9b4a18d40e33469 (diff)
linux-openmoko[-devel]: add squashfs to both builds, refactor more common stuff into the .inc file
Diffstat (limited to 'packages/linux/linux-openmoko_2.6.24+git.bb')
-rw-r--r--packages/linux/linux-openmoko_2.6.24+git.bb64
1 files changed, 15 insertions, 49 deletions
diff --git a/packages/linux/linux-openmoko_2.6.24+git.bb b/packages/linux/linux-openmoko_2.6.24+git.bb
index b1faefbd20..79e2cde8dc 100644
--- a/packages/linux/linux-openmoko_2.6.24+git.bb
+++ b/packages/linux/linux-openmoko_2.6.24+git.bb
@@ -3,55 +3,21 @@ require linux-openmoko.inc
DESCRIPTION = "Linux 2.6.x (development) kernel for FIC SmartPhones shipping w/ Openmoko"
-PV = "${KERNEL_RELEASE}+gitr${SRCREV}"
-PR = "r0"
-
-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
-}
-
-##############################################################
-# kernel image resides on a seperate flash partition (for now)
-#
-ALLOW_EMPTY = "1"
-
-CMDLINE = "unused -- bootloader passes ATAG list"
-
-COMPATIBLE_HOST = "arm.*-linux"
-COMPATIBLE_MACHINE = "om-gta01|om-gta02"
-DEFAULT_PREFERENCE = "1"
-
-KERNEL_IMAGETYPE = "uImage"
KERNEL_RELEASE = "2.6.24"
KERNEL_VERSION = "${KERNEL_RELEASE}"
-CONFIG_NAME_om-gta01 = "gta01"
-CONFIG_NAME_om-gta02 = "gta02"
-
-UBOOT_ENTRYPOINT = "30008000"
-
-###############################################################
-# module configs specific to this kernel
-#
-
-# usb
-module_autoload_ohci-hcd = "ohci-hcd"
-module_autoload_hci_usb = "hci_usb"
-module_autoload_g_ether = "g_ether"
-# audio
-module_autoload_snd-soc-neo1973-wm8753 = "snd-soc-neo1973-wm8753"
-module_autoload_snd-soc-neo1973-gta02-wm8753 = "snd-soc-neo1973-gta02-wm8753"
-module_autoload_snd-pcm-oss = "snd-pcm-oss"
-module_autoload_snd-mixer-oss = "snd-mixer-oss"
-# sd/mmc
-module_autoload_s3cmci = "s3cmci"
+PV = "${KERNEL_RELEASE}+gitr${SRCREV}"
+PR = "r4"
+
+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 \
+ \
+ file://defconfig-oe \
+"
+S = "${WORKDIR}/git"