meta-digi-arm: Use master for linux-imx and linux-libc-headers-imx.

The agonzal/yocto kernel branch has now been merged to the master.

Signed-off-by: Alex Gonzalez <alex.gonzalez@digi.com>
This commit is contained in:
Alex Gonzalez 2013-02-14 18:52:05 +01:00
parent b3435cd892
commit d668f92834
2 changed files with 7 additions and 7 deletions

View File

@ -1,7 +1,7 @@
# Copyright (C) 2012 Digi International
PR_append = "+del.r0"
# Machine override would be: SRCREV_ccimx53js_mx5 = "agonzal/yocto"
SRCREV_mxs = "agonzal/yocto"
SRCREV_mx5 = "agonzal/yocto"
# Machine override would be: SRCREV_ccimx53js_mx5 = "master"
SRCREV_mxs = "master"
SRCREV_mx5 = "master"
SRC_URI = "${DIGI_LOG_GIT}linux-2.6.git"

View File

@ -3,11 +3,11 @@ PR_append = "+del.r0"
FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}_${PV}"
SRCREV_mxs = "agonzal/yocto"
LOCALVERSION_mxs = "mxs+agonzal_yocto"
SRCREV_mxs = "master"
LOCALVERSION_mxs = "mxs+master"
SRCREV_mx5 = "agonzal/yocto"
LOCALVERSION_mx5 = "mx5+agonzal_yocto"
SRCREV_mx5 = "master"
LOCALVERSION_mx5 = "mx5+master"
SRC_URI = "${DIGI_LOG_GIT}linux-2.6.git \
file://defconfig \