diff options
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 | ||
2 | DEPENDS = "${@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 | ||
18 | MACHINE_EXTRA_INSTALL = "" | 18 | MACHINE_EXTRA_INSTALL = "" |
19 | 19 | ||
20 | MACHINE_EXTRA_INSTALL_mx5 += "\ | ||
21 | amd-gpu-x11-bin-mx51 \ | ||
22 | " | ||
23 | |||
20 | MACHINE_EXTRA_INSTALL_mx6 += "\ | 24 | MACHINE_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 | ||
15 | SGX_mx5 = " \ | ||
16 | libgsl-fsl-mx51-dev \ | ||
17 | libegl-mx51-dev \ | ||
18 | libgles2-mx51-dev \ | ||
19 | " | ||
20 | |||
15 | SGX_beagleboard = "\ | 21 | SGX_beagleboard = "\ |
16 | libgles-omap3-dev \ | 22 | libgles-omap3-dev \ |
17 | " | 23 | " |