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:
parent
b3435cd892
commit
d668f92834
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -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 \
|
||||
|
|
|
|||
Loading…
Reference in New Issue