From 48eee5baaf7b4cfec127b84c4bf7b537fe2bce35 Mon Sep 17 00:00:00 2001 From: Samuli Piippo Date: Thu, 29 Aug 2013 09:25:28 +0300 Subject: Move machine dependent packages to machine config files Add config also for imx53qsb machines Change-Id: I5a391c29f917bf61bccbcd06a1973ee60dde8de9 Reviewed-by: Andy Nichols --- recipes/images/b2qt-embedded-image.bb | 30 +----------------------------- 1 file changed, 1 insertion(+), 29 deletions(-) (limited to 'recipes/images') diff --git a/recipes/images/b2qt-embedded-image.bb b/recipes/images/b2qt-embedded-image.bb index cc5a124..6dc4f1f 100644 --- a/recipes/images/b2qt-embedded-image.bb +++ b/recipes/images/b2qt-embedded-image.bb @@ -14,35 +14,7 @@ inherit core-image EXTRA_IMAGEDEPENDS_mx6 += "u-boot-script-boundary" -MACHINE_EXTRA_INSTALL = "" - -MACHINE_EXTRA_INSTALL_raspberrypi += "\ - vc-graphics \ - " - -MACHINE_EXTRA_INSTALL_mx5 += "\ - amd-gpu-x11-bin-mx51 \ - " - -MACHINE_EXTRA_INSTALL_mx6 += "\ - libgal-mx6 \ - libegl-mx6 \ - libgles2-mx6 \ - gst-fsl-plugin \ - " - -MACHINE_EXTRA_INSTALL_beagleboard += "\ - libgles-omap3 \ - libgles-omap3-rawdemos \ - " - -MACHINE_EXTRA_INSTALL_emulator = "\ - llvm3.2 \ - libegl-mesa \ - libegl-gallium \ - libgles2-mesa \ - mount-vboxsf \ - " +MACHINE_EXTRA_INSTALL ?= "" GSTREAMER_EXTRA_INSTALL = "\ gst-meta-video \ -- cgit v1.2.3-54-g00ecf