firmware-imx: move to the freescale-imx directory

This commit moves the firmware-imx 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:
Henk Fijnvandraat 2013-05-26 12:08:26 +00:00 committed by Peter Korsgaard
parent d0fb7b8f81
commit 7aa425e903
4 changed files with 4 additions and 5 deletions

View File

@ -217,7 +217,6 @@ menu "Hardware handling"
menu "Misc devices firmwares"
source "package/am33x-cm3/Config.in"
source "package/b43-firmware/Config.in"
source "package/firmware-imx/Config.in"
source "package/linux-firmware/Config.in"
source "package/rpi-firmware/Config.in"
source "package/sunxi-boards/Config.in"

View File

@ -2,5 +2,6 @@ menu "Freescale i.MX libraries"
depends on BR2_arm
source "package/freescale-imx/imx-lib/Config.in"
source "package/freescale-imx/firmware-imx/Config.in"
endmenu

View File

@ -1,12 +1,11 @@
#############################################################
#
# buildroot makefile for firmware-imx
# firmware-imx
#
#############################################################
FIRMWARE_IMX_VERSION = 12.09.01
# No official download site from freescale, just this mirror
FIRMWARE_IMX_SITE = http://download.ossystems.com.br/bsp/freescale/source
FIRMWARE_IMX_VERSION = $(FREESCALE_IMX_VERSION)
FIRMWARE_IMX_SITE = $(FREESCALE_IMX_MIRROR_SITE)
FIRMWARE_IMX_SOURCE = firmware-imx-$(FIRMWARE_IMX_VERSION).bin
FIRMWARE_IMX_LICENSE = Freescale Semiconductor Software License Agreement, \
Atheros license (ath6k)