[meta-intel] [PATCH 10/10] sys940x: linux-yocto-dev recipe extension

Darren Hart darren.hart at intel.com
Thu Feb 28 12:26:41 PST 2013


On 02/27/2013 04:28 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>
> ---
>  .../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..2156124
> --- /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/base"
> +KERNEL_FEATURES_sys940x = " features/drm-emgd/drm-emgd-1.16"
> +
> +COMPATIBLE_MACHINE_sys940x-noemgd = "sys940x-noemgd"
> +KMACHINE_sys940x-noemgd = "sys940x"
> +KBRANCH_sys940x-noemgd = "standard/base"

Hrm, don't we have a standard/sys940x? If not we should or at least we
should use the fri2 one.

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



More information about the meta-intel mailing list