[meta-intel] [PATCH] bsps: update meta SRCREVs

Darren Hart dvhart at linux.intel.com
Thu Jul 23 15:35:10 PDT 2015


Hrm,

What does this apply against?

WARNING: Failed to fetch URL
git://git.yoctoproject.org/linux-yocto-3.19.git;bareclone=1;branch=standard/base,meta;name=machine,meta,
attempting MIRRORS if available
ERROR: Fetcher failure: Unable to find revision
7a562420b2061216ca7e2dd2195238d51851b9fe in branch meta even from upstream
ERROR: Function failed: Fetcher failure for URL:
'git://git.yoctoproject.org/linux-yocto-3.19.git;bareclone=1;branch=standard/base,meta;name=machine,meta'.
Unable to fetch URL from any source.
ERROR: Logfile of failure stored in:
/build/yocto/master/intel-corei7-64_20141008094748/build/tmp/work/corei7-64-intel-common-poky-linux/linux-yocto/3.19.5+gitAUTOINC+7a562420b2_e152349de5-r0/temp/log.do_fetch.32282
ERROR: Task 6
(/build/yocto/master/intel-corei7-64_20141008094748/poky/meta/recipes-kernel/linux/linux-yocto_3.19.bb,
do_fetch) failed with exit code '1'

On 7/23/15 3:00 PM, Ross Burton wrote:
> From: Bruce Ashfield <bruce.ashfield at windriver.com>
> 
> Now that the BSP meta data comes from a separate git repository, we
> need to update the meta SRCREVs to ones that are valid in that tree
> (the previous REVs are only valid in a linux-yocto meta branch).
> 
> Signed-off-by: Bruce Ashfield <bruce.ashfield at windriver.com>
> ---
>  common/recipes-kernel/linux/linux-yocto-rt_3.14.bbappend    | 4 ++--
>  common/recipes-kernel/linux/linux-yocto_3.14.bbappend       | 4 ++--
>  common/recipes-kernel/linux/linux-yocto_3.19.bbappend       | 4 ++--
>  meta-emenlow/recipes-kernel/linux/linux-yocto_3.14.bbappend | 2 +-
>  4 files changed, 7 insertions(+), 7 deletions(-)
> 
> diff --git a/common/recipes-kernel/linux/linux-yocto-rt_3.14.bbappend b/common/recipes-kernel/linux/linux-yocto-rt_3.14.bbappend
> index a0b4315..dbf6841 100644
> --- a/common/recipes-kernel/linux/linux-yocto-rt_3.14.bbappend
> +++ b/common/recipes-kernel/linux/linux-yocto-rt_3.14.bbappend
> @@ -2,7 +2,7 @@ FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
>  
>  LINUX_VERSION_core2-32-intel-common = "3.14.36"
>  COMPATIBLE_MACHINE_core2-32-intel-common = "${MACHINE}"
> -SRCREV_meta_core2-32-intel-common = "162dfe3bb092c1a792e5ed224fe09672e9814b24"
> +SRCREV_meta_core2-32-intel-common = "c33d39561807e1073ca412f1c771f43e4da75994"
>  SRCREV_machine_core2-32-intel-common = "3fb54cf8f4c3254f628e6c4720fe3c731a9de0b2"
>  KMACHINE_core2-32-intel-common = "intel-core2-32"
>  KBRANCH_core2-32-intel-common = "standard/preempt-rt/base"
> @@ -10,7 +10,7 @@ KERNEL_FEATURES_append_core2-32-intel-common = "${KERNEL_FEATURES_INTEL_COMMON}"
>  
>  LINUX_VERSION_corei7-64-intel-common = "3.14.36"
>  COMPATIBLE_MACHINE_corei7-64-intel-common = "${MACHINE}"
> -SRCREV_meta_corei7-64-intel-common = "162dfe3bb092c1a792e5ed224fe09672e9814b24"
> +SRCREV_meta_corei7-64-intel-common = "c33d39561807e1073ca412f1c771f43e4da75994"
>  SRCREV_machine_corei7-64-intel-common = "3fb54cf8f4c3254f628e6c4720fe3c731a9de0b2"
>  KMACHINE_corei7-64-intel-common = "intel-corei7-64"
>  KBRANCH_corei7-64-intel-common = "standard/preempt-rt/base"
> diff --git a/common/recipes-kernel/linux/linux-yocto_3.14.bbappend b/common/recipes-kernel/linux/linux-yocto_3.14.bbappend
> index 01775b7..2407e86 100644
> --- a/common/recipes-kernel/linux/linux-yocto_3.14.bbappend
> +++ b/common/recipes-kernel/linux/linux-yocto_3.14.bbappend
> @@ -5,7 +5,7 @@ KERNEL_FEATURES_INTEL_COMMON += "features/amt/mei/mei.scc"
>  
>  LINUX_VERSION_core2-32-intel-common = "3.14.39"
>  COMPATIBLE_MACHINE_core2-32-intel-common = "${MACHINE}"
> -SRCREV_meta_core2-32-intel-common = "a996d95104b72c422a56e7d9bc8615ec4219ac74"
> +SRCREV_meta_core2-32-intel-common = "c33d39561807e1073ca412f1c771f43e4da75994"
>  SRCREV_machine_core2-32-intel-common = "bda175966009d5a94103559e6e6ae51279952f39"
>  KMACHINE_core2-32-intel-common = "intel-core2-32"
>  KBRANCH_core2-32-intel-common = "standard/base"
> @@ -13,7 +13,7 @@ KERNEL_FEATURES_append_core2-32-intel-common = "${KERNEL_FEATURES_INTEL_COMMON}"
>  
>  LINUX_VERSION_corei7-64-intel-common = "3.14.39"
>  COMPATIBLE_MACHINE_corei7-64-intel-common = "${MACHINE}"
> -SRCREV_meta_corei7-64-intel-common = "a996d95104b72c422a56e7d9bc8615ec4219ac74"
> +SRCREV_meta_corei7-64-intel-common = "c33d39561807e1073ca412f1c771f43e4da75994"
>  SRCREV_machine_corei7-64-intel-common = "bda175966009d5a94103559e6e6ae51279952f39"
>  KMACHINE_corei7-64-intel-common = "intel-corei7-64"
>  KBRANCH_corei7-64-intel-common = "standard/base"
> diff --git a/common/recipes-kernel/linux/linux-yocto_3.19.bbappend b/common/recipes-kernel/linux/linux-yocto_3.19.bbappend
> index a0f0e34..a074be0 100644
> --- a/common/recipes-kernel/linux/linux-yocto_3.19.bbappend
> +++ b/common/recipes-kernel/linux/linux-yocto_3.19.bbappend
> @@ -5,7 +5,7 @@ KERNEL_FEATURES_INTEL_COMMON += "features/amt/mei/mei.scc"
>  
>  LINUX_VERSION_core2-32-intel-common = "3.19.5"
>  COMPATIBLE_MACHINE_core2-32-intel-common = "${MACHINE}"
> -SRCREV_meta_core2-32-intel-common = "913358acd0e27f274c96da7d699e2d18b2c9ee27"
> +SRCREV_meta_core2-32-intel-common = "7a562420b2061216ca7e2dd2195238d51851b9fe"
>  SRCREV_machine_core2-32-intel-common = "e152349de59b43b2a75f2c332b44171df461d5a0"
>  KMACHINE_core2-32-intel-common = "intel-core2-32"
>  KBRANCH_core2-32-intel-common = "standard/base"
> @@ -13,7 +13,7 @@ KERNEL_FEATURES_append_core2-32-intel-common = "${KERNEL_FEATURES_INTEL_COMMON}"
>  
>  LINUX_VERSION_corei7-64-intel-common = "3.19.5"
>  COMPATIBLE_MACHINE_corei7-64-intel-common = "${MACHINE}"
> -SRCREV_meta_corei7-64-intel-common = "913358acd0e27f274c96da7d699e2d18b2c9ee27"
> +SRCREV_meta_corei7-64-intel-common = "7a562420b2061216ca7e2dd2195238d51851b9fe"
>  SRCREV_machine_corei7-64-intel-common = "e152349de59b43b2a75f2c332b44171df461d5a0"
>  KMACHINE_corei7-64-intel-common = "intel-corei7-64"
>  KBRANCH_corei7-64-intel-common = "standard/base"
> diff --git a/meta-emenlow/recipes-kernel/linux/linux-yocto_3.14.bbappend b/meta-emenlow/recipes-kernel/linux/linux-yocto_3.14.bbappend
> index 60bd552..a2b8d67 100644
> --- a/meta-emenlow/recipes-kernel/linux/linux-yocto_3.14.bbappend
> +++ b/meta-emenlow/recipes-kernel/linux/linux-yocto_3.14.bbappend
> @@ -7,4 +7,4 @@ KERNEL_FEATURES_append_emenlow-noemgd = " features/drm-gma500/drm-gma500"
>  
>  LINUX_VERSION_emenlow-noemgd = "3.14.36"
>  SRCREV_machine_emenlow-noemgd = "4434aa71ff7043c570f9eae493df1ccadbda9b85"
> -SRCREV_meta_emenlow-noemgd = "162dfe3bb092c1a792e5ed224fe09672e9814b24"
> +SRCREV_meta_emenlow-noemgd = "c33d39561807e1073ca412f1c771f43e4da75994"
> 

-- 
Darren Hart
Intel Open Source Technology Center


More information about the meta-intel mailing list