imx-lib: move to the freescale-imx directory
This commit moves the imx-lib package to the newly introduced freescale-imx/ directory, and uses the new variables provided by freescale-imx/freescale-imx.mk. 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>
This commit is contained in:
parent
e2e33e2cb5
commit
d0fb7b8f81
@ -465,7 +465,6 @@ endmenu
|
||||
menu "Hardware handling"
|
||||
source "package/ccid/Config.in"
|
||||
source "package/dtc/Config.in"
|
||||
source "package/imx-lib/Config.in"
|
||||
source "package/lcdapi/Config.in"
|
||||
source "package/libaio/Config.in"
|
||||
source "package/libatasmart/Config.in"
|
||||
|
@ -1,4 +1,6 @@
|
||||
menu "Freescale i.MX libraries"
|
||||
depends on BR2_arm
|
||||
|
||||
source "package/freescale-imx/imx-lib/Config.in"
|
||||
|
||||
endmenu
|
||||
|
@ -4,9 +4,8 @@
|
||||
#
|
||||
#############################################################
|
||||
|
||||
IMX_LIB_VERSION = 12.09.01
|
||||
# No official download site from freescale, just this mirror
|
||||
IMX_LIB_SITE = http://download.ossystems.com.br/bsp/freescale/source
|
||||
IMX_LIB_VERSION = $(FREESCALE_IMX_VERSION)
|
||||
IMX_LIB_SITE = $(FREESCALE_IMX_MIRROR_SITE)
|
||||
IMX_LIB_LICENSE = LGPLv2.1+
|
||||
# No license file included
|
||||
|
Loading…
Reference in New Issue
Block a user