recipes-kernel: fix soc-family SRCREV override

So it uses our own revision instead of FSL's.

Signed-off-by: Javier Viguera <javier.viguera@digi.com>
This commit is contained in:
Javier Viguera 2012-12-14 10:22:45 +01:00
parent f18a3162fc
commit 7dfc09b818
2 changed files with 11 additions and 13 deletions

View File

@ -1,9 +1,7 @@
# Copyright (C) 2012 Digi International
PR_append = "+del.r0"
SRCREV_ccardxmx28js = "agonzal/yocto"
SRCREV_ccxmx53js = "agonzal/yocto"
SRCREV_ccxmx51js = "agonzal/yocto"
SRC_URI_ccxmx53js = "${DIGI_LOG_GIT}linux-2.6.git"
SRC_URI_ccxmx51js = "${DIGI_LOG_GIT}linux-2.6.git"
SRC_URI_ccardxmx28js = "${DIGI_LOG_GIT}linux-2.6.git"
# Machine override would be: SRCREV_ccxmx53js_mx5 = "agonzal/yocto"
SRCREV_mxs = "agonzal/yocto"
SRCREV_mx5 = "agonzal/yocto"
SRC_URI = "${DIGI_LOG_GIT}linux-2.6.git"

View File

@ -2,13 +2,13 @@
PR_append = "+del.r0"
FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}_${PV}"
SRCREV_ccxmx51js = "agonzal/yocto"
SRCREV_ccxmx53js = "agonzal/yocto"
SRCREV_ccardxmx28js = "agonzal/yocto"
SRCREV_mxs = "agonzal/yocto"
LOCALVERSION_mxs = "mxs+agonzal_yocto"
SRCREV_mx5 = "agonzal/yocto"
LOCALVERSION_mx5 = "mx5+agonzal_yocto"
SRC_URI = "${DIGI_LOG_GIT}linux-2.6.git \
file://defconfig \
"
LOCALVERSION_ccxmx51js = "mx5+agonzal_yocto"
LOCALVERSION_ccxmx53js = "mx5+agonzal_yocto"
LOCALVERSION_ccardxmx28js = "mxs+agonzal_yocto"