meta-digi: update linux and u-boot revisions

Signed-off-by: Javier Viguera <javier.viguera@digi.com>
This commit is contained in:
Javier Viguera 2013-10-03 15:34:42 +02:00
parent b0247e7e05
commit 8f9c31b14c
2 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
# Copyright (C) 2013 Digi International
SRCREV_external = ""
SRCREV_internal = "f206b8f5deb74a689a1d99e50bb377da77b28ddd"
SRCREV_internal = "c0fadb69aeab54ad1afb9db1f9ba0701ab8d6807"
SRCREV = "${@base_conditional('DIGI_INTERNAL_GIT', '1' , '${SRCREV_internal}', '${SRCREV_external}', d)}"
SRC_URI_external = "${DIGI_GITHUB_GIT}/yocto-uboot.git;protocol=git"

View File

@ -1,7 +1,7 @@
# Copyright (C) 2012 Digi International
SRCREV_external = ""
SRCREV_internal = "35ac8de23d2f0b189855d0a95d20349405e01642"
SRCREV_internal = "26cd72478512fb11f306698a06ecef420d912f8b"
SRCREV = "${@base_conditional('DIGI_INTERNAL_GIT', '1' , '${SRCREV_internal}', '${SRCREV_external}', d)}"
SRC_URI_external = "${DIGI_GITHUB_GIT}/yocto-linux.git;protocol=git"