From f6fecae8e27ad76095c369b5d436b0ec1132c119 Mon Sep 17 00:00:00 2001 From: Koen Kooi Date: Wed, 6 Jan 2010 15:29:05 +0100 Subject: linux-omap-psp: add recipe for 2.6.32 --- recipes/linux/linux-omap-psp_2.6.32.bb | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 recipes/linux/linux-omap-psp_2.6.32.bb (limited to 'recipes/linux/linux-omap-psp_2.6.32.bb') diff --git a/recipes/linux/linux-omap-psp_2.6.32.bb b/recipes/linux/linux-omap-psp_2.6.32.bb new file mode 100644 index 0000000000..3cea6d3b3a --- /dev/null +++ b/recipes/linux/linux-omap-psp_2.6.32.bb @@ -0,0 +1,26 @@ +require linux.inc + +DESCRIPTION = "Linux kernel for OMAP processors" +KERNEL_IMAGETYPE = "uImage" + +COMPATIBLE_MACHINE = "omap3evm|am3517-evm" + +SRCREV = "c08d6b523f37d246440c6371e6fe26bc9f7b8674" + +# The main PR is now using MACHINE_KERNEL_PR, for omap3 see conf/machine/include/omap3.inc +PR_append = "+gitr${SRCREV}" + +SRC_URI = "git://arago-project.org/git/people/sriram/ti-psp-omap.git;protocol=git;branch=master \ + file://defconfig" + +S = "${WORKDIR}/git" + +do_install_append() { + install -d ${D}/boot + install -m 0644 Documentation/arm/OMAP/DSS ${D}/boot/ +} + +PACKAGES =+ "omap-dss-doc" +FILES_omap-dss-doc = "/boot/DSS" + + -- cgit 1.2.3-korg