]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - glsdk/meta-ti-glsdk.git/blob - recipes-kernel/linux/linux-omap3.inc
classes: sdcardimage: move to 4GiB image
[glsdk/meta-ti-glsdk.git] / recipes-kernel / linux / linux-omap3.inc
1 SECTION = "kernel"
2 DESCRIPTION = "Linux kernel for OMAP3 EVM from PSP, based on linux-omap3 kernel"
3 LICENSE = "GPLv2"
4 KERNEL_IMAGETYPE = "uImage"
6 require linux.inc
8 SRC_URI = "git://arago-project.org/git/projects/linux-omap3.git;protocol=git;branch=${BRANCH} \
9         file://defconfig"
11 # Requires support for SOC_FAMILY matching in COMPATIBLE_MACHINE
12 COMPATIBLE_MACHINE = "omap3"
14 BRANCH ?= "master"
16 S = "${WORKDIR}/git"