aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/linux/linux-omap3.inc
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/linux/linux-omap3.inc')
-rw-r--r--recipes/linux/linux-omap3.inc16
1 files changed, 16 insertions, 0 deletions
diff --git a/recipes/linux/linux-omap3.inc b/recipes/linux/linux-omap3.inc
new file mode 100644
index 0000000000..b8ff52be3a
--- /dev/null
+++ b/recipes/linux/linux-omap3.inc
@@ -0,0 +1,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"