summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSamuli Piippo <samuli.piippo@digia.com>2013-05-21 16:09:45 +0300
committerSamuli Piippo <samuli.piippo@digia.com>2013-05-24 09:36:53 +0300
commita1b0003d81cf3303b3468b0cc5da556d9f388b24 (patch)
tree019f913ca4bccb3d5074b2dce06c0a4093886e71
parent49e7fe79370fa5d27dd1d84ff8d534942fafbf1f (diff)
downloadmeta-boot2qt-a1b0003d81cf3303b3468b0cc5da556d9f388b24.tar.gz
mx5: support for imx5 with hw graphics
Change-Id: Iefbf82d6bc4d2ad2d00fa4b2cf8883f233e0fa67 Reviewed-by: Kalle Viironen <kalle.viironen@digia.com>
-rw-r--r--recipes/amd-gpu-x11-bin-mx51/amd-gpu-x11-bin-mx51_11.09.01.bbappend2
-rw-r--r--recipes/images/b2qt-embedded-image.bb4
-rw-r--r--recipes/packagegroup/nativesdk-packagegroup-b2qt-embedded-toolchain-target.bb6
3 files changed, 12 insertions, 0 deletions
diff --git a/recipes/amd-gpu-x11-bin-mx51/amd-gpu-x11-bin-mx51_11.09.01.bbappend b/recipes/amd-gpu-x11-bin-mx51/amd-gpu-x11-bin-mx51_11.09.01.bbappend
new file mode 100644
index 0000000..45366bd
--- /dev/null
+++ b/recipes/amd-gpu-x11-bin-mx51/amd-gpu-x11-bin-mx51_11.09.01.bbappend
@@ -0,0 +1,2 @@
1# dependency to x11 only when distro features have it
2DEPENDS = "${@base_contains('DISTRO_FEATURES', 'x11', 'virtual/libx11', '', d)}"
diff --git a/recipes/images/b2qt-embedded-image.bb b/recipes/images/b2qt-embedded-image.bb
index dc88e81..13097d7 100644
--- a/recipes/images/b2qt-embedded-image.bb
+++ b/recipes/images/b2qt-embedded-image.bb
@@ -17,6 +17,10 @@ EXTRA_IMAGEDEPENDS_mx6 += "u-boot-script-boundary"
17 17
18MACHINE_EXTRA_INSTALL = "" 18MACHINE_EXTRA_INSTALL = ""
19 19
20MACHINE_EXTRA_INSTALL_mx5 += "\
21 amd-gpu-x11-bin-mx51 \
22 "
23
20MACHINE_EXTRA_INSTALL_mx6 += "\ 24MACHINE_EXTRA_INSTALL_mx6 += "\
21 gpu-viv-bin-mx6q \ 25 gpu-viv-bin-mx6q \
22 gst-fsl-plugin \ 26 gst-fsl-plugin \
diff --git a/recipes/packagegroup/nativesdk-packagegroup-b2qt-embedded-toolchain-target.bb b/recipes/packagegroup/nativesdk-packagegroup-b2qt-embedded-toolchain-target.bb
index 1926abe..1a56190 100644
--- a/recipes/packagegroup/nativesdk-packagegroup-b2qt-embedded-toolchain-target.bb
+++ b/recipes/packagegroup/nativesdk-packagegroup-b2qt-embedded-toolchain-target.bb
@@ -12,6 +12,12 @@ SGX_mx6 = " \
12 libgles2-mx6-dev \ 12 libgles2-mx6-dev \
13 " 13 "
14 14
15SGX_mx5 = " \
16 libgsl-fsl-mx51-dev \
17 libegl-mx51-dev \
18 libgles2-mx51-dev \
19 "
20
15SGX_beagleboard = "\ 21SGX_beagleboard = "\
16 libgles-omap3-dev \ 22 libgles-omap3-dev \
17 " 23 "