meta-digi-arm: linux-imx, update recipe to use meta-fsl-arm/denzil.
Set machine specific SRCREV and LOCALVERSION. Signed-off-by: Alex Gonzalez <alex.gonzalez@digi.com>
This commit is contained in:
parent
91907973d4
commit
98114fb6bd
|
|
@ -2,9 +2,13 @@
|
||||||
PR_append = "+digi.0"
|
PR_append = "+digi.0"
|
||||||
|
|
||||||
FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}_${PV}"
|
FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}_${PV}"
|
||||||
SRC_URI = "git://log-sln-git.digi.com/linux-2.6.git;tag=agonzal/yocto \
|
SRCREV_ccxmx51js = "agonzal/yocto"
|
||||||
|
SRCREV_ccxmx53js = "agonzal/yocto"
|
||||||
|
SRCREV_ccardxmx28js = "agonzal/yocto"
|
||||||
|
SRC_URI = "git://log-sln-git.digi.com/linux-2.6.git \
|
||||||
file://defconfig \
|
file://defconfig \
|
||||||
"
|
"
|
||||||
|
|
||||||
LOCALVERSION_mx5 = "mx5+agonzal_yocto"
|
LOCALVERSION_ccxmx51js = "mx5+agonzal_yocto"
|
||||||
LOCALVERSION_mxs = "mxs+agonzal_yocto"
|
LOCALVERSION_ccxmx53js = "mx5+agonzal_yocto"
|
||||||
|
LOCALVERSION_ccardxmx28js = "mxs+agonzal_yocto"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue