meta-fsl-arm: Use the meta-fsl-arm linux-imx recipe.
Add a bbappend file and the corresponding defconfigs for all platforms. Signed-off-by: Alex Gonzalez <alex.gonzalez@digi.com>
This commit is contained in:
parent
3c3fbcbeed
commit
fa47770a80
|
|
@ -1,18 +0,0 @@
|
||||||
# Copyright (C) 2012 Digi International
|
|
||||||
PR = "${INC_PR}.0"
|
|
||||||
|
|
||||||
include recipes-kernel/linux/linux-imx.inc
|
|
||||||
|
|
||||||
COMPATIBLE_MACHINE = "(mxs|mx5)"
|
|
||||||
|
|
||||||
SRCREV_mxs = "agonzal/yocto"
|
|
||||||
LOCALVERSION_mxs = "-mxs+agonzal_yocto"
|
|
||||||
|
|
||||||
|
|
||||||
SRCREV_mx5 = "agonzal/yocto"
|
|
||||||
LOCALVERSION_mx5 = "-mx5x+agonzal_yocto"
|
|
||||||
|
|
||||||
SRC_URI = "git://log-sln-git.digi.com/linux-2.6.git \
|
|
||||||
file://defconfig \
|
|
||||||
"
|
|
||||||
|
|
||||||
|
|
@ -0,0 +1,10 @@
|
||||||
|
# Copyright (C) 2012 Digi International
|
||||||
|
PR_append = "+digi.0"
|
||||||
|
|
||||||
|
FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}_${PV}"
|
||||||
|
SRC_URI = "git://log-sln-git.digi.com/linux-2.6.git;tag=agonzal/yocto \
|
||||||
|
file://defconfig \
|
||||||
|
"
|
||||||
|
|
||||||
|
LOCALVERSION_mx5 = "mx5+agonzal_yocto"
|
||||||
|
LOCALVERSION_mxs = "mxs+agonzal_yocto"
|
||||||
Loading…
Reference in New Issue