41a65bf5be
This commit bumps both imx-lib and firmware-imx to version 1.1.0. Signed-off-by: Henk Fijnvandraat <h.fijnvandraat@inter.nl.net> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
14 lines
360 B
Makefile
14 lines
360 B
Makefile
#############################################################
|
|
#
|
|
# freescale-imx
|
|
#
|
|
#############################################################
|
|
|
|
FREESCALE_IMX_VERSION = 1.1.0
|
|
|
|
# No official download site from freescale, just this mirror
|
|
FREESCALE_IMX_MIRROR_SITE = http://download.ossystems.com.br/bsp/freescale/source
|
|
|
|
include package/freescale-imx/*/*.mk
|
|
|