aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/linux/linux-omap-psp_2.6.31.bb
blob: 5c1fb6ea825b7212aa3415c9463674716918123c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
require linux.inc

DESCRIPTION = "Linux kernel for OMAP processors"
KERNEL_IMAGETYPE = "uImage"

COMPATIBLE_MACHINE = "omap3evm|am3517-evm"

SRCREV = "9cf7a18fe227717dcc08163100dacd579de48e0c"

PV = "2.6.30+2.6.31rc7"
# 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=staging \
           file://0001-implement-TIF_RESTORE_SIGMASK-support-and-enable-the.patch \
           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"