All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] linux-beagle-staging recipe
@ 2012-12-05 21:53 Carlos Hernandez
  0 siblings, 0 replies; only message in thread
From: Carlos Hernandez @ 2012-12-05 21:53 UTC (permalink / raw)
  To: meta-arago

[-- Attachment #1: Type: text/plain, Size: 296 bytes --]

This recipe is used by nightly build framework to build kernel
based on github.com/beagleboard/kernel.git.

The automation script modifies the SRC_URI on the fly to add the
latest set of patches stage at github.com/beagleboard/kernel.git

Please consider for meta-arago. Thanks,
Carlos


[-- Attachment #2: 0009-linux-beagle-staging-recipe.patch --]
[-- Type: text/x-patch, Size: 1758 bytes --]

From b469ddaf7bc992edda38327c834a37489d23fc63 Mon Sep 17 00:00:00 2001
From: Carlos Hernandez <ceh@ti.com>
Date: Tue, 4 Dec 2012 17:46:09 -0500
Subject: [PATCH 09/12] linux-beagle-staging recipe

This recipe is used by nightly build/test framework to build kernel
based on github.com/beagleboard/kernel.git.
The automation script modifies the SRC_URI on the fly to add the
latest set of patches stage at github.com/beagleboard/kernel.git

Signed-off-by: Carlos Hernandez <ceh@ti.com>
---
 .../linux/linux-beagle-staging_git.bb              |   24 ++++++++++++++++++++
 1 files changed, 24 insertions(+), 0 deletions(-)
 create mode 100644 meta-arago-distro/recipes-kernel/linux/linux-beagle-staging_git.bb

diff --git a/meta-arago-distro/recipes-kernel/linux/linux-beagle-staging_git.bb b/meta-arago-distro/recipes-kernel/linux/linux-beagle-staging_git.bb
new file mode 100644
index 0000000..dda8ba3
--- /dev/null
+++ b/meta-arago-distro/recipes-kernel/linux/linux-beagle-staging_git.bb
@@ -0,0 +1,24 @@
+require linux-omap3.inc
+require setup-dtb.inc
+
+KERNEL_DEVICETREE_am335x-evm = "arch/arm/boot/dts/am335x-evm.dts"
+
+DESCRIPTION = "Linux kernel for Beagle boards from github.com/beagleboard/kernel.git"
+
+BRANCH = "refs/heads/master"
+
+COMPATIBLE_MACHINE = "am37x-evm|am3517-evm|dm37x-evm|am3517-evm|am387x-evm|am389x-evm|am335x-evm|beagleboard"
+
+SRCREV = "v3.7-rc3"
+PV = "3.7"
+KVER = "${PV}"
+
+MACHINE_KERNEL_PR_append = "+gitr${SRCPV}"
+
+
+SRC_URI = "git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git;protocol=git;branch=${BRANCH}"
+
+SRC_URI_append_beagleboard = " file://beagleboard/defconfig \
+"
+SRC_URI_append_am335x-evm = " file://am335x-evm/defconfig \
+"
-- 
1.7.0.4


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2012-12-05 21:53 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-12-05 21:53 [PATCH] linux-beagle-staging recipe Carlos Hernandez

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.