summaryrefslogtreecommitdiffstats
path: root/meta/recipes-kernel/linux/linux-omap3_git.bb
blob: f25c2c72fbdaa29533c33691eeda36c9a75769aa (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
require linux-omap2.inc

FILESDIR = "${@os.path.dirname(bb.data.getVar('FILE',d,1))}/linux-omap3-git/${MACHINE}"

PV = "2.6.27-rc6+${PR}+git${SRCREV}"
PR = "r30"

SRC_URI = "git://source.mvista.com/git/linux-omap-2.6.git;branch=master;protocol=git \
	   file://defconfig"

SRC_URI_append_beagleboard = " \
           file://no-empty-flash-warnings.patch;patch=1 \
          "

SRC_URI_append_omap3evm = " \
           file://no-empty-flash-warnings.patch;patch=1 \
          "

SRC_URI_append_overo = " \
           file://logo_linux_clut224.ppm \
           file://no-empty-flash-warnings.patch;patch=1 \
           file://overo.patch;patch=1 \
          "

COMPATIBLE_MACHINE = "beagleboard|omap3evm|overo"

S = "${WORKDIR}/git"