diff options
author | Gary Bisson <gary.bisson@boundarydevices.com> | 2015-05-26 10:19:37 +0200 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2015-07-11 13:00:45 +0200 |
commit | 4c0613e7de01c9e38d0f9750347937f2dbcf66cc (patch) | |
tree | a7936f27d5a6ebfd4892821f86ba9217173af3b1 /package/freescale-imx/Config.in | |
parent | 15cd6fe2222f0738713bf7e6fde53abfc643438a (diff) | |
download | buildroot-4c0613e7de01c9e38d0f9750347937f2dbcf66cc.tar.gz buildroot-4c0613e7de01c9e38d0f9750347937f2dbcf66cc.zip |
gpu-viv-bin-mx6q: rename package to imx-gpu-viv
In order to be in line with new Freescale naming convention:
https://github.com/Freescale/meta-fsl-arm/commit/74c86aa9
"Graphics recipe is renamed from gpu-viv-bin-mx6q to imx-gpu-viv"
Signed-off-by: Gary Bisson <gary.bisson@boundarydevices.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/freescale-imx/Config.in')
-rw-r--r-- | package/freescale-imx/Config.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/freescale-imx/Config.in b/package/freescale-imx/Config.in index 72d3c59784..dffe76ffc9 100644 --- a/package/freescale-imx/Config.in +++ b/package/freescale-imx/Config.in @@ -50,7 +50,7 @@ source "package/freescale-imx/gpu-amd-bin-mx51/Config.in" source "package/freescale-imx/libz160/Config.in" endif if BR2_PACKAGE_FREESCALE_IMX_PLATFORM_IMX6Q -source "package/freescale-imx/gpu-viv-bin-mx6q/Config.in" +source "package/freescale-imx/imx-gpu-viv/Config.in" endif endif |