1c3b7870cf
This helper was introduced before Freescale was part of NXP. Nowadays, we have NXP packages, and they do use the same archiving format. Move the Freescale-specific extract helper to a common location, so that it can be used by other packages in the future. Signed-off-by: Francois Perrad <francois.perrad@gadz.org> [yann.morin.1998@free.fr: provide the rationale in the commit log] Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
10 lines
303 B
Makefile
10 lines
303 B
Makefile
################################################################################
|
|
#
|
|
# freescale-imx
|
|
#
|
|
################################################################################
|
|
|
|
FREESCALE_IMX_SITE = http://www.nxp.com/lgfiles/NMG/MAD/YOCTO
|
|
|
|
include $(sort $(wildcard package/freescale-imx/*/*.mk))
|