diff options
author | 2017-04-09 16:32:01 +0000 | |
---|---|---|
committer | 2017-04-10 19:07:53 +0200 | |
commit | 9ce7368ec892f1e756ac000bb63138a878dbb3d2 (patch) | |
tree | 686c5678612a313d6096a8fda03753ac06e0c199 | |
parent | f0af15666005667c95b31927b6e8a6a5412205f5 (diff) | |
download | meta-qcom-9ce7368ec892f1e756ac000bb63138a878dbb3d2.tar.gz meta-qcom-9ce7368ec892f1e756ac000bb63138a878dbb3d2.tar.bz2 meta-qcom-9ce7368ec892f1e756ac000bb63138a878dbb3d2.zip |
xf86-video-freedreno: Limit to arm and aarch64 arches
Makes meta-qcom play well in multi-bsp setup where non-arm
architectures are also involved.
Signed-off-by: Khem Raj <raj.khem@gmail.com>
(cherry picked from commit 44d5842133e35861769e5f5451c3f15d5297fec0)
-rw-r--r-- | recipes-graphics/xorg-driver/xf86-video-freedreno_1.4.0.bb | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/recipes-graphics/xorg-driver/xf86-video-freedreno_1.4.0.bb b/recipes-graphics/xorg-driver/xf86-video-freedreno_1.4.0.bb index bae4ff9..43cc94f 100644 --- a/recipes-graphics/xorg-driver/xf86-video-freedreno_1.4.0.bb +++ b/recipes-graphics/xorg-driver/xf86-video-freedreno_1.4.0.bb @@ -2,6 +2,11 @@ require recipes-graphics/xorg-driver/xorg-driver-video.inc SUMMARY = "X.Org driver for Adreno mobile GPUs" +COMPATIBLE_MACHINE = "(-)" +COMPATIBLE_MACHINE_armv7a = "(.*)" +COMPATIBLE_MACHINE_armv7ve = "(.*)" +COMPATIBLE_MACHINE_aarch64 = "(.*)" + #FIXME: LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/MIT;md5=0835ade698e0bcf8506ecda2f7b4f302" SRC_URI[md5sum] = "e0f49b1a07ac2d390a1239701b5fcefc" |