On 13-02-28 6:29 PM, Kamble, Nitin A wrote:
-----Original Message-----
From: Hart, Darren
Sent: Thursday, February 28, 2013 1:54 PM
To: Bruce Ashfield
Cc: Kamble, Nitin A; Zanussi, Tom; [email protected]
Subject: Re: [Patch v2 1/1] sys940x: linux-yocto-dev recipe extension
On 02/28/2013 01:51 PM, Bruce Ashfield wrote:
On 13-02-28 04:47 PM, Darren Hart wrote:
On 02/28/2013 12:44 PM, [email protected] wrote:
From: Nitin A Kamble<[email protected]>
Provide the sys940x BSP specific extension for the linux-yocto-dev
recipe from the oecore layer. This configures the right git branches
of the kernel repository for the sys940x BSP.
This commit is addressing this bug:
[YOCTO #3931]
Signed-off-by: Nitin A Kamble<[email protected]>
Acked-by: Darren Hart<[email protected]>
(Pending the branch in the repo of course)
Which branch ? I was deleting this and couldn't tell if there was an
action item for me in here.
You asked Nitin to send the patches to 3.8 and then dev for the sys940x
branch. However, I thought fri2 still had a patch (I guess that's just for
PREEMPT_RT). So I guess standard/base is just fine for now.
Sorry for the confusion Nitin.
I am not clear about the decision here. The dev repo already has the
standard/sys940x branch
As seen here:
http://git.yoctoproject.org/cgit/cgit.cgi/linux-yocto-dev/log/?h=standard/sys940x
So there is no need to create a new branch in the dev repo.
And the fri2 branch has the same commit as the standard/base branch in the dev
repo.
Yep. That was the momentary miscommunication. We are good for the
branches.
Bruce
Nitin
Bruce
---
.../recipes-kernel/linux/linux-yocto-dev.bbappend | 22
++++++++++++++++++++
1 files changed, 22 insertions(+), 0 deletions(-)
create mode 100644
meta-sys940x/recipes-kernel/linux/linux-yocto-dev.bbappend
diff --git
a/meta-sys940x/recipes-kernel/linux/linux-yocto-dev.bbappend
b/meta-sys940x/recipes-kernel/linux/linux-yocto-dev.bbappend
new file mode 100644
index 0000000..563c7d7
--- /dev/null
+++ b/meta-sys940x/recipes-kernel/linux/linux-yocto-dev.bbappend
@@ -0,0 +1,22 @@
+FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
+
+KMETA = "meta"
+
+COMPATIBLE_MACHINE_sys940x = "sys940x"
+KMACHINE_sys940x = "sys940x"
+KBRANCH_sys940x = "standard/sys940x"
+KERNEL_FEATURES_sys940x = " features/drm-emgd/drm-emgd-1.16"
+
+COMPATIBLE_MACHINE_sys940x-noemgd = "sys940x-noemgd"
+KMACHINE_sys940x-noemgd = "sys940x"
+KBRANCH_sys940x-noemgd = "standard/sys940x"
+KERNEL_FEATURES_sys940x-noemgd = " cfg/vesafb"
+
+SRCREV_machine_sys940x =
"60536206ad300ccf5b2be2c2d449f4ab27170238"
+SRCREV_meta_sys940x =
"fe20c99783387dab779472ff50a88666da1c6391"
+SRCREV_emgd_sys940x =
"17aacd908ed6035213a6d206cfdb2c0c9fa9e0c1"
+
+SRCREV_machine_sys940x-noemgd =
"60536206ad300ccf5b2be2c2d449f4ab27170238"
+SRCREV_meta_sys940x-noemgd =
"fe20c99783387dab779472ff50a88666da1c6391"
+
+SRC_URI_sys940x = "git://git.yoctoproject.org/linux-yocto-
dev.git;protocol=git;nocheckout=1;branch=${KBRANCH},${KMETA},emgd-
1.16;name=machine,meta,emgd"
--
Darren Hart
Intel Open Source Technology Center
Yocto Project - Linux Kernel
_______________________________________________
meta-intel mailing list
[email protected]
https://lists.yoctoproject.org/listinfo/meta-intel