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 /Config.in.legacy | |
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 'Config.in.legacy')
-rw-r--r-- | Config.in.legacy | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/Config.in.legacy b/Config.in.legacy index 90e13399df..edf99120ce 100644 --- a/Config.in.legacy +++ b/Config.in.legacy @@ -107,6 +107,15 @@ endif ############################################################################### comment "Legacy options removed in 2015.08" +config BR2_PACKAGE_GPU_VIV_BIN_MX6Q + bool "gpu-viv-bin-mx6q" + select BR2_LEGACY + select BR2_PACKAGE_IMX_GPU_VIV + help + Vivante graphics libraries have been renamed to + BR2_PACKAGE_IMX_GPU_VIV to be aligned with upstream package + name. + config BR2_PACKAGE_LIBSEMANAGE_PYTHON_BINDINGS depends on BR2_PACKAGE_PYTHON bool "libsemanage python bindings removed" |