All of lore.kernel.org
 help / color / mirror / Atom feed
From: Carlos Hernandez <ceh@ti.com>
To: <meta-arago@arago-project.org>
Subject: Re: [PATCH] New linux-bbxm-upstream-staging recipe
Date: Wed, 5 Dec 2012 16:43:18 -0500	[thread overview]
Message-ID: <50BFBFF6.4070706@ti.com> (raw)
In-Reply-To: <50BFBF87.3000503@ti.com>

[-- 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


      reply	other threads:[~2012-12-05 21:43 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-12-05 21:41 [PATCH] New linux-bbxm-upstream-staging recipe Carlos Hernandez
2012-12-05 21:43 ` Carlos Hernandez [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=50BFBFF6.4070706@ti.com \
    --to=ceh@ti.com \
    --cc=meta-arago@arago-project.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.