diff options
| author | Nitin A Kamble <nitin.a.kamble@intel.com> | 2013-06-04 09:32:19 +0000 |
|---|---|---|
| committer | Tom Zanussi <tom.zanussi@intel.com> | 2013-06-12 17:06:56 -0500 |
| commit | cb36b33a160287355bab89c0718a7d0768bd7cb0 (patch) | |
| tree | c3cabcbbc987d95dd22e12dc3544d0d2664581c4 /meta-sys940x/recipes-kernel | |
| parent | 033d88db13784a352bc2bd97a27a15d29ce00093 (diff) | |
| download | meta-intel-cb36b33a160287355bab89c0718a7d0768bd7cb0.tar.gz | |
sys940x: linux-yocto_3.8: update kernel SRCREVs
Updating the kernel branch SRCREVs to use latest HEAD commits of
the respective kernel branches. And rearrange the BSP specific lines
in the recipe in separate groups.
This updates this BSPs v3.8 kernel to version 3.8.11.
Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
Diffstat (limited to 'meta-sys940x/recipes-kernel')
| -rw-r--r-- | meta-sys940x/recipes-kernel/linux/linux-yocto_3.8.bbappend | 17 |
1 files changed, 7 insertions, 10 deletions
diff --git a/meta-sys940x/recipes-kernel/linux/linux-yocto_3.8.bbappend b/meta-sys940x/recipes-kernel/linux/linux-yocto_3.8.bbappend index 6340c1ad..71628761 100644 --- a/meta-sys940x/recipes-kernel/linux/linux-yocto_3.8.bbappend +++ b/meta-sys940x/recipes-kernel/linux/linux-yocto_3.8.bbappend | |||
| @@ -1,24 +1,21 @@ | |||
| 1 | FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" | 1 | FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" |
| 2 | 2 | ||
| 3 | KMETA = "meta" | 3 | KMETA = "meta" |
| 4 | LINUX_VERSION = "3.8.11" | ||
| 4 | 5 | ||
| 5 | COMPATIBLE_MACHINE_sys940x = "sys940x" | 6 | COMPATIBLE_MACHINE_sys940x = "sys940x" |
| 6 | KMACHINE_sys940x = "sys940x" | 7 | KMACHINE_sys940x = "sys940x" |
| 7 | KBRANCH_sys940x = "standard/sys940x" | 8 | KBRANCH_sys940x = "standard/sys940x" |
| 8 | KERNEL_FEATURES_sys940x = " features/drm-emgd/drm-emgd-1.16" | 9 | KERNEL_FEATURES_sys940x = " features/drm-emgd/drm-emgd-1.16" |
| 10 | SRCREV_meta_sys940x = "edd6461602f6c2fc27bc72997e4437f422a9dccd" | ||
| 11 | SRCREV_machine_sys940x = "6ed6ca790b7afef5881de4566850bbc30ae26df6" | ||
| 12 | SRCREV_emgd_sys940x = "c780732f175ff0ec866fac2130175876b519b576" | ||
| 13 | SRC_URI_sys940x = "git://git.yoctoproject.org/linux-yocto-3.8.git;protocol=git;nocheckout=1;branch=${KBRANCH},${KMETA},emgd-1.16;name=machine,meta,emgd" | ||
| 9 | 14 | ||
| 10 | COMPATIBLE_MACHINE_sys940x-noemgd = "sys940x-noemgd" | 15 | COMPATIBLE_MACHINE_sys940x-noemgd = "sys940x-noemgd" |
| 11 | KMACHINE_sys940x-noemgd = "sys940x" | 16 | KMACHINE_sys940x-noemgd = "sys940x" |
| 12 | KBRANCH_sys940x-noemgd = "standard/sys940x" | 17 | KBRANCH_sys940x-noemgd = "standard/sys940x" |
| 13 | KERNEL_FEATURES_sys940x-noemgd = " cfg/vesafb" | 18 | KERNEL_FEATURES_sys940x-noemgd = " cfg/vesafb" |
| 19 | SRCREV_meta_sys940x-noemgd = "edd6461602f6c2fc27bc72997e4437f422a9dccd" | ||
| 20 | SRCREV_machine_sys940x-noemgd = "6ed6ca790b7afef5881de4566850bbc30ae26df6" | ||
| 14 | 21 | ||
| 15 | LINUX_VERSION = "3.8.4" | ||
| 16 | |||
| 17 | SRCREV_meta_sys940x = "2a6d36e75ca0a121570a389d7bab76ec240cbfda" | ||
| 18 | SRCREV_machine_sys940x = "47aed0c17c1c55988198ad39f86ae88894c8e0a4" | ||
| 19 | SRCREV_emgd_sys940x = "c780732f175ff0ec866fac2130175876b519b576" | ||
| 20 | |||
| 21 | SRCREV_meta_sys940x-noemgd = "2a6d36e75ca0a121570a389d7bab76ec240cbfda" | ||
| 22 | SRCREV_machine_sys940x-noemgd = "47aed0c17c1c55988198ad39f86ae88894c8e0a4" | ||
| 23 | |||
| 24 | SRC_URI_sys940x = "git://git.yoctoproject.org/linux-yocto-3.8.git;protocol=git;nocheckout=1;branch=${KBRANCH},${KMETA},emgd-1.16;name=machine,meta,emgd" | ||
