summaryrefslogtreecommitdiffstats
path: root/recipes/linux/linux-omap-psp_2.6.32.bb
blob: c1068883219e95a19686a4a3d97d8e45d3bc2917 (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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
require linux.inc

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

COMPATIBLE_MACHINE = "beagleboard|omap3evm|am3517-evm"

SRCREV = "2b94bb77b4d5364b4294210ad5ca96bad1b67dba"

# 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://0005-ARM-OMAP-add-support-for-TCT-Zippy-to-Beagle-board.patch;patch=1 \
           file://0006-ARM-OMAP-Make-beagle-u-boot-partition-writable.patch;patch=1 \
           file://0007-ASoC-enable-audio-capture-by-default-for-twl4030.patch;patch=1 \
           file://0009-MTD-NAND-omap2-proper-fix-for-subpage-read-ECC-error.patch;patch=1 \
           file://dss2/0015-OMAP-DSS-Add-DSS2-support-for-Beagle.patch;patch=1 \
           file://dss2/0016-video-add-timings-for-hd720.patch;patch=1 \
           file://holes.patch;patch=1 \
           file://no-mmc-spew.patch;patch=1 \
           file://fix-usbgadgets.diff;patch=1 \
           file://defconfig"

SRC_URI_append_beagleboard = " file://logo_linux_clut224.ppm \
"

addtask quiltfixup before do_patch after do_unpack
do_quiltfixup() {
	rm ${S}/.pc -rf
}

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"