meta-digi-arm: update u-boot and linux revisions

Signed-off-by: Javier Viguera <javier.viguera@digi.com>
This commit is contained in:
Javier Viguera 2013-10-22 17:31:55 +02:00
parent ae013f70ba
commit 7ddeaa7f18
2 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
# Copyright (C) 2013 Digi International
SRCREV_external = ""
SRCREV_internal = "c0fadb69aeab54ad1afb9db1f9ba0701ab8d6807"
SRCREV_internal = "28a829fceda7d6f8b0de4c1e42e9c26e75d83e1d"
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 = "26cd72478512fb11f306698a06ecef420d912f8b"
SRCREV_internal = "c2334ce9dde8e7313dc762d021200496a7fa3cf5"
SRCREV = "${@base_conditional('DIGI_INTERNAL_GIT', '1' , '${SRCREV_internal}', '${SRCREV_external}', d)}"
SRC_URI_external = "${DIGI_GITHUB_GIT}/yocto-linux.git;protocol=git"