All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] New linux-bbxm-upstream-staging recipe
@ 2012-12-05 21:41 Carlos Hernandez
  2012-12-05 21:43 ` Carlos Hernandez
  0 siblings, 1 reply; 2+ messages in thread
From: Carlos Hernandez @ 2012-12-05 21:41 UTC (permalink / raw)
  To: meta-arago

AUTOREV recipe for github.com/pantoniou/linux-bbxm.git

Please consider for meta-arago. Thanks,
Carlos


^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PATCH] New linux-bbxm-upstream-staging recipe
  2012-12-05 21:41 [PATCH] New linux-bbxm-upstream-staging recipe Carlos Hernandez
@ 2012-12-05 21:43 ` Carlos Hernandez
  0 siblings, 0 replies; 2+ messages in thread
From: Carlos Hernandez @ 2012-12-05 21:43 UTC (permalink / raw)
  To: meta-arago

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

With attachment now.

On 12/05/2012 04:41 PM, Carlos Hernandez wrote:
> AUTOREV recipe for github.com/pantoniou/linux-bbxm.git
>
> Please consider for meta-arago. Thanks,
> Carlos
> _______________________________________________
> meta-arago mailing list
> meta-arago@arago-project.org
> http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago


[-- Attachment #2: 0004-New-linux-bbxm-upstream-staging-recipe.patch --]
[-- Type: text/x-patch, Size: 1536 bytes --]

From d892092bdc78d3925f519b2b4ab3fe63ab5518de Mon Sep 17 00:00:00 2001
From: Carlos Hernandez <ceh@ti.com>
Date: Tue, 4 Dec 2012 17:35:07 -0500
Subject: [PATCH 04/12] New linux-bbxm-upstream-staging recipe

AUTOREV recipe for github.com/pantoniou/linux-bbxm.git

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

diff --git a/meta-arago-distro/recipes-kernel/linux/linux-bbxm-upstream-staging_git.bb b/meta-arago-distro/recipes-kernel/linux/linux-bbxm-upstream-staging_git.bb
new file mode 100644
index 0000000..886916a
--- /dev/null
+++ b/meta-arago-distro/recipes-kernel/linux/linux-bbxm-upstream-staging_git.bb
@@ -0,0 +1,29 @@
+SECTION = "kernel"
+DESCRIPTION = "Linux kernel for bxm, based on mainline kernel"
+LICENSE = "GPLv2"
+KERNEL_IMAGETYPE = "uImage"
+
+inherit kernel
+
+S = "${WORKDIR}/git"
+
+BRANCH = "bbxm-mainline-fixes"
+
+COMPATIBLE_MACHINE = "am37x-evm|am3517-evm|dm37x-evm|am3517-evm|am387x-evm|am389x-evm|am335x-evm|beagleboard"
+
+PV = "3.0"
+KVER = "${PV}"
+
+MACHINE_KERNEL_PR_append = "+gitr${SRCPV}"
+
+SRC_URI = "git://github.com/pantoniou/linux-bbxm.git;protocol=git;branch=${BRANCH}"
+
+SRCREV = "${AUTOREV}"
+
+do_setup_defconfig() {
+        :
+}
+
+do_configure() {
+        make ARCH=arm omap3_bbxm_defconfig
+}
-- 
1.7.0.4


^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2012-12-05 21:43 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-12-05 21:41 [PATCH] New linux-bbxm-upstream-staging recipe Carlos Hernandez
2012-12-05 21:43 ` 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.