mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-09 16:01:54 -09:00
freescale-imx: new package directory
The freescale-imx directory is intended to contain all freescale i.MXyy related packages, together with their download site and version info 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:
committed by
Peter Korsgaard
parent
3496b8b5c8
commit
e2e33e2cb5
@@ -224,6 +224,7 @@ source "package/sunxi-boards/Config.in"
|
||||
source "package/ux500-firmware/Config.in"
|
||||
source "package/zd1211-firmware/Config.in"
|
||||
endmenu
|
||||
source "package/freescale-imx/Config.in"
|
||||
source "package/acpid/Config.in"
|
||||
source "package/cdrkit/Config.in"
|
||||
source "package/dbus/Config.in"
|
||||
|
||||
4
package/freescale-imx/Config.in
Normal file
4
package/freescale-imx/Config.in
Normal file
@@ -0,0 +1,4 @@
|
||||
menu "Freescale i.MX libraries"
|
||||
depends on BR2_arm
|
||||
|
||||
endmenu
|
||||
13
package/freescale-imx/freescale-imx.mk
Normal file
13
package/freescale-imx/freescale-imx.mk
Normal file
@@ -0,0 +1,13 @@
|
||||
#############################################################
|
||||
#
|
||||
# freescale-imx
|
||||
#
|
||||
#############################################################
|
||||
|
||||
FREESCALE_IMX_VERSION = 12.09.01
|
||||
|
||||
# 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
|
||||
|
||||
Reference in New Issue
Block a user