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:
parent
f18a3162fc
commit
7dfc09b818
|
|
@ -1,9 +1,7 @@
|
||||||
# Copyright (C) 2012 Digi International
|
# Copyright (C) 2012 Digi International
|
||||||
PR_append = "+del.r0"
|
PR_append = "+del.r0"
|
||||||
|
|
||||||
SRCREV_ccardxmx28js = "agonzal/yocto"
|
# Machine override would be: SRCREV_ccxmx53js_mx5 = "agonzal/yocto"
|
||||||
SRCREV_ccxmx53js = "agonzal/yocto"
|
SRCREV_mxs = "agonzal/yocto"
|
||||||
SRCREV_ccxmx51js = "agonzal/yocto"
|
SRCREV_mx5 = "agonzal/yocto"
|
||||||
SRC_URI_ccxmx53js = "${DIGI_LOG_GIT}linux-2.6.git"
|
SRC_URI = "${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"
|
|
||||||
|
|
|
||||||
|
|
@ -2,13 +2,13 @@
|
||||||
PR_append = "+del.r0"
|
PR_append = "+del.r0"
|
||||||
|
|
||||||
FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}_${PV}"
|
FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}_${PV}"
|
||||||
SRCREV_ccxmx51js = "agonzal/yocto"
|
|
||||||
SRCREV_ccxmx53js = "agonzal/yocto"
|
SRCREV_mxs = "agonzal/yocto"
|
||||||
SRCREV_ccardxmx28js = "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 \
|
SRC_URI = "${DIGI_LOG_GIT}linux-2.6.git \
|
||||||
file://defconfig \
|
file://defconfig \
|
||||||
"
|
"
|
||||||
|
|
||||||
LOCALVERSION_ccxmx51js = "mx5+agonzal_yocto"
|
|
||||||
LOCALVERSION_ccxmx53js = "mx5+agonzal_yocto"
|
|
||||||
LOCALVERSION_ccardxmx28js = "mxs+agonzal_yocto"
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue