aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/linux/linux-omap3.inc
blob: b8ff52be3acfc881b4b9c34692f23076c30be353 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
SECTION = "kernel"
DESCRIPTION = "Linux kernel for OMAP3 EVM from PSP, based on linux-omap3 kernel"
LICENSE = "GPLv2"
KERNEL_IMAGETYPE = "uImage"

require linux.inc

SRC_URI = "git://arago-project.org/git/projects/linux-omap3.git;protocol=git;branch=${BRANCH} \
	file://defconfig"

# Requires support for SOC_FAMILY matching in COMPATIBLE_MACHINE
COMPATIBLE_MACHINE = "omap3"

BRANCH ?= "master"

S = "${WORKDIR}/git"