diff options
author | Riku Voipio <riku.voipio@linaro.org> | 2013-10-03 10:56:41 +0300 |
---|---|---|
committer | Riku Voipio <riku.voipio@linaro.org> | 2013-10-03 10:56:41 +0300 |
commit | 856fc1055a0a526f97cf9f6b6ed194abc7beee90 (patch) | |
tree | 5d399a96915f39c3dbaabccf8300929aeaa2620e | |
parent | 93e74be67bbf368f81a173ed3a53698fb156ba7e (diff) | |
download | meta-linaro-856fc1055a0a526f97cf9f6b6ed194abc7beee90.tar.gz |
kernel: pin bigendian kernel to 13.09 releases
Stick to the released version while we wait for linux-linaro
to regain bigendian patches
-rw-r--r-- | meta-linaro/recipes-kernel/linux/linux-linaro-vexpress_git.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-linaro/recipes-kernel/linux/linux-linaro-vexpress_git.bb b/meta-linaro/recipes-kernel/linux/linux-linaro-vexpress_git.bb index 36a3624b..e3d08d6b 100644 --- a/meta-linaro/recipes-kernel/linux/linux-linaro-vexpress_git.bb +++ b/meta-linaro/recipes-kernel/linux/linux-linaro-vexpress_git.bb @@ -2,6 +2,7 @@ DESCRIPTION = "Linaro Kernel For Vexpress/KVM" require linaro-kernel.inc +SRCREV = "2a0563041d1672e7e2e09703aa4d3feffc72053c" PV = "3.11+git${SRCPV}" KERNEL_DEVICETREE = "vexpress-v2p-ca15-tc1.dtb" |