333580b680
Arm and aarch64 packages don't contain examples anymore so drop the
config option to install them to prevent build failure when selected:
>>> imx-gpu-g2d 6.4.3.p4.4-arm Installing to target
mkdir -p /home/sszy/br-test-pkg/bootlin-armv7-glibc/target/usr/share/examples/
cp -a /home/sszy/br-test-pkg/bootlin-armv7-glibc/build/imx-gpu-g2d-6.4.3.p4.4-arm/gpu-demos/opt/* /home/sszy/br-test-pkg/bootlin-armv7-glibc/target/usr/share/examples/
cp: cannot stat '/home/sszy/br-test-pkg/bootlin-armv7-glibc/build/imx-gpu-g2d-6.4.3.p4.4-arm/gpu-demos/opt/*': No such file or directory
make: *** [package/pkg-generic.mk:384: /home/sszy/br-test-pkg/bootlin-armv7-glibc/build/imx-gpu-g2d-6.4.3.p4.4-arm/.stamp_target_installed] Error 1
Fixes: b84557b588
("package/freescale-imx/imx-gpu-g2d: bump version to 6.4.3.p4.4")
Signed-off-by: Sébastien Szymanski <sebastien.szymanski@armadeus.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
21 lines
670 B
Plaintext
21 lines
670 B
Plaintext
comment "imx-gpu-g2d needs a glibc toolchain with armhf enabled"
|
|
depends on BR2_arm
|
|
depends on !BR2_TOOLCHAIN_USES_GLIBC || !BR2_ARM_EABIHF
|
|
|
|
comment "imx-gpu-g2d needs a glibc toolchain"
|
|
depends on BR2_aarch64
|
|
depends on !BR2_TOOLCHAIN_USES_GLIBC
|
|
|
|
config BR2_PACKAGE_IMX_GPU_G2D
|
|
bool "imx-gpu-g2d"
|
|
# Pre-built binaries only available for ARM EABIhf
|
|
depends on (BR2_arm && BR2_ARM_EABIHF) || BR2_aarch64
|
|
# Library binaries are linked against libc.so.6
|
|
depends on BR2_TOOLCHAIN_USES_GLIBC
|
|
select BR2_PACKAGE_IMX_GPU_VIV
|
|
help
|
|
Userspace 2D libraries for Vivante GPU on i.MX platforms.
|
|
|
|
This library is provided by NXP as-is and doesn't have an
|
|
upstream.
|