aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKoen Kooi <koen@openembedded.org>2009-01-07 00:44:44 +0100
committerKoen Kooi <koen@openembedded.org>2009-01-07 00:44:44 +0100
commit4f6da8663723f9534513cbc7376e27aa3ce47792 (patch)
treebf8ca4248cc5318ea032d3b85d9e84b1a1663178
parent2ff9ef21e5fb18a45a5d54acc2bb6bf4eeac8c7d (diff)
downloadopenembedded-4f6da8663723f9534513cbc7376e27aa3ce47792.tar.gz
omap3 machines: add omap3-sgx-modules to RECOMMENDS
-rw-r--r--conf/machine/beagleboard.conf1
-rw-r--r--conf/machine/omap3-pandora.conf2
-rw-r--r--conf/machine/omap3evm.conf2
3 files changed, 3 insertions, 2 deletions
diff --git a/conf/machine/beagleboard.conf b/conf/machine/beagleboard.conf
index 3204ee87d9..f5bcb79550 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 0fd116d78c..5bfbb712f2 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 d5eeb746e7..646db492ef 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 "