[oe-commits] Koen Kooi : omap3 machines: add omap3-sgx-modules to RECOMMENDS

GIT User account git at amethyst.openembedded.net
Tue Jan 6 23:48:59 UTC 2009


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 4f6da8663723f9534513cbc7376e27aa3ce47792
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=4f6da8663723f9534513cbc7376e27aa3ce47792

Author: Koen Kooi <koen at openembedded.org>
Date:   Wed Jan  7 00:44:44 2009 +0100

omap3 machines: add omap3-sgx-modules to RECOMMENDS

---

 conf/machine/beagleboard.conf   |    1 +
 conf/machine/omap3-pandora.conf |    2 +-
 conf/machine/omap3evm.conf      |    2 +-
 3 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/conf/machine/beagleboard.conf b/conf/machine/beagleboard.conf
index 3204ee8..f5bcb79 100644
--- a/conf/machine/beagleboard.conf
+++ b/conf/machine/beagleboard.conf
@@ -39,5 +39,6 @@ UBOOT_MACHINE = "omap3_beagle_config"
 PREFERRED_VERSION_u-boot = "git"
 EXTRA_IMAGEDEPENDS += "u-boot x-load"
 
+MACHINE_EXTRA_RRECOMMENDS = " omap3-sgx-modules "
 # and sdio
 MACHINE_FEATURES = "kernel26 screen apm usbgadget usbhost vfat alsa"
diff --git a/conf/machine/omap3-pandora.conf b/conf/machine/omap3-pandora.conf
index 0fd116d..5bfbb71 100644
--- a/conf/machine/omap3-pandora.conf
+++ b/conf/machine/omap3-pandora.conf
@@ -21,7 +21,7 @@ MACHINE_DISPLAY_WIDTH_PIXELS = "800"
 MACHINE_DISPLAY_HEIGHT_PIXELS = "480"
 
 # Ship all kernel modules
-MACHINE_EXTRA_RRECOMMENDS = " kernel-modules"
+MACHINE_EXTRA_RRECOMMENDS = " omap3-sgx-modules kernel-modules"
 
 IMAGE_FSTYPES += "jffs2 tar.bz2"
 EXTRA_IMAGECMD_jffs2 = "-lnp "
diff --git a/conf/machine/omap3evm.conf b/conf/machine/omap3evm.conf
index d5eeb74..646db49 100644
--- a/conf/machine/omap3evm.conf
+++ b/conf/machine/omap3evm.conf
@@ -18,7 +18,7 @@ GUI_MACHINE_CLASS = "smallscreen"
 include conf/machine/include/tune-cortexa8.inc
 
 # Ship all kernel modules
-MACHINE_EXTRA_RRECOMMENDS = " kernel-modules"
+MACHINE_EXTRA_RRECOMMENDS = " omap3-sgx-modules kernel-modules"
 
 IMAGE_FSTYPES ?= "jffs2 tar.bz2"
 EXTRA_IMAGECMD_jffs2 = "-lnp "





More information about the Openembedded-commits mailing list