diff options
Diffstat (limited to 'recipes/linux/linux-sgh-i900_2.6.32.bb')
-rw-r--r-- | recipes/linux/linux-sgh-i900_2.6.32.bb | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/recipes/linux/linux-sgh-i900_2.6.32.bb b/recipes/linux/linux-sgh-i900_2.6.32.bb new file mode 100644 index 0000000000..4b5df5b7aa --- /dev/null +++ b/recipes/linux/linux-sgh-i900_2.6.32.bb @@ -0,0 +1,21 @@ +DESCRIPTION = "Linux 2.6.32 kernel for the Samsung Omnia SGH-i900." +SECTION = "kernel" +LICENSE = "GPL" + +RDEPENDS += "marvell-gspi-fw" + +COMPATIBLE_MACHINE = "sgh-i900" + +SRC_URI = "${KERNELORG_MIRROR}/pub/linux/kernel/v2.6/linux-${PV}.tar.bz2 \ + file://sgh-i900-support.patch;patch=1 \ + file://sgh_i900_defconfig" + +S = "${WORKDIR}/linux-${PV}" + +inherit kernel + +FILES_kernel-image = "/boot/${KERNEL_IMAGETYPE}*" + +do_configure_prepend() { + install -m 0644 ${WORKDIR}/sgh_i900_defconfig ${S}/.config +}
\ No newline at end of file |