[meta-intel] [Patch v2 1/1] sys940x: linux-yocto-dev recipe extension

Bruce Ashfield bruce.ashfield at windriver.com
Thu Feb 28 13:51:08 PST 2013


On 13-02-28 04:47 PM, Darren Hart wrote:
> On 02/28/2013 12:44 PM, nitin.a.kamble at intel.com wrote:
>> From: Nitin A Kamble <nitin.a.kamble at intel.com>
>>
>> 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 <nitin.a.kamble at intel.com>
>
>
> Acked-by: Darren Hart <dvhart at linux.intel.com>
>
> (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.

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




More information about the meta-intel mailing list