e783d8a519
Bumping the version requires some heavy changes in the different i.MX related packages. Instead of having a single huge patch, those changes are split in smaller patches, one per affected package. This has the inconvenient side-effect of breaking the build right now with the bump; but it is better since the patches are easier to understand. Signed-off-by: Gary Bisson <bisson.gary@gmail.com> Acked-by: "Yann E. MORIN" <yann.morin.1998@free.fr> [yann.morin.1998@free.fr: expand commit log] Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Cc: Hadrien Boutteville <hadrien.boutteville@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
11 lines
351 B
Makefile
11 lines
351 B
Makefile
################################################################################
|
|
#
|
|
# freescale-imx
|
|
#
|
|
################################################################################
|
|
|
|
FREESCALE_IMX_VERSION = 3.10.17-1.0.0
|
|
FREESCALE_IMX_SITE = http://www.freescale.com/lgfiles/NMG/MAD/YOCTO/
|
|
|
|
include $(sort $(wildcard package/freescale-imx/*/*.mk))
|