summaryrefslogtreecommitdiffstats
path: root/meta/recipes-kernel/linux/linux-omap3_git.bb
blob: 3d38ef2624bbefa5ca1dbd2d0956495ea87196a9 (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${SRCPV}"
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"