summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Agner <stefan.agner@toradex.com>2014-12-19 14:32:07 +0100
committerStefan Agner <stefan.agner@toradex.com>2014-12-19 14:32:07 +0100
commitb0d3e34a5a1e48b1fbbca125bf29aaa7a391a370 (patch)
tree9af8f1439bd4627017b239c19636aad184bf448e
parent14c4fd1a731446bd35c820b09ad19f0d99968df4 (diff)
colibri_vf: update U-Boot and Linux kernel git hashes
Two last minute fixes: Default Product/Vendor ID for USB peripheral in U-Boot and fix for the USB peripheral RNDIS freeze.
-rw-r--r--recipes-bsp/u-boot/u-boot-toradex-fsl_git.bb2
-rw-r--r--recipes-kernel/linux/linux-toradex-vf_3.18.bb2
2 files changed, 2 insertions, 2 deletions
diff --git a/recipes-bsp/u-boot/u-boot-toradex-fsl_git.bb b/recipes-bsp/u-boot/u-boot-toradex-fsl_git.bb
index 6873f08..c9673ed 100644
--- a/recipes-bsp/u-boot/u-boot-toradex-fsl_git.bb
+++ b/recipes-bsp/u-boot/u-boot-toradex-fsl_git.bb
@@ -11,7 +11,7 @@ PR = "r0"
S = "${WORKDIR}/git"
-SRCREV_colibri-vf = "d69e7bbceb14e09f0af2cddeb68ee5734a1c2d45"
+SRCREV_colibri-vf = "f7e57f71da1eecbf1ac28339868d15492c929925"
SRCBRANCH_colibri-vf = "2014.10-toradex"
SRCREV_mx6 = "d593e1931d1a9fa00ee99dcd9b61e1c3f738ab1c"
SRCBRANCH_mx6 = "2014.04-toradex"
diff --git a/recipes-kernel/linux/linux-toradex-vf_3.18.bb b/recipes-kernel/linux/linux-toradex-vf_3.18.bb
index 73c40d7..0ec8a3f 100644
--- a/recipes-kernel/linux/linux-toradex-vf_3.18.bb
+++ b/recipes-kernel/linux/linux-toradex-vf_3.18.bb
@@ -8,6 +8,6 @@ SRC_URI = "git://git.toradex.com/linux-toradex.git;protocol=git;branch=${SRCBRAN
LOCALVERSION = "-v2.3b5"
SRCBRANCH = "toradex_vf_3.18"
-SRCREV = "068ecdab500e551f313cd6b08dccc32c9d55e137"
+SRCREV = "2d3459a0b77892017238715a7ad2471c375cd656"
DEPENDS += "lzop-native bc-native"
COMPATIBLE_MACHINE = "(colibri-vf)"