From: Darren Hart <dvhart@linux.intel.com>
To: nitin.a.kamble@intel.com
Cc: yocto@yoctoproject.org
Subject: Re: [PATCH 4/6] crownbay: add recipe extension for linux-yocto-3.4
Date: Thu, 26 Jul 2012 13:19:26 -0700 [thread overview]
Message-ID: <5011A64E.6050709@linux.intel.com> (raw)
In-Reply-To: <37c77e07c936752cc6c9c305d8d095aca7efb1c8.1343037893.git.nitin.a.kamble@intel.com>
On 07/23/2012 03:06 AM, nitin.a.kamble@intel.com wrote:
> From: Nitin A Kamble <nitin.a.kamble@intel.com>
>
> crownbay: linux-yocto v3.4 : add emgd branch info in git src_uri
>
> At build time, the emgd-1.14 branch is merged with the crownbay bsp
> kernel source branch to get emgd kernel driver's support.
> Refer it in the src_uri, & it's commit-id to be used, so that
Reference and its
> any changes in the emgd branch will not affect the build unknowingly.
This also adds the 3.4 kernel recipe for crownbay, which didn't exist
before. The commit subject should reflect this. This is the primary
function of this patch, the emgd change should be noted in the log, but
it is secondary.
--
Darren
>
> Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
> ---
> .../recipes-kernel/linux/linux-yocto_3.4.bbappend | 20 ++++++++++++++++++++
> 1 files changed, 20 insertions(+), 0 deletions(-)
> create mode 100644 meta-crownbay/recipes-kernel/linux/linux-yocto_3.4.bbappend
>
> diff --git a/meta-crownbay/recipes-kernel/linux/linux-yocto_3.4.bbappend b/meta-crownbay/recipes-kernel/linux/linux-yocto_3.4.bbappend
> new file mode 100644
> index 0000000..4f9dd70
> --- /dev/null
> +++ b/meta-crownbay/recipes-kernel/linux/linux-yocto_3.4.bbappend
> @@ -0,0 +1,20 @@
> +FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
> +
> +COMPATIBLE_MACHINE_crownbay = "crownbay"
> +KMACHINE_crownbay = "crownbay"
> +KBRANCH_crownbay = "standard/default/crownbay"
> +
> +COMPATIBLE_MACHINE_crownbay-noemgd = "crownbay-noemgd"
> +KMACHINE_crownbay-noemgd = "crownbay"
> +KBRANCH_crownbay-noemgd = "standard/crownbay"
> +
> +SRCREV_machine_pn-linux-yocto_crownbay ?= "19f7e43b54aef08d58135ed2a897d77b624b320a"
> +SRCREV_meta_pn-linux-yocto_crownbay ?= "d7a96809a585e06933d8c08adb9b9f66b21efb4c"
> +SRCREV_emgd_pn-linux-yocto_crownbay ?= "86643bdd8cbad616a161ab91f51108cf0da827bc"
> +
> +SRCREV_machine_pn-linux-yocto_crownbay-noemgd ?= "19f7e43b54aef08d58135ed2a897d77b624b320a"
> +SRCREV_meta_pn-linux-yocto_crownbay-noemgd ?= "d7a96809a585e06933d8c08adb9b9f66b21efb4c"
> +
> +KSRC_linux_yocto_3_4 ?= "git.yoctoproject.org/linux-yocto-3.4.git"
> +SRC_URI_crownbay = "git://git.yoctoproject.org/linux-yocto-3.4.git;protocol=git;nocheckout=1;branch=${KBRANCH},meta,emgd-1.14;name=machine,meta,emgd"
> +SRC_URI_crownbay-noemgd = "git://git.yoctoproject.org/linux-yocto-3.4.git;protocol=git;nocheckout=1;branch=${KBRANCH},meta;name=machine,meta"
>
--
Darren Hart
Intel Open Source Technology Center
Yocto Project - Technical Lead - Linux Kernel
next prev parent reply other threads:[~2012-07-26 20:21 UTC|newest]
Thread overview: 23+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-07-23 10:06 [PATCH 0/6] commits to move crownbay BSP to v3.4 kernel I v1.14 EMGD driver nitin.a.kamble
2012-07-23 10:06 ` [PATCH 1/6] emgd-driver-bin: upgrade from 1.10 to 1.14 nitin.a.kamble
2012-07-24 10:59 ` Kamble, Nitin A
2012-07-26 20:07 ` Darren Hart
2012-07-23 10:06 ` [PATCH 2/6] crownbay: customize the xorg.conf for the flat panel on the corwnbay kit nitin.a.kamble
2012-07-26 20:10 ` Darren Hart
2012-07-27 4:00 ` Kamble, Nitin A
2012-07-27 4:02 ` Darren Hart
2012-07-27 5:31 ` Kamble, Nitin A
2012-07-27 5:42 ` Kamble, Nitin A
2012-07-27 21:57 ` Darren Hart
2012-07-30 9:50 ` Kamble, Nitin A
2012-07-30 15:28 ` Darren Hart
2012-07-30 15:57 ` Tom Zanussi
2012-07-23 10:06 ` [PATCH 3/6] crownbay: update emgd driver version in the README nitin.a.kamble
2012-07-26 20:13 ` Darren Hart
2012-07-23 10:06 ` [PATCH 4/6] crownbay: add recipe extension for linux-yocto-3.4 nitin.a.kamble
2012-07-26 20:19 ` Darren Hart [this message]
2012-07-23 10:06 ` [PATCH 5/6] crownbay: make v3.4 the default kernel nitin.a.kamble
2012-07-23 10:06 ` [PATCH 6/6] gnu-efi: fix whitespace usage nitin.a.kamble
2012-07-26 20:22 ` Darren Hart
2012-07-26 19:51 ` [PATCH 0/6] commits to move crownbay BSP to v3.4 kernel I v1.14 EMGD driver Darren Hart
2012-07-26 20:23 ` Darren Hart
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=5011A64E.6050709@linux.intel.com \
--to=dvhart@linux.intel.com \
--cc=nitin.a.kamble@intel.com \
--cc=yocto@yoctoproject.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.